hanchenye-llvm-project/clang/lib
Douglas Gregor 2683c28ff6 Improve parser recovery when we try to parse a call expression but the
called function itself is invalid (e.g., because of a semantic error
referring to that declaration). Fixes <rdar://problem/8044142>.

llvm-svn: 105175
2010-05-30 22:23:08 +00:00
..
AST Convert DeclNodes to use TableGen. 2010-05-30 07:21:58 +00:00
Analysis Convert DeclNodes to use TableGen. 2010-05-30 07:21:58 +00:00
Basic Accept '#pragma options align=mac68k' on Darwin/PPC and Darwin/PPC64. 2010-05-30 00:07:30 +00:00
Checker Refactor the Is{Std,Clang,LLVM}Namespace methods and rename 'isClangAttr' to 2010-05-30 18:05:23 +00:00
CodeGen Remove unused parameter to FinalOverriders::PropagateOverrider. 2010-05-30 18:23:41 +00:00
Driver Driver: Spell -relax-all correctly when calling the cc1as tool. 2010-05-28 16:43:21 +00:00
Frontend Convert DeclNodes to use TableGen. 2010-05-30 07:21:58 +00:00
Headers Make macro safe in the face of users who pass "addr+64". Addition of void* is 2010-05-30 18:26:21 +00:00
Index Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRange -> getSourceRange for TypeLoc. 2010-05-20 10:00:11 +00:00
Lex Fix a miscompile of wchar pascal strings. 2010-05-28 19:40:48 +00:00
Parse Improve parser recovery when we try to parse a call expression but the 2010-05-30 22:23:08 +00:00
Rewrite Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient 2010-04-16 18:49:45 +00:00
Runtime build: Add CLANG_NO_RUNTIME build variable, which disables building clang 2010-04-28 23:36:26 +00:00
Sema Convert DeclNodes to use TableGen. 2010-05-30 07:21:58 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00