llvm-project/clang/lib
Daniel Dunbar 0c4eda5923 We must always mangle attribute overloadable functions; even if in a
system header.
 - Prevents a codegen crash when anything used anything in tgmath! :)

llvm-svn: 65200
2009-02-20 23:09:27 +00:00
..
AST allocate and dellocate objc decl list through AST Context instead of 2009-02-20 21:44:01 +00:00
Analysis Greatly simplify the logic in ExplodedGraphImpl::TrimGraph. Now we just do a 2009-02-20 21:10:26 +00:00
Basic add support for amd64-*, patch by Brooks Davis! 2009-02-20 17:04:14 +00:00
CodeGen We must always mangle attribute overloadable functions; even if in a 2009-02-20 23:09:27 +00:00
Driver map source ranges through macro expansions. Before: 2009-02-20 00:25:28 +00:00
Headers testing (reverted) 2009-02-19 00:27:58 +00:00
Lex switch the macroinfo argument lists from being allocated off the heap 2009-02-20 22:46:43 +00:00
Parse don't new[] an empty array when an AttributeList has 2009-02-19 06:25:12 +00:00
Rewrite simplify this code and make it use highlight range. This 2009-02-17 00:51:07 +00:00
Sema Fix <rdar://problem/6500554> missing objc error message. 2009-02-20 22:59:16 +00:00
CMakeLists.txt CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Makefile add a libDriver, for now only move the text diangostics stuff from Driver to there 2008-08-05 23:33:20 +00:00