llvm-project/clang/lib
Douglas Gregor aef040a28e When handling "the rest" of a designated array subobject, maybe sure
to tell it that it wasn't (directly) designated. This way, we unwind
back to the explicit initializer list properly rather than getting
stuck in the wrong subobject. Fixes llvm.org/PR3519

llvm-svn: 64155
2009-02-09 19:45:19 +00:00
..
AST Eliminate TemplateArg so that we only have a single kind of 2009-02-09 19:34:22 +00:00
Analysis Fix PR 2514: Do not flag dead initializations for variables initialized to a constant global variable. 2009-02-09 18:01:00 +00:00
Basic simplify and refactor a bunch of type definition code in Preprocessor 2009-02-06 05:04:11 +00:00
CodeGen Start processing template-ids as types when the template-name refers 2009-02-09 18:46:07 +00:00
Driver use some references to simplify code. 2009-02-08 01:00:10 +00:00
Headers C++ really shouldn't check these #defines, thanks to Howard 2009-02-07 22:21:31 +00:00
Lex Export __INT8_TYPE__ / __INT16_TYPE__ / __INT32_TYPE__ / __INT64_TYPE__ 2009-02-06 22:59:26 +00:00
Parse Eliminate TemplateArg so that we only have a single kind of 2009-02-09 19:34:22 +00:00
Rewrite rename getFullFilePos -> getFileOffset. 2009-01-27 06:27:13 +00:00
Sema When handling "the rest" of a designated array subobject, maybe sure 2009-02-09 19:45:19 +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