..
Block.cpp
Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions.
2015-08-24 23:46:31 +00:00
CMakeLists.txt
[cmake] Remove LLVM_NO_RTTI.
2015-09-03 08:46:55 +00:00
ClangASTContext.cpp
Made a new abstract class named "DWARFASTParser" which lives in "source/Plugins/SymbolFile/DWARF":
2015-08-28 01:01:03 +00:00
ClangASTImporter.cpp
Removed comments that suggested that asserts in the ClangASTImporter should be
2015-09-02 16:40:59 +00:00
ClangExternalASTSourceCallbacks.cpp
Fix error introduced by changing function signatures.
2015-03-24 18:56:08 +00:00
ClangExternalASTSourceCommon.cpp
Fixed an unfortunate reversed conditional that
2014-12-06 02:31:49 +00:00
CompactUnwindInfo.cpp
A messy bit of cleanup: Move towards more descriptive names
2015-08-15 01:21:01 +00:00
CompileUnit.cpp
Move things from the LanguageRuntime that obviously belong in the new Language plugin instead.
2015-09-02 01:06:46 +00:00
CompilerDeclContext.cpp
Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions.
2015-08-24 23:46:31 +00:00
CompilerType.cpp
Purge a few places where *LanguageRuntime.h was being used when it
2015-09-03 01:40:51 +00:00
DWARFCallFrameInfo.cpp
Fix typos.
2015-07-22 00:16:02 +00:00
Declaration.cpp
For some reason, sometimes the directory paths that clang emits have internal
2014-11-15 01:54:26 +00:00
FuncUnwinders.cpp
Improve instruction emulation based stack unwinding on ARM
2015-06-24 11:27:32 +00:00
Function.cpp
Handle DW_OP_GNU_addr_index in DWARF expressions
2015-08-25 11:46:06 +00:00
LineEntry.cpp
DWARF says line number 0 is a valid line number - used to indicate a source line that should
2013-09-27 01:15:46 +00:00
LineTable.cpp
Fix typos.
2015-07-22 00:16:02 +00:00
Makefile
…
ObjectFile.cpp
Add support for DW_FORM_GNU_[addr,str]_index
2015-08-25 11:45:58 +00:00
Symbol.cpp
Make many mangled functions that might demangle a name be allowed to specify a language to use in order to soon support Pascal and Java demangling. Dawn Perchik will take care of making this so.
2015-07-08 22:32:23 +00:00
SymbolContext.cpp
Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions.
2015-08-24 23:46:31 +00:00
SymbolFile.cpp
Fix source manager regression caused by r245905
2015-08-25 10:27:38 +00:00
SymbolVendor.cpp
Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions.
2015-08-24 23:46:31 +00:00
Symtab.cpp
Move more functionality from the LanguageRuntimes to the Languages.
2015-09-02 01:59:14 +00:00
Type.cpp
Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions.
2015-08-24 23:46:31 +00:00
TypeList.cpp
Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions.
2015-08-24 23:46:31 +00:00
TypeSystem.cpp
Major DWARF cleanup.
2015-08-26 22:57:51 +00:00
UnwindPlan.cpp
Improve instruction emulation based stack unwinding on ARM
2015-06-24 11:27:32 +00:00
UnwindTable.cpp
A messy bit of cleanup: Move towards more descriptive names
2015-08-15 01:21:01 +00:00
Variable.cpp
Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions.
2015-08-24 23:46:31 +00:00
VariableList.cpp
Fix resolution conflict between global and class static variables in C++
2015-08-18 22:46:57 +00:00
VerifyDecl.cpp
Added VerifyDecl, a function that, when LLDB is
2011-10-26 01:06:27 +00:00