llvm-project/clang/lib/Frontend
Anna Zaks 1bea4bf590 Refactor: Pull getImmediateMacroName() out of DiagnosticRenderer and
into Lexer and Preprocessor; making it widely available.

llvm-svn: 148410
2012-01-18 20:17:16 +00:00
..
ASTConsumers.cpp Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue 2011-11-18 00:26:59 +00:00
ASTMerge.cpp Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00
ASTUnit.cpp [libclang] Make sure Preprocessor is set in ASTUnit during indexing. 2012-01-17 18:48:07 +00:00
CMakeLists.txt Update the CMake build for r146959's new files. 2011-12-20 08:42: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
ChainedDiagnosticConsumer.cpp Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch 2011-12-20 02:48:34 +00:00
ChainedIncludesSource.cpp Move ChainedIncludesSource into the Frontend library. This never really 2011-12-09 01:55:54 +00:00
CompilerInstance.cpp Store the submodules of a module in source order, as they are stored 2012-01-04 23:32:19 +00:00
CompilerInvocation.cpp Add a "Modules" language option, which subsumes the previous 2012-01-03 17:07:34 +00:00
CreateInvocationFromCommandLine.cpp Let CompilerInvocation initialization indicate failure 2011-12-23 03:05:38 +00:00
DependencyFile.cpp Delete the depfile if we could not open a header file. We cannot 2011-11-21 00:01:14 +00:00
DiagnosticRenderer.cpp Refactor: Pull getImmediateMacroName() out of DiagnosticRenderer and 2012-01-18 20:17:16 +00:00
FrontendAction.cpp When loading an AST file, set SourceManager::MainFileID to the main file of the AST file, 2012-01-05 21:36:25 +00:00
FrontendActions.cpp When generating includes for all of the headers we found in an 2012-01-05 00:04:05 +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 For the FileChanged Preprocessor callback, when exiting a file, pass its FileID. 2011-10-11 17:29:44 +00:00
InitHeaderSearch.cpp Add a couple more GCC versions to C++ search paths for MinGW. Patch by Ruben Van Boxem. 2011-11-28 23:58:55 +00:00
InitPreprocessor.cpp Some improvements to the handling of C11 atomic types: 2012-01-16 17:27:18 +00:00
LangStandards.cpp Remove unnecessary default cases in switches over enums. 2012-01-17 02:30:50 +00:00
LogDiagnosticPrinter.cpp Remove unnecessary default cases in switches over enums. 2012-01-17 02:30:50 +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 [libclang] Indexing API: If the client requested to get a CXTranslationUnit after 2011-11-28 04:56:00 +00:00
PrintPreprocessedOutput.cpp Remove unnecessary default cases in switches over enums. 2012-01-17 02:30:50 +00:00
SerializedDiagnosticPrinter.cpp Refactor SerializeDiagnosticsPrinter to using DiagnosticRenderer. This gives us comparative diagnostics 2011-12-17 05:26:11 +00:00
TextDiagnostic.cpp Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which handles 2011-12-17 05:26:04 +00:00
TextDiagnosticBuffer.cpp Introduce a pure virtual clone() method to DiagnosticConsumer, so that 2011-09-29 00:38:00 +00:00
TextDiagnosticPrinter.cpp Persist the TextDiagnostic object across multiple diagnostics as long as 2011-10-16 02:57:39 +00:00
VerifyDiagnosticConsumer.cpp Frontend/VerifyDiagnosticConsumer.cpp: Fix an expression that had side-effect. 2011-12-17 13:00:31 +00:00
Warnings.cpp Treat -Wformat=0 as an alias for -Wformat. 2012-01-17 09:30:38 +00:00