hanchenye-llvm-project/clang/lib/Frontend
Rafael Espindola 764837431a Delete support for AuroraUX.
auroraux.org is not resolving.

llvm-svn: 215644
2014-08-14 15:14:51 +00:00
..
Rewrite Correctly implement -include search logic. 2014-08-12 08:25:57 +00:00
ASTConsumers.cpp Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump 2014-08-11 22:11:07 +00:00
ASTMerge.cpp Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) 2014-08-10 19:56:51 +00:00
ASTUnit.cpp Small cleanup: Don't duplicate default behavior. 2014-08-13 17:08:22 +00:00
CMakeLists.txt Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
CacheTokens.cpp unique_ptr-ify FileSystemStatCache::setNextStatCache 2014-08-11 21:29:24 +00:00
ChainedDiagnosticConsumer.cpp
ChainedIncludesSource.cpp Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) 2014-08-10 19:56:51 +00:00
CompilerInstance.cpp Revert r215331, "unique_ptrify CompilerInstance::OutputFile(s) and remove a unique_ptr around a non-owning raw_ostream in CodeGenAction::CreateASTConsumer" 2014-08-11 06:53:11 +00:00
CompilerInvocation.cpp Modify behavior of -ast-dump-lookups: if -ast-dump is not also provided, dump 2014-08-11 22:11:07 +00:00
CreateInvocationFromCommandLine.cpp
DependencyFile.cpp unique_ptr-ify ASTReaderListener in the ASTReader 2014-08-10 16:54:39 +00:00
DependencyGraph.cpp
DiagnosticRenderer.cpp Add a missing close quote in "while building module 'Foo:" diagnostic. 2014-07-26 01:22:02 +00:00
FrontendAction.cpp Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) 2014-08-10 19:56:51 +00:00
FrontendActions.cpp Use StringRef instead of MemoryBuffer&. 2014-08-12 15:46:24 +00:00
FrontendOptions.cpp
HeaderIncludeGen.cpp clang-cl: Flush stdout after writing the /showIncludes output 2014-07-17 19:08:19 +00:00
InitHeaderSearch.cpp Delete support for AuroraUX. 2014-08-14 15:14:51 +00:00
InitPreprocessor.cpp Correctly implement -include search logic. 2014-08-12 08:25:57 +00:00
LangStandards.cpp
LayoutOverrideSource.cpp
LogDiagnosticPrinter.cpp
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00
ModuleDependencyCollector.cpp unique_ptr-ify ASTReaderListener in the ASTReader 2014-08-10 16:54:39 +00:00
MultiplexConsumer.cpp Recommit 213307: unique_ptr-ify ownership of ASTConsumers (reverted in r213325) 2014-08-10 19:56:51 +00:00
PrintPreprocessedOutput.cpp
SerializedDiagnosticPrinter.cpp Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()" 2014-07-19 01:06:45 +00:00
TextDiagnostic.cpp
TextDiagnosticBuffer.cpp
TextDiagnosticPrinter.cpp Remove uses of the redundant ".reset(nullptr)" of unique_ptr, in favor of ".reset()" 2014-07-19 01:06:45 +00:00
VerifyDiagnosticConsumer.cpp