llvm-project/clang/lib
Chris Lattner d9ae05ba50 fix an absolutely inscrutible gcc 4.0 error:
llvm[0]: Compiling SemaInit.cpp for Debug build 
SemaInit.cpp:171: error: ‘InitListChecker’ has not been declared
SemaInit.cpp:171: error: ISO C++ forbids declaration of ‘InitListChecker’ with no type
SemaInit.cpp: In function ‘int InitListChecker(clang::Sema*, clang::InitListExpr*, clang::QualType&)’:
SemaInit.cpp:172: error: ‘hadError’ was not declared in this scope
SemaInit.cpp:173: error: ‘SemaRef’ was not declared in this scope
SemaInit.cpp:177: error: ‘FullyStructuredList’ was not declared in this scope

llvm-svn: 63270
2009-01-29 05:10:57 +00:00
..
AST Add folding for complex mul and fix some major bugs in complex float 2009-01-29 01:32:56 +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 fix an absolutely inscrutible gcc 4.0 error: 2009-01-29 05:10:57 +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