clang-1/lib
Devang Patel d0f251b4cd A Decl->getName() is not unique. However, the debug info descriptors
are uniqued. The debug info descriptor describing record's context is
necessary to keep two Decl's descriptor unique if their name match.

There is more work to do to create descriptors for DeclContext. 
As a temp. step use type's name in FwdDecl.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@94050 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-20 23:56:40 +00:00
..
AST First pass at collecting access-specifier information along inheritance paths. 2010-01-20 21:53:11 +00:00
Analysis Correct comments. 2010-01-20 07:57:45 +00:00
Basic Move the MacroBuilder utilitiy to its own header. Update references. 2010-01-20 06:13:02 +00:00
CodeGen A Decl->getName() is not unique. However, the debug info descriptors 2010-01-20 23:56:40 +00:00
Driver Driver: Lift clang resource directory computation to the Driver object. 2010-01-20 02:35:16 +00:00
Frontend Make some helper functions static. 2010-01-20 16:21:40 +00:00
Headers _mm_xor_ps does a xor not a nxor. The other 'xor' builtins look fine, 2010-01-07 00:36:41 +00:00
Index Add -cursor-at=file:line:column command line option to c-index-test, 2010-01-15 19:40:17 +00:00
Lex allow the HandlerComment callback to push tokens into the 2010-01-18 22:35:47 +00:00
Parse allow the HandlerComment callback to push tokens into the 2010-01-18 22:35:47 +00:00
Rewrite reduce redundant are's 2010-01-20 17:53:58 +00:00
Runtime clang/Darwin: Update for rename of 10.4 static runtime library. 2010-01-20 02:35:02 +00:00
Sema In objective-c++ land, a block pointer is another object pointer. 2010-01-20 22:54:38 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Initial cut at integrating compiler-rt (on Darwin) w/ clang build. 2010-01-19 21:12:58 +00:00