llvm-project/clang/lib
Dan Gohman bbb7d62546 Front-end support for __attribute__((may_alias)). This is not
yet hooked up to anything yet.

llvm-svn: 119407
2010-11-17 00:03:07 +00:00
..
AST Simplify some complex emission and implement correct semantics for 2010-11-16 10:08:07 +00:00
Analysis Remove invalid assertion from CFG builder. When building the CFG pieces for a ternary '?' expression, 2010-11-15 22:59:22 +00:00
Basic Make sure to always check the result of 2010-11-12 07:15:47 +00:00
Checker Static analyzer: Catch calls to malloc() with 2010-11-16 18:47:04 +00:00
CodeGen Support compound complex operations as l-values in C++. Add a test 2010-11-16 23:07:28 +00:00
Driver Fixes PR8611. 2010-11-15 18:28:16 +00:00
Frontend Use an OwningPtr for the preamble buffer in ASTUnit. This plugs a leak 2010-11-16 20:45:51 +00:00
FrontendTool Revert "CMake: Update to use standard CMake dependency tracking facilities instead" 2010-09-13 23:54:41 +00:00
Headers turned pointers into pointers to const in function parameters in all functions/builtins accepting pointers to a const-qualified type according to PIM and "Language Extensions for CBEA" 2010-11-16 20:09:36 +00:00
Index Fix CMake clangIndex library dependencies, from Logan Chien 2010-09-20 18:32:29 +00:00
Lex Make sure to always check the result of 2010-11-12 07:15:47 +00:00
Parse Emit a specific diagnostic when typedefing C++ bool, mirroring gcc. 2010-11-16 18:18:13 +00:00
Rewrite Kill CK_Unknown references in the ObjC rewriter. The actual 2010-11-15 09:46:46 +00:00
Sema Front-end support for __attribute__((may_alias)). This is not 2010-11-17 00:03:07 +00:00
Serialization Add a new expression kind, OpaqueValueExpr, which is useful for 2010-11-15 23:31:06 +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