hanchenye-llvm-project/clang/lib/Frontend
Eli Friedman d62d51c84d Some minor updates to the Linux search path handling for Slackware. Patch by Will Dietz. PR10692.
llvm-svn: 138753
2011-08-29 18:56:43 +00:00
..
ASTConsumers.cpp Add template instantiations to the output of -ast-dump. 2011-07-28 00:19:05 +00:00
ASTMerge.cpp Introduce a -cc1 option "-emit-module", that creates a binary module 2011-08-25 22:30:56 +00:00
ASTUnit.cpp objective-c: Treat top-level objective-c declarations 2011-08-27 20:50:59 +00:00
CMakeLists.txt Remove BoostCon-specific code from Clang. FWIW, I'm a fan of things like this living in a separate branch. 2011-07-07 22:40:15 +00:00
CacheTokens.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
CompilerInstance.cpp Introduce support for a simple module import declaration, which 2011-08-26 23:56:07 +00:00
CompilerInvocation.cpp Remove the -import-module option. It's no longer useful 2011-08-27 00:03:05 +00:00
CreateInvocationFromCommandLine.cpp Move ArrayRef to LLVM.h and eliminate now-redundant qualifiers, patch by Jon Mulder! 2011-07-23 17:14:25 +00:00
DependencyFile.cpp Mechanically rename SourceManager::getInstantiationLoc and 2011-07-25 16:49:02 +00:00
FrontendAction.cpp Introduce a -cc1 option "-emit-module", that creates a binary module 2011-08-25 22:30:56 +00:00
FrontendActions.cpp Remove the Chaining argument from the PCH/module generator. It's no longer used 2011-08-25 22:35:51 +00:00
FrontendOptions.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
HeaderIncludeGen.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
InitHeaderSearch.cpp Some minor updates to the Linux search path handling for Slackware. Patch by Will Dietz. PR10692. 2011-08-29 18:56:43 +00:00
InitPreprocessor.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
LangStandards.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
LogDiagnosticPrinter.cpp remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports 2011-07-23 10:55:15 +00:00
Makefile
MultiplexConsumer.cpp Add a decl update when a static data member of a class template is instantiated in a different PCH than its containing class. Otherwise we get double definition errors. Fixes a Boost.MPL problem that affects Boost.Accumulators and probably a lot more of Boost. 2011-04-29 08:19:30 +00:00
PrintPreprocessedOutput.cpp Rename getInstantiationColumnNumber to getExpansionColumnNumber in both 2011-07-25 20:57:57 +00:00
TextDiagnosticBuffer.cpp
TextDiagnosticPrinter.cpp Rename SourceManager (and InstantiationInfo) isMacroArgInstantiation API 2011-07-26 03:03:00 +00:00
VerifyDiagnosticsClient.cpp Reset FirstID (first diagnostic's file ID) to allow for invocations of the VerifyDiagnosticsClient on several input files. 2011-08-24 13:36:19 +00:00
Warnings.cpp Implement '-Weverything', which enables all warnings except those explicitly mapped to be ignored. 2011-08-18 01:12:56 +00:00