aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/FrontendAction.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-05[frontend] Don't put a PCH/PTH filename into the set of includes in the prepr...Argyrios Kyrtzidis1-10/+2
2013-01-25Rename the -cc1 option "-generate-module-index" toDouglas Gregor1-4/+3
2013-01-23Implement the writer side of the global module index. Douglas Gregor1-0/+11
2013-01-23Documentation cleanup: fixing documentation for FrontendAction.James Dennett1-3/+3
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth1-3/+3
2012-11-09Turn FrontendInputFile into an immutable class and have it also acceptArgyrios Kyrtzidis1-9/+10
2012-11-09Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile,Argyrios Kyrtzidis1-4/+1
2012-10-31[PCH] Remove the stat cache from the PCH file.Argyrios Kyrtzidis1-1/+0
2012-10-24Teach the PCH validator to check the preprocessor options, especiallyDouglas Gregor1-1/+2
2012-10-23If the precompiled header named by "-include" is actually a directory,Douglas Gregor1-2/+43
2012-10-14Delete temporary output files when an error occurs during PCH reading.Benjamin Kramer1-0/+1
2012-10-09Rework the (de-)serialization of macros, as stored inDouglas Gregor1-1/+3
2012-08-10Make sure to call EndSourceFile even if we can't continue compiling.Jordan Rose1-1/+5
2012-06-08[libclang] Don't crash when saving a PCH from a prefix headerArgyrios Kyrtzidis1-2/+4
2012-05-29Fix indenting.David Blaikie1-25/+25
2012-04-12Added a flag to the parser to skip method bodies.Erik Verbruggen1-1/+2
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie1-1/+1
2012-03-07[PCH] Mark a PCH file with a flag to indicate if the serialized AST hadArgyrios Kyrtzidis1-0/+1
2012-02-20Basic: import IntrusiveRefCntPtr<> into clang namespaceDylan Noblesmith1-1/+1
2012-02-07Print NamedDecls directly to a raw_ostream where possible.Benjamin Kramer1-1/+1
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith1-4/+4
2012-01-27Introduce module attributes into the module map grammar, along with aDouglas Gregor1-1/+4
2012-01-26Extend the ExternalASTSource interface to allow the AST source toDouglas Gregor1-0/+11
2012-01-20Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor1-20/+18
2012-01-05When loading an AST file, set SourceManager::MainFileID to the main file of t...Argyrios Kyrtzidis1-10/+1
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie1-0/+2
2011-12-09Move ChainedIncludesSource into the Frontend library. This never reallyChandler Carruth1-1/+1
2011-10-28Make -error-on-deserialized-decl work correctly by correctly delegating toArgyrios Kyrtzidis1-10/+42
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie1-2/+2
2011-09-15Eliminate the list of modules from the preprocessor options. This wasDouglas Gregor1-24/+0
2011-08-25Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor1-3/+3
2011-08-05Wire up -import-module to run ReadAST for each module loaded.Jonathan D. Turner1-1/+26
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-6/+6
2011-07-19Revamp the SourceManager to separate the representation of parsedDouglas Gregor1-3/+2
2011-06-18[arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis1-0/+8
2011-06-16Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth1-0/+38
2011-03-21Improve crash recovery cleanup to recovery CompilerInstances during crash rec...Ted Kremenek1-9/+9
2011-03-09Introduce '-chain-include' option to specify headers that will be converted t...Argyrios Kyrtzidis1-2/+11
2011-02-09Finish up the diagnostic client before we've torn down the ASTReader,Douglas Gregor1-3/+3
2011-02-05Improve our uniquing of file entries when files are re-saved or areDouglas Gregor1-0/+1
2011-01-29Support for -plugin-arg- with -add-pluginNico Weber1-1/+1
2011-01-25Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber1-2/+39
2010-11-30Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian1-1/+1
2010-11-23now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner1-1/+1
2010-11-18Use hasErrorOccurred() instead of getNumErrors() where it makes sense.Argyrios Kyrtzidis1-1/+1
2010-11-03Implement -working-directory.Argyrios Kyrtzidis1-2/+3
2010-10-29If Consumer object failed to create due to someFariborz Jahanian1-0/+2
2010-10-24Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis1-0/+2
2010-10-14Give a default implementation for ASTDeserializationListener's methods, no fu...Argyrios Kyrtzidis1-14/+0
2010-10-14Introduce command line option -error-on-deserialized-decl that is accompanied...Argyrios Kyrtzidis1-0/+39