hanchenye-llvm-project/clang/lib/Frontend
Richard Smith 91e474fc91 Add support for C++'s SD6 feature test macros.
llvm-svn: 195888
2013-11-27 22:58:16 +00:00
..
ASTConsumers.cpp Remove -ast-dump-xml. 2013-10-07 20:56:34 +00:00
ASTMerge.cpp When building a module, forward diagnostics to the outer diagnostic consumer. 2013-05-03 22:58:43 +00:00
ASTUnit.cpp Make ASTUnit structure stable with NDEBUG 2013-11-22 07:49:39 +00:00
CMakeLists.txt
CacheTokens.cpp Use llvm::sys::fs::UniqueID for windows and unix. 2013-08-01 21:42:11 +00:00
ChainedDiagnosticConsumer.cpp
ChainedIncludesSource.cpp Use SmallVectorImpl& for function arguments instead of SmallVector. 2013-07-05 19:34:19 +00:00
CompilerInstance.cpp Allow a new syntax in a module requires-declaration: 2013-10-28 22:18:19 +00:00
CompilerInvocation.cpp Remove a whole lot of unused variables 2013-11-27 05:22:15 +00:00
CreateInvocationFromCommandLine.cpp Move Compilation::PrintJob and PrintDiagnosticJob into Job::Print. 2013-09-12 18:23:34 +00:00
DependencyFile.cpp Modernize some low-hanging PathV1 uses. 2013-06-13 14:26:04 +00:00
DependencyGraph.cpp Remove useless 'llvm::' qualifier from names like StringRef and others that are 2013-01-12 19:30:44 +00:00
DiagnosticRenderer.cpp Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None 2013-05-05 00:41:58 +00:00
FrontendAction.cpp Remove a whole lot of unused variables 2013-11-27 05:22:15 +00:00
FrontendActions.cpp Allow a new syntax in a module requires-declaration: 2013-10-28 22:18:19 +00:00
FrontendOptions.cpp Remove duplicated case. 2013-06-22 16:44:45 +00:00
HeaderIncludeGen.cpp clang-cl: Support /showIncludes 2013-08-09 00:32:23 +00:00
InitHeaderSearch.cpp Darwin: Look for libc++ headers in include/, rather than lib/ 2013-11-15 18:07:59 +00:00
InitPreprocessor.cpp Add support for C++'s SD6 feature test macros. 2013-11-27 22:58:16 +00:00
LangStandards.cpp
LayoutOverrideSource.cpp Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. 2013-02-08 22:30:41 +00:00
LogDiagnosticPrinter.cpp Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 2013-05-03 23:07:45 +00:00
Makefile
MultiplexConsumer.cpp Note when a decl is used in AST files. 2013-09-05 00:02:25 +00:00
PrintPreprocessedOutput.cpp Generate a marker token when entering or leaving a submodule when building a 2013-11-23 04:06:09 +00:00
SerializedDiagnosticPrinter.cpp Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 2013-05-03 23:07:45 +00:00
TextDiagnostic.cpp clang-cl: print diagnostics as "error(clang): foo" in /fallback mode 2013-09-24 00:08:55 +00:00
TextDiagnosticBuffer.cpp Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 2013-05-03 23:07:45 +00:00
TextDiagnosticPrinter.cpp clang-cl: print diagnostics as "error(clang): foo" in /fallback mode 2013-09-24 00:08:55 +00:00
VerifyDiagnosticConsumer.cpp Make Preprocessor::Lex non-recursive. 2013-09-19 00:41:32 +00:00
Warnings.cpp Revert r177218. 2013-05-03 23:20:27 +00:00