| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid crashing if a directory has no pch files. | Rafael Espindola | 2013-07-28 | 1 | -0/+2 |
* | [libclang] Allow building a precompiled preamble with compiler errors | Argyrios Kyrtzidis | 2013-06-11 | 1 | -3/+7 |
* | [frontend] Make -chain-include work when used with modules. | Argyrios Kyrtzidis | 2013-04-26 | 1 | -0/+2 |
* | [Preprocessor] Remove PPMutationListener. | Argyrios Kyrtzidis | 2013-03-27 | 1 | -2/+0 |
* | [frontend] Initialize the diagnostic client before loading an ast file. | Argyrios Kyrtzidis | 2013-03-18 | 1 | -0/+4 |
* | [frontend] Don't put a PCH/PTH filename into the set of includes in the prepr... | Argyrios Kyrtzidis | 2013-02-05 | 1 | -10/+2 |
* | Rename the -cc1 option "-generate-module-index" to | Douglas Gregor | 2013-01-25 | 1 | -4/+3 |
* | Implement the writer side of the global module index. | Douglas Gregor | 2013-01-23 | 1 | -0/+11 |
* | Documentation cleanup: fixing documentation for FrontendAction. | James Dennett | 2013-01-23 | 1 | -3/+3 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -3/+3 |
* | Turn FrontendInputFile into an immutable class and have it also accept | Argyrios Kyrtzidis | 2012-11-09 | 1 | -9/+10 |
* | Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile, | Argyrios Kyrtzidis | 2012-11-09 | 1 | -4/+1 |
* | [PCH] Remove the stat cache from the PCH file. | Argyrios Kyrtzidis | 2012-10-31 | 1 | -1/+0 |
* | Teach the PCH validator to check the preprocessor options, especially | Douglas Gregor | 2012-10-24 | 1 | -1/+2 |
* | If the precompiled header named by "-include" is actually a directory, | Douglas Gregor | 2012-10-23 | 1 | -2/+43 |
* | Delete temporary output files when an error occurs during PCH reading. | Benjamin Kramer | 2012-10-14 | 1 | -0/+1 |
* | Rework the (de-)serialization of macros, as stored in | Douglas Gregor | 2012-10-09 | 1 | -1/+3 |
* | Make sure to call EndSourceFile even if we can't continue compiling. | Jordan Rose | 2012-08-10 | 1 | -1/+5 |
* | [libclang] Don't crash when saving a PCH from a prefix header | Argyrios Kyrtzidis | 2012-06-08 | 1 | -2/+4 |
* | Fix indenting. | David Blaikie | 2012-05-29 | 1 | -25/+25 |
* | Added a flag to the parser to skip method bodies. | Erik Verbruggen | 2012-04-12 | 1 | -1/+2 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -1/+1 |
* | [PCH] Mark a PCH file with a flag to indicate if the serialized AST had | Argyrios Kyrtzidis | 2012-03-07 | 1 | -0/+1 |
* | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith | 2012-02-20 | 1 | -1/+1 |
* | Print NamedDecls directly to a raw_ostream where possible. | Benjamin Kramer | 2012-02-07 | 1 | -1/+1 |
* | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -4/+4 |
* | Introduce module attributes into the module map grammar, along with a | Douglas Gregor | 2012-01-27 | 1 | -1/+4 |
* | Extend the ExternalASTSource interface to allow the AST source to | Douglas Gregor | 2012-01-26 | 1 | -0/+11 |
* | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor | 2012-01-20 | 1 | -20/+18 |
* | When loading an AST file, set SourceManager::MainFileID to the main file of t... | Argyrios Kyrtzidis | 2012-01-05 | 1 | -10/+1 |
* | Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_... | David Blaikie | 2011-12-20 | 1 | -0/+2 |
* | Move ChainedIncludesSource into the Frontend library. This never really | Chandler Carruth | 2011-12-09 | 1 | -1/+1 |
* | Make -error-on-deserialized-decl work correctly by correctly delegating to | Argyrios Kyrtzidis | 2011-10-28 | 1 | -10/+42 |
* | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie | 2011-09-25 | 1 | -2/+2 |
* | Eliminate the list of modules from the preprocessor options. This was | Douglas Gregor | 2011-09-15 | 1 | -24/+0 |
* | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor | 2011-08-25 | 1 | -3/+3 |
* | Wire up -import-module to run ReadAST for each module loaded. | Jonathan D. Turner | 2011-08-05 | 1 | -1/+26 |
* | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner | 2011-07-23 | 1 | -6/+6 |
* | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor | 2011-07-19 | 1 | -3/+2 |
* | [arcmt] Fix the ARC migrator. -arcmt-modify requires running before the initi... | Argyrios Kyrtzidis | 2011-06-18 | 1 | -0/+8 |
* | Raise the ARCMT functionality in Clang into proper FrontendActions. | Chandler Carruth | 2011-06-16 | 1 | -0/+38 |
* | Improve crash recovery cleanup to recovery CompilerInstances during crash rec... | Ted Kremenek | 2011-03-21 | 1 | -9/+9 |
* | Introduce '-chain-include' option to specify headers that will be converted t... | Argyrios Kyrtzidis | 2011-03-09 | 1 | -2/+11 |
* | Finish up the diagnostic client before we've torn down the ASTReader, | Douglas Gregor | 2011-02-09 | 1 | -3/+3 |
* | Improve our uniquing of file entries when files are re-saved or are | Douglas Gregor | 2011-02-05 | 1 | -0/+1 |
* | Support for -plugin-arg- with -add-plugin | Nico Weber | 2011-01-29 | 1 | -1/+1 |
* | Add -add-plugin flag, which runs plugins in addition to codegen. | Nico Weber | 2011-01-25 | 1 | -2/+39 |
* | Such function decls,as objc's objc_msgSend, builtins in | Fariborz Jahanian | 2010-11-30 | 1 | -1/+1 |
* | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner | 2010-11-23 | 1 | -1/+1 |
* | Use hasErrorOccurred() instead of getNumErrors() where it makes sense. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -1/+1 |