clang/lib/Frontend
Douglas Gregor 1c7e0472f5 When building a module on-demand, clear out the "non-modular" language
and preprocessor options (such as macro definitions) first.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@139638 91177308-0d34-0410-b5e6-96231b3b80d8
2011-09-13 20:44:41 +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 [libclang] In ASTUnit::Parse copy the CompilerInvocation object instead of 2011-09-12 18:09:38 +00:00
CMakeLists.txt Add missing dependency 2011-09-06 02:08:40 +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 When building a module on-demand, clear out the "non-modular" language 2011-09-13 20:44:41 +00:00
CompilerInvocation.cpp Switch LangOptions over to a .def file that describes header of the 2011-09-13 17:21:33 +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 Change err_pp_file_not_found back to an Error; when it's a Warning, we suppress it in system headers. And it is not a good idea to suppress it in system headers. (This was originally changed in r134996 to implement -MG.) 2011-08-30 23:07:51 +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 Modules hide macro definitions by default, so that silly things like 2011-09-01 17:04:32 +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 Introduce a cc1-level option to provide the path to the module cache, 2011-09-12 20:41:59 +00:00
InitPreprocessor.cpp Switch LangOptions over to a .def file that describes header of the 2011-09-13 17:21:33 +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 BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
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 Since multiple diagnostics can share one diagnostic client, have the client keeping track 2010-11-18 20:06:46 +00:00
TextDiagnosticPrinter.cpp Extract the emission of the diagnostic's location into a separate 2011-09-07 08:05:58 +00:00
VerifyDiagnosticsClient.cpp When compiling a module on-demand, re-use the diagnostics client 2011-09-13 01:26:44 +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