llvm-project/lldb/source/Symbol
Tatyana Krasnukha 04803b3ef2 Change AddressClass type from 'enum' to 'enum class'.
If we have a function with signature f(addr_t, AddressClass), it is easy to muddle up the order of arguments without any warnings from compiler. 'enum class' prevents passing integer in place of AddressClass and vice versa.

llvm-svn: 335599
2018-06-26 13:06:54 +00:00
..
ArmUnwindInfo.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Block.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
CMakeLists.txt Remove unused include, and corresponding library dependency. 2018-05-24 03:42:38 +00:00
ClangASTContext.cpp One ShortFract ought to be enough for everyone. 2018-06-14 19:20:48 +00:00
ClangASTImporter.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
ClangExternalASTSourceCallbacks.cpp Move Log from Core -> Utility. 2017-03-03 20:56:28 +00:00
ClangExternalASTSourceCommon.cpp [TypeSystem] Guard the global `ASTSourceMap` with a mutex 2017-07-25 17:33:37 +00:00
ClangUtil.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CompactUnwindInfo.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
CompileUnit.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
CompilerDecl.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CompilerDeclContext.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
CompilerType.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
DWARFCallFrameInfo.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
DebugMacros.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00
Declaration.cpp Always normalize FileSpec paths. 2018-04-27 15:45:58 +00:00
FuncUnwinders.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Function.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
GoASTContext.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
JavaASTContext.cpp Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
LineEntry.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
LineTable.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
OCamlASTContext.cpp Isolate Target-specific functionality of DataExtractor. 2017-03-03 20:57:05 +00:00
ObjectFile.cpp Change AddressClass type from 'enum' to 'enum class'. 2018-06-26 13:06:54 +00:00
Symbol.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
SymbolContext.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
SymbolFile.cpp Remove append parameter to FindGlobalVariables 2018-05-31 09:46:26 +00:00
SymbolVendor.cpp [DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its use 2018-06-06 11:35:23 +00:00
Symtab.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Type.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
TypeList.cpp Fix Module::FindTypes to return the correct number of matches. 2018-06-01 20:14:21 +00:00
TypeMap.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
TypeSystem.cpp Fix assertion in ClangASTContext 2017-11-30 10:16:54 +00:00
UnwindPlan.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
UnwindTable.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
Variable.cpp Reflow paragraphs in comments. 2018-04-30 16:49:04 +00:00
VariableList.cpp Move classes from Core -> Utility. 2017-02-02 21:39:50 +00:00
VerifyDecl.cpp *** This commit represents a complete reformatting of the LLDB source code 2016-09-06 20:57:50 +00:00