| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Implement -working-directory. | Argyrios Kyrtzidis | 2010-11-03 | 1 | -2/+3 |
* | If Consumer object failed to create due to some | Fariborz Jahanian | 2010-10-29 | 1 | -0/+2 |
* | Put the mechanism in place to track modifications in an AST entity that were ... | Argyrios Kyrtzidis | 2010-10-24 | 1 | -0/+2 |
* | Give a default implementation for ASTDeserializationListener's methods, no fu... | Argyrios Kyrtzidis | 2010-10-14 | 1 | -14/+0 |
* | Introduce command line option -error-on-deserialized-decl that is accompanied... | Argyrios Kyrtzidis | 2010-10-14 | 1 | -0/+39 |
* | Introduce command line option -dump-deserialized-decls which is used to print... | Argyrios Kyrtzidis | 2010-10-14 | 1 | -2/+37 |
* | Another step in the process of making the parser depend on Sema: | John McCall | 2010-08-20 | 1 | -1/+1 |
* | More PCH -> AST renaming. | Sebastian Redl | 2010-08-18 | 1 | -1/+1 |
* | Rename various classes from PCH to AST. | Sebastian Redl | 2010-08-18 | 1 | -1/+1 |
* | Teach CompilerInstance to create and hold on to the Sema object used | Douglas Gregor | 2010-08-12 | 1 | -6/+12 |
* | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl | 2010-07-30 | 1 | -5/+8 |
* | Implement -fno-validate-pch at the -cc1 level, which suppresses most | Douglas Gregor | 2010-07-27 | 1 | -1/+2 |
* | When given the -chained-pch option and a previous PCH file, have the PCHWrite... | Sebastian Redl | 2010-07-09 | 1 | -4/+7 |
* | Frontend: Add FrontendAction support for handling LLVM IR inputs. | Daniel Dunbar | 2010-06-07 | 1 | -1/+18 |
* | FrontendAction: Track active file kind. | Daniel Dunbar | 2010-06-07 | 1 | -5/+7 |
* | Frontend: Rename hasASTSupport to hasASTFileSupport, which is more accurate. | Daniel Dunbar | 2010-06-07 | 1 | -1/+2 |
* | Frontend: Move some initialization from CompilerInstance to FrontendAction, t... | Daniel Dunbar | 2010-06-07 | 1 | -2/+8 |
* | Frontend: Change FrontendAction::BeginSourceFile to take the input kind inste... | Daniel Dunbar | 2010-06-07 | 1 | -1/+2 |
* | Make Diagnostic reference-counted, which is simpler than juggling | Douglas Gregor | 2010-04-05 | 1 | -2/+2 |
* | Match MemoryBuffer API changes. | Chris Lattner | 2010-04-05 | 1 | -1/+1 |
* | Clarify the ownership semantics of the Diagnostic object used by | Douglas Gregor | 2010-04-05 | 1 | -1/+2 |
* | PPCallbacks: Add hook for reaching the end of the main file, and fix Dependen... | Daniel Dunbar | 2010-03-23 | 1 | -0/+4 |
* | Lowercase for consistency | Kovarththanan Rajaratnam | 2010-03-06 | 1 | -1/+1 |
* | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -1/+1 |
* | Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; p... | Daniel Dunbar | 2009-12-03 | 1 | -4/+2 |
* | This patch moves the frontend timer from clang-cc into CompilerInstance. | Kovarththanan Rajaratnam | 2009-11-29 | 1 | -3/+6 |
* | Simplify PreprocessorOptions, it doesn't need abstracted field access. | Daniel Dunbar | 2009-11-17 | 1 | -2/+2 |
* | Add FrontendAction interface, for encapsulating a "clang-cc" style action. | Daniel Dunbar | 2009-11-14 | 1 | -0/+225 |