Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make Diagnostic reference-counted, which is simpler than juggling | Douglas Gregor | 2010-04-05 | 1 | -2/+2 |
| | | | | | | maybe-ownership vs. ownership. llvm-svn: 100498 | ||||
* | Match MemoryBuffer API changes. | Chris Lattner | 2010-04-05 | 1 | -1/+1 |
| | | | | llvm-svn: 100484 | ||||
* | Clarify the ownership semantics of the Diagnostic object used by | Douglas Gregor | 2010-04-05 | 1 | -1/+2 |
| | | | | | | | | | ASTUnit. Previously, we would end up with use-after-free errors because the Diagnostic object would be creating in one place (say, CIndex) and its ownership would not be transferred into the ASTUnit. Fixes <rdar://problem/7818608>. llvm-svn: 100464 | ||||
* | PPCallbacks: Add hook for reaching the end of the main file, and fix ↵ | Daniel Dunbar | 2010-03-23 | 1 | -0/+4 |
| | | | | | | DependencyFile to not do work in its destructor. llvm-svn: 99257 | ||||
* | Lowercase for consistency | Kovarththanan Rajaratnam | 2010-03-06 | 1 | -1/+1 |
| | | | | llvm-svn: 97878 | ||||
* | Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave | Jeffrey Yasskin | 2009-12-12 | 1 | -1/+1 |
| | | | | | | no extra safety anyway. llvm-svn: 91207 | ||||
* | Fix ASTUnit to allows require a (persistent) Diagnostic object be provided; ↵ | Daniel Dunbar | 2009-12-03 | 1 | -4/+2 |
| | | | | | | propogate and simplify. llvm-svn: 90379 | ||||
* | This patch moves the frontend timer from clang-cc into CompilerInstance. | Kovarththanan Rajaratnam | 2009-11-29 | 1 | -3/+6 |
| | | | | | | | | | | | CompilerInstance already contains various objects that are used throughout the entire run. Also addresses Daniels review comments in: http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20091123/024508.html llvm-svn: 90073 | ||||
* | Simplify PreprocessorOptions, it doesn't need abstracted field access. | Daniel Dunbar | 2009-11-17 | 1 | -2/+2 |
| | | | | llvm-svn: 89047 | ||||
* | Add FrontendAction interface, for encapsulating a "clang-cc" style action. | Daniel Dunbar | 2009-11-14 | 1 | -0/+225 |
llvm-svn: 88772 |