clang-1/lib
John McCall d8ac05753d Reorganize the parsing of decl groups / function definitions so that
declarators are parsed primarily within a single function (at least for
these cases).  Remove some excess diagnostics arising during parse failures.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@85924 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-03 19:26:08 +00:00
..
AST Refine codegen for covariant thunks that return references. 2009-11-03 19:03:17 +00:00
Analysis Merge NullDerefChecker.[h,cpp] and UndefDerefChecker.[h,cpp]. They are essentially two parts of the same check. 2009-11-03 18:41:06 +00:00
Basic pr5371 likely has nothing to do with this. 2009-11-03 05:11:39 +00:00
CodeGen Refine codegen for covariant thunks that return references. 2009-11-03 19:03:17 +00:00
Driver Fix -pthread on dragonfly. Patch by Sascha Wildner. 2009-10-31 20:11:46 +00:00
Frontend Fix buffer overflow in PrintMacroDefinition() by inverting the check to see if the target buffer needs to be resized. Fixes <rdar://problem/7255377>. 2009-11-03 06:18:05 +00:00
Headers Added __has_include and __has_include_next. 2009-11-02 22:28:12 +00:00
Index Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <rdar://problem/7310688>. 2009-10-28 20:44:47 +00:00
Lex Added __has_include and __has_include_next. 2009-11-02 22:28:12 +00:00
Parse Reorganize the parsing of decl groups / function definitions so that 2009-11-03 19:26:08 +00:00
Rewrite Call 'clear()' in ~RopePieceBTreeLeaf(), decrementing the reference 2009-10-20 06:31:34 +00:00
Sema Use ParseUnqualifiedId when parsing id-expressions. This eliminates 2009-11-03 16:56:39 +00:00
CMakeLists.txt
Makefile