llvm-project/lldb/source/DataFormatters
Vedant Kumar 46d970cc43 TypeCategory: Initialize m_enabled to false
The initialization was accidentally lost in https://reviews.llvm.org/D71310, causing a ubsan failure:

/Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/include/lldb/DataFormatters/TypeCategory.h:278:35: runtime error: load of value 190, which is not a valid value for type 'bool'
SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior /Users/buildslave/jenkins/workspace/lldb-cmake-sanitized/llvm-project/lldb/include/lldb/DataFormatters/TypeCategory.h:278:35 in

http://lab.llvm.org:8080/green/view/LLDB/job/lldb-cmake-sanitized/621/consoleText
2019-12-12 11:39:41 -08:00
..
CMakeLists.txt Remove TypeValidators (NFC in terms of the testsuite) 2019-12-11 09:27:12 -08:00
CXXFunctionPointer.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
DataVisualization.cpp Remove TypeValidators (NFC in terms of the testsuite) 2019-12-11 09:27:12 -08:00
DumpValueObjectOptions.cpp Update the file headers across all of the LLVM projects in the monorepo 2019-01-19 08:50:56 +00:00
FormatCache.cpp Remove TypeValidators (NFC in terms of the testsuite) 2019-12-11 09:27:12 -08:00
FormatClasses.cpp [FormatManager] GetCandidateLanguages shouldn't know about ValueObject. 2019-12-09 17:16:20 -08:00
FormatManager.cpp Remove TypeValidators (NFC in terms of the testsuite) 2019-12-11 09:27:12 -08:00
FormattersHelpers.cpp Code cleanup: Change FormattersContainer::KeyType from SP to rvalue 2019-09-04 09:47:18 +00:00
LanguageCategory.cpp Remove TypeValidators (NFC in terms of the testsuite) 2019-12-11 09:27:12 -08:00
StringPrinter.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
TypeCategory.cpp TypeCategory: Initialize m_enabled to false 2019-12-12 11:39:41 -08:00
TypeCategoryMap.cpp Remove TypeValidators (NFC in terms of the testsuite) 2019-12-11 09:27:12 -08:00
TypeFormat.cpp Simplify condition (NFC) 2019-10-01 17:08:38 +00:00
TypeSummary.cpp Delete unnecessary copy ctors/copy assignment operators 2019-05-15 11:23:54 +00:00
TypeSynthetic.cpp [lldb] NFC modernize codebase with modernize-use-nullptr 2019-05-23 11:14:47 +00:00
ValueObjectPrinter.cpp Remove TypeValidators (NFC in terms of the testsuite) 2019-12-11 09:27:12 -08:00
VectorType.cpp [Symbol] Use llvm::Expected when getting TypeSystems 2019-07-30 22:12:34 +00:00