llvm-project/clang/lib
Douglas Gregor a9add4ea76 Fix a bug with designated initializers where we were stepping out of a
union subobject initialization before checking whether the next
initiailizer was actually a designated initializer. This led to
spurious "excess elements in union initializer" errors. Thanks to
rdivacky for reporting the bug!

llvm-svn: 64392
2009-02-12 19:00:39 +00:00
..
AST Several cleanups: 2009-02-12 17:52:19 +00:00
Analysis Several cleanups: 2009-02-12 17:52:19 +00:00
Basic Make nonfragile-abi the default for darwin's 64bit 2009-02-12 17:54:33 +00:00
CodeGen Fix a bug whereby, an ivar used to synthesize a property belongs 2009-02-12 18:51:23 +00:00
Driver use some references to simplify code. 2009-02-08 01:00:10 +00:00
Headers Add pmmintrin.h header. 2009-02-11 06:39:50 +00:00
Lex Re-enable PTH stat caching. All tests pass now. 2009-02-12 03:45:39 +00:00
Parse Support __attribute__(section(<name>)) 2009-02-12 17:28:23 +00:00
Rewrite rename getFullFilePos -> getFileOffset. 2009-01-27 06:27:13 +00:00
Sema Fix a bug with designated initializers where we were stepping out of a 2009-02-12 19:00:39 +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