hanchenye-llvm-project/lldb/source/Symbol
Sean Callanan a424181eec Fixed a problem where "image lookup -t" was printing
a bunch of semicolons where the IndirectFieldDecls
were.  These IndirectFieldDecls should have been
implicit.

<rdar://problem/14628784>

llvm-svn: 188247
2013-08-13 01:42:34 +00:00
..
Block.cpp Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: 2013-04-29 17:25:54 +00:00
CMakeLists.txt TypeHierarchyNavigator was removed in r186130 2013-07-12 13:41:18 +00:00
ClangASTContext.cpp Unblock buildbot. 2013-07-11 23:36:31 +00:00
ClangASTImporter.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
ClangASTType.cpp Fixed a problem where "image lookup -t" was printing 2013-08-13 01:42:34 +00:00
ClangExternalASTSourceCallbacks.cpp Made LLDB build with the latest Clang. This meant 2013-02-12 08:01:13 +00:00
ClangExternalASTSourceCommon.cpp Don't use a "uintptr_t" for the metadata key, use a "void *". This removes all of the casts that were being used and cleans the code up a bit. Also added the ability to dump the metadata. 2013-03-27 01:48:02 +00:00
ClangNamespaceDecl.cpp
CompileUnit.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
DWARFCallFrameInfo.cpp Adds a DW_OP_call_frame_cfa handler when evaluating DWARF 3/4 expressions 2013-07-29 16:05:11 +00:00
Declaration.cpp
FuncUnwinders.cpp Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. 2013-04-18 18:10:51 +00:00
Function.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
LineEntry.cpp
LineTable.cpp After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. 2013-04-18 22:45:39 +00:00
Makefile
ObjectFile.cpp Fixed GetModuleSpecifications() to work better overall: 2013-07-12 22:07:46 +00:00
Symbol.cpp Cleanup on the unified section list changes. Main changes are: 2013-07-10 01:23:25 +00:00
SymbolContext.cpp Huge performance improvements when one breakpoint contains many locations. 2013-06-12 00:46:38 +00:00
SymbolFile.cpp Cleanup on the unified section list changes. Main changes are: 2013-07-10 01:23:25 +00:00
SymbolVendor.cpp Cleanup on the unified section list changes. Main changes are: 2013-07-10 01:23:25 +00:00
Symtab.cpp Cleanup on the unified section list changes. Main changes are: 2013-07-10 01:23:25 +00:00
Type.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
TypeList.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
UnwindPlan.cpp Resolve printf formatting warnings on Linux: 2012-11-29 21:49:15 +00:00
UnwindTable.cpp Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Also added a similar function for modules: 2013-04-29 17:25:54 +00:00
Variable.cpp Huge change to clean up types. 2013-07-11 22:46:58 +00:00
VariableList.cpp <rdar://problem/13621080> 2013-05-08 20:27:37 +00:00
VerifyDecl.cpp