llvm-project/clang/lib
Michael J. Spencer a0a820fadb Lexer: Implement GCC's version of pragma message.
llvm-svn: 114814
2010-09-27 06:19:02 +00:00
..
AST Patch implements passing arrays to functions expecting 2010-09-24 17:30:16 +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 Patch implements passing arrays to functions expecting 2010-09-24 17:30:16 +00:00
Driver Driver/Linux: Translate rewritten lib options back to standard -l form when 2010-09-25 18:10:05 +00:00
Frontend When setting the globally-visible declarations for a particular 2010-09-24 23:29:12 +00:00
FrontendTool Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Headers formatted everything to fit within 80 columns 2010-09-18 00:39:16 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex Lexer: Implement GCC's version of pragma message. 2010-09-27 06:19:02 +00:00
Parse Allow the use of C++0x deleted functions as an extension in C++98. 2010-09-24 21:25:25 +00:00
Rewrite Fix rewriting of property declared in @protocol's. 2010-09-24 18:36:58 +00:00
Sema Fix a NYI in IRGen which was due to incorrect AST 2010-09-25 01:08:05 +00:00
Serialization When setting the globally-visible declarations for a particular 2010-09-24 23:29:12 +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