hanchenye-llvm-project/clang/lib/Frontend
Alexis Hunt 3d221f2fce Add DeclarationName support for C++0x operator literals. They should now work as
function names outside of templates - they'll probably cause some damage there as
they're largely untested.

llvm-svn: 90064
2009-11-29 07:34:05 +00:00
..
ASTConsumers.cpp Audit the code for places where it is assumed that every base specifier refers to a RecordType. Add assertions or conditions as appropriate. This fixes another crash in the Apache stdlib vector. 2009-10-25 17:03:50 +00:00
ASTUnit.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +00:00
AnalysisConsumer.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +00:00
Backend.cpp Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we then manually pass to the command line library; eventually the latter grossness should be fixed by a real API when creating the target machine. 2009-11-29 07:18:39 +00:00
CMakeLists.txt Factor out a LangStandard class and coalesce the information about the standards into LangStandards.def 2009-11-26 02:14:31 +00:00
CacheTokens.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +00:00
CompilerInstance.cpp Fix refactoro, clang-cc wasn't properly reporting errors when opening an output file failed. 2009-11-20 22:32:38 +00:00
CompilerInvocation.cpp Move LLVM backend options to explicit clang-cc / clang -cc1 options, which we then manually pass to the command line library; eventually the latter grossness should be fixed by a real API when creating the target machine. 2009-11-29 07:18:39 +00:00
DeclXML.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
DependencyFile.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +00:00
DiagChecker.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
DocumentXML.cpp First part of changes to eliminate problems with cv-qualifiers and 2009-11-16 21:35:15 +00:00
FixItRewriter.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
FrontendAction.cpp Simplify PreprocessorOptions, it doesn't need abstracted field access. 2009-11-17 05:52:41 +00:00
FrontendActions.cpp Don't call exit(). llvm::llvm_report_error() will do just that 2009-11-28 09:11:46 +00:00
FrontendOptions.cpp recognize .hpp as c++ (needed for ./configure'ing boost) 2009-11-17 15:36:35 +00:00
GeneratePCH.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +00:00
HTMLDiagnostics.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +00:00
HTMLPrint.cpp Kill PreprocessorFactory, which was both morally repugnant and totally unused. 2009-11-04 23:56:25 +00:00
InitHeaderSearch.cpp Put back hard-coded paths for win32 until I figure out what happened to failed tests. 2009-11-23 17:49:27 +00:00
InitPreprocessor.cpp Define __SIG_ATOMIC_WIDTH__ for use in stdint.h. 2009-11-22 15:41:04 +00:00
LangStandards.cpp Factor out a LangStandard class and coalesce the information about the standards into LangStandards.def 2009-11-26 02:14:31 +00:00
Makefile Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15:31 +00:00
PCHReader.cpp Add DeclarationName support for C++0x operator literals. They should now work as 2009-11-29 07:34:05 +00:00
PCHReaderDecl.cpp Parse C++ member check attributes - base_check, hiding, and override. 2009-11-25 04:20:27 +00:00
PCHReaderStmt.cpp Eliminate CXXConditionDeclExpr with extreme prejudice. 2009-11-25 00:27:52 +00:00
PCHWriter.cpp Add DeclarationName support for C++0x operator literals. They should now work as 2009-11-29 07:34:05 +00:00
PCHWriterDecl.cpp Add SourceLocations to ObjCClassDecl for the class identifiers referenced by @class. 2009-11-18 00:28:11 +00:00
PCHWriterStmt.cpp Eliminate CXXConditionDeclExpr with extreme prejudice. 2009-11-25 00:27:52 +00:00
PlistDiagnostics.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +00:00
PrintParserCallbacks.cpp Eliminate CXXConditionDeclExpr with extreme prejudice. 2009-11-25 00:27:52 +00:00
PrintPreprocessedOutput.cpp Add PreprocessorOutputOptions to CompilerInvocation, and move initialization to 2009-11-11 10:07:44 +00:00
RewriteBlocks.cpp Change all the Type::getAsFoo() methods to specializations of Type::getAs(). 2009-09-21 23:43:11 +00:00
RewriteMacros.cpp PR5218: Replace IdentifierInfo::getName with StringRef version, now that clients 2009-10-18 21:17:35 +00:00
RewriteObjC.cpp Centralize and complete the computation of value- and type-dependence for DeclRefExprs 2009-11-23 11:41:28 +00:00
RewriteTest.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
StmtXML.cpp Remove VISIBILITY_HIDDEN from anonymous namespaces in libFrontend. 2009-11-28 10:07:24 +00:00
TextDiagnosticBuffer.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
TextDiagnosticPrinter.cpp Allow TextDiagnosticPrinter to have optional ownership of its output stream. 2009-11-11 09:38:24 +00:00
TypeXML.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
VerifyDiagnosticsClient.cpp Shuffle VerifyDiagnosticsClient API to be less fragile. 2009-11-14 07:53:24 +00:00
Warnings.cpp Move warning options into DiagnosticOptions. 2009-11-12 07:28:44 +00:00