llvm-project/clang/lib
Anders Carlsson 13abd7e98b Implement lowering of va_arg in clang directly. (This is 32-bit X86 only for now).
llvm-svn: 58681
2008-11-04 05:30:00 +00:00
..
AST Fix <rdar://problem/6339636> clang ObjC rewriter: Assertion failed: FileID-1 < FileIDs.size() && "Invalid FileID!", file c:\cygwin\home\Administrator\llvm\tools\clang\include\clang/Basic/SourceManager.h, line 513 2008-11-03 23:29:32 +00:00
Analysis Handle prefix '_' that may appear in front of the name of 'Release' functions 2008-11-04 00:36:12 +00:00
Basic More fallout from r58501: primary fix is some more corrections to make 2008-11-02 02:43:55 +00:00
CodeGen Implement lowering of va_arg in clang directly. (This is 32-bit X86 only for now). 2008-11-04 05:30:00 +00:00
Driver Hook up the Plist diagnostic client to the driver. 2008-11-03 23:18:07 +00:00
Headers Fix mmintrin.h to use proper definition of functions taking no 2008-10-29 03:37:55 +00:00
Lex Fixed build warning. No functionality change. 2008-10-31 10:24:31 +00:00
Parse Implement C++ DR 106 and C++ DR 540, both of which deal with 2008-11-03 15:51:28 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Fix <rdar://problem/6339636> clang ObjC rewriter: Assertion failed: FileID-1 < FileIDs.size() && "Invalid FileID!", file c:\cygwin\home\Administrator\llvm\tools\clang\include\clang/Basic/SourceManager.h, line 513 2008-11-03 23:29:32 +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