This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-01-19 01:15:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ef9bc3d85761d560b36990d5acf74e4e466c64b0
llvm
/
lldb
/
source
/
DataFormatters
History
Enrico Granata
29551955a9
The type category enable * was implemented assuming a previous disable * had happened. While that will most likely be true in practice, the consequences of this not being the case will be a crash. I fix the crash by doing two things: 1) don't let already-enabled categories be enabled anyway; 2) if a category were disabled but with a bogus last-enabled position - highly highly unlikely - just put it in the first empty slot. I am not so sure 2) is bulletproof perfect, but I also don't think 2) will practically ever happen
...
llvm-svn: 219245
2014-10-07 22:15:27 +00:00
..
CF.cpp
…
CMakeLists.txt
…
Cocoa.cpp
…
CXXFormatterFunctions.cpp
…
DataVisualization.cpp
…
FormatCache.cpp
…
FormatClasses.cpp
…
FormatManager.cpp
…
LibCxx.cpp
…
LibCxxList.cpp
…
LibCxxMap.cpp
…
LibCxxUnorderedMap.cpp
…
LibStdcpp.cpp
…
Makefile
…
NSArray.cpp
…
NSDictionary.cpp
…
NSSet.cpp
…
TypeCategory.cpp
…
TypeCategoryMap.cpp
…
TypeFormat.cpp
…
TypeSummary.cpp
…
TypeSynthetic.cpp
…
TypeValidator.cpp
…
ValueObjectPrinter.cpp
…