summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/FrontendAction.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-2/+2
* Eliminate the list of modules from the preprocessor options. This wasDouglas Gregor2011-09-151-24/+0
* Introduce a -cc1 option "-emit-module", that creates a binary moduleDouglas Gregor2011-08-251-3/+3
* Wire up -import-module to run ReadAST for each module loaded.Jonathan D. Turner2011-08-051-1/+26
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-6/+6
* Revamp the SourceManager to separate the representation of parsedDouglas Gregor2011-07-191-3/+2
* [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi...Argyrios Kyrtzidis2011-06-181-0/+8
* Raise the ARCMT functionality in Clang into proper FrontendActions.Chandler Carruth2011-06-161-0/+38
* Improve crash recovery cleanup to recovery CompilerInstances during crash rec...Ted Kremenek2011-03-211-9/+9
* Introduce '-chain-include' option to specify headers that will be converted t...Argyrios Kyrtzidis2011-03-091-2/+11
* Finish up the diagnostic client before we've torn down the ASTReader,Douglas Gregor2011-02-091-3/+3
* Improve our uniquing of file entries when files are re-saved or areDouglas Gregor2011-02-051-0/+1
* Support for -plugin-arg- with -add-pluginNico Weber2011-01-291-1/+1
* Add -add-plugin flag, which runs plugins in addition to codegen.Nico Weber2011-01-251-2/+39
* Such function decls,as objc's objc_msgSend, builtins in Fariborz Jahanian2010-11-301-1/+1
* now the FileManager has a FileSystemOpts ivar, stop threadingChris Lattner2010-11-231-1/+1
* Use hasErrorOccurred() instead of getNumErrors() where it makes sense.Argyrios Kyrtzidis2010-11-181-1/+1
* Implement -working-directory.Argyrios Kyrtzidis2010-11-031-2/+3
* If Consumer object failed to create due to someFariborz Jahanian2010-10-291-0/+2
* Put the mechanism in place to track modifications in an AST entity that were ...Argyrios Kyrtzidis2010-10-241-0/+2
* Give a default implementation for ASTDeserializationListener's methods, no fu...Argyrios Kyrtzidis2010-10-141-14/+0
* Introduce command line option -error-on-deserialized-decl that is accompanied...Argyrios Kyrtzidis2010-10-141-0/+39
* Introduce command line option -dump-deserialized-decls which is used to print...Argyrios Kyrtzidis2010-10-141-2/+37
* Another step in the process of making the parser depend on Sema:John McCall2010-08-201-1/+1
* More PCH -> AST renaming.Sebastian Redl2010-08-181-1/+1
* Rename various classes from PCH to AST.Sebastian Redl2010-08-181-1/+1
* Teach CompilerInstance to create and hold on to the Sema object usedDouglas Gregor2010-08-121-6/+12
* Make macro weirdness in chained PCH work. This required changing the way PCHR...Sebastian Redl2010-07-301-5/+8
* Implement -fno-validate-pch at the -cc1 level, which suppresses mostDouglas Gregor2010-07-271-1/+2
* When given the -chained-pch option and a previous PCH file, have the PCHWrite...Sebastian Redl2010-07-091-4/+7
* Frontend: Add FrontendAction support for handling LLVM IR inputs.Daniel Dunbar2010-06-071-1/+18
* FrontendAction: Track active file kind.Daniel Dunbar2010-06-071-5/+7
* Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate.Daniel Dunbar2010-06-071-1/+2
* Frontend: Move some initialization from CompilerInstance to FrontendAction, t...Daniel Dunbar2010-06-071-2/+8
* Frontend: Change FrontendAction::BeginSourceFile to take the input kind inste...Daniel Dunbar2010-06-071-1/+2
* Make Diagnostic reference-counted, which is simpler than jugglingDouglas Gregor2010-04-051-2/+2
* Match MemoryBuffer API changes.Chris Lattner2010-04-051-1/+1
* Clarify the ownership semantics of the Diagnostic object used byDouglas Gregor2010-04-051-1/+2
* PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen...Daniel Dunbar2010-03-231-0/+4
* Lowercase for consistencyKovarththanan Rajaratnam2010-03-061-1/+1
* Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gaveJeffrey Yasskin2009-12-121-1/+1
* Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p...Daniel Dunbar2009-12-031-4/+2
* This patch moves the frontend timer from clang-cc into CompilerInstance.Kovarththanan Rajaratnam2009-11-291-3/+6
* Simplify PreprocessorOptions, it doesn't need abstracted field access.Daniel Dunbar2009-11-171-2/+2
* Add FrontendAction interface, for encapsulating a "clang-cc" style action.Daniel Dunbar2009-11-141-0/+225
OpenPOWER on IntegriCloud