llvm-project/clang/lib
Chris Lattner 69f9bc24f4 Fix the definition of __builtin_va_list on PPC, which was set to the V4 ABI, not the
darwin or AIX abis.  This fixes PR2904.

llvm-svn: 58222
2008-10-27 01:11:29 +00:00
..
AST Remember whether an initlist had a designator in the AST. 2008-10-26 23:43:26 +00:00
Analysis Remove loc::StringLiteralVal. Now we allocate regions for string literals in the Store. 2008-10-26 02:27:21 +00:00
Basic Fix the definition of __builtin_va_list on PPC, which was set to the V4 ABI, not the 2008-10-27 01:11:29 +00:00
CodeGen make codegen reject initializes with designators, like this: 2008-10-26 23:53:12 +00:00
Driver CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Headers CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Lex CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Parse pass designators into sema. This completes parser-level designator 2008-10-26 23:35:51 +00:00
Rewrite CMake: Builds and installs clang binary and libs (no docs yet). It 2008-10-26 00:56:18 +00:00
Sema Remember whether an initlist had a designator in the AST. 2008-10-26 23:43:26 +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