llvm-project/clang/lib
Sebastian Redl c1ca90a246 Move ExternalSemaSource::ReadMethodPool's implementation to Sema.cpp so that the header can get away with forward declarations only for ObjCMethodList and Selector. Fixes <rdar://8467631>.
llvm-svn: 114978
2010-09-28 20:23:00 +00:00
..
AST Reinstate r114921, which I've exonerated via a self-host build. 2010-09-28 19:45:33 +00:00
Analysis In preparation for adding generation of destructors for objects with automatic storage added: 2010-09-25 11:05:21 +00:00
Basic Fixed pr20314-2.c failure, added E, F, p constraint letters. 2010-09-21 22:04:54 +00:00
Checker Refactor GRExprEngine::VisitCall() to use EvalArguments(), just like VisitCXXMemberCallExpr(). Ideally we should unify these code paths as much as possible, since they only differ by a few details. 2010-09-23 05:14:51 +00:00
CodeGen Accidentally committed some temporary changes on my branch when reverting patches. 2010-09-28 01:28:56 +00:00
Driver Driver/Linux: Translate rewritten lib options back to standard -l form when 2010-09-25 18:10:05 +00:00
Frontend Remove libclang logging code 2010-09-27 16:43:25 +00:00
FrontendTool Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Headers Accidentally committed some temporary changes on my branch when reverting patches. 2010-09-28 01:28:56 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex Fix coding standard mistake from my last commit. 2010-09-27 06:34:47 +00:00
Parse When we have two identifiers in a row in Objective-C, make sure to 2010-09-28 17:48:56 +00:00
Rewrite Fix rewriting of property declared in @protocol's. 2010-09-24 18:36:58 +00:00
Sema Move ExternalSemaSource::ReadMethodPool's implementation to Sema.cpp so that the header can get away with forward declarations only for ObjCMethodList and Selector. Fixes <rdar://8467631>. 2010-09-28 20:23:00 +00:00
Serialization Don't warn for an unused label if it has 'unused' attribute. Fixes rdar://8483139. 2010-09-28 14:54:07 +00:00
CMakeLists.txt Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00
Makefile Move ExecuteCompilerInvocation to a new library FrontendTool 2010-08-24 00:31:22 +00:00