llvm-project/clang/lib
Douglas Gregor 17bd094a6b Improvements to code-generation and semantic analysis of designated
initializers.

  - We now initialize unions properly when a member other than the
    first is named by a designated initializer.
  - We now provide proper semantic analysis and code generation for
    GNU array-range designators *except* that side effects will occur
    more than once. We warn about this.

llvm-svn: 63253
2009-01-28 23:36:17 +00:00
..
AST Implement basic _Complex integer constant folding. 2009-01-28 22:24:07 +00:00
Analysis Remove '#if 0' code. 2009-01-28 22:35:55 +00:00
Basic Add method FullSourceLoc::getBufferData(). 2009-01-28 20:46:26 +00:00
CodeGen Improvements to code-generation and semantic analysis of designated 2009-01-28 23:36:17 +00:00
Driver Fix TextDiagnosticPrinter::HandleDiagnostic to handle invalid FullSourceLocs that do not have a SourceManager. 2009-01-28 20:47:47 +00:00
Headers Avoid creating .dir files in the installation area. 2009-01-22 02:53:03 +00:00
Lex Add more PTH diagnostics for invalid PTH files, etc. 2009-01-28 21:02:43 +00:00
Parse Name change (isTypeName->getTypeName). 2009-01-28 19:39:02 +00:00
Rewrite rename getFullFilePos -> getFileOffset. 2009-01-27 06:27:13 +00:00
Sema Improvements to code-generation and semantic analysis of designated 2009-01-28 23:36:17 +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