| Commit message (Expand) | Author | Age | Files | Lines |
* | MemoryBuffer API update. | Michael J. Spencer | 2010-12-16 | 1 | -4/+3 |
* | Use error_code instead of std::string* for MemoryBuffer. | Michael J. Spencer | 2010-12-09 | 1 | -1/+4 |
* | When loading a precompiled preamble, use the file ID of the | Douglas Gregor | 2010-11-30 | 1 | -2/+5 |
* | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -4/+4 |
* | don't allow remapping PTH file paths with -fworking-directory, the | Chris Lattner | 2010-11-23 | 1 | -1/+1 |
* | now the FileManager has a FileSystemOpts ivar, stop threading | Chris Lattner | 2010-11-23 | 1 | -16/+10 |
* | give FileManager a 'FileSystemOptions' ivar, which will be used | Chris Lattner | 2010-11-23 | 1 | -1/+1 |
* | Remove the hack where, to get the return status, we had special case for Veri... | Argyrios Kyrtzidis | 2010-11-18 | 1 | -9/+1 |
* | Since multiple diagnostics can share one diagnostic client, have the client k... | Argyrios Kyrtzidis | 2010-11-18 | 1 | -3/+4 |
* | Refactoring of Diagnostic class. | Argyrios Kyrtzidis | 2010-11-18 | 1 | -1/+2 |
* | Improve ASTUnit's capture of diagnostics so that the | Douglas Gregor | 2010-11-11 | 1 | -5/+9 |
* | Implement -working-directory. | Argyrios Kyrtzidis | 2010-11-03 | 1 | -11/+21 |
* | Add support for code completion on stdin. | Dan Gohman | 2010-10-26 | 1 | -1/+4 |
* | Simplify this code: don't check for the same error two | Dan Gohman | 2010-10-26 | 1 | -4/+6 |
* | Eliminate the (de-)serialization of code completion results, now that | Douglas Gregor | 2010-10-11 | 1 | -7/+1 |
* | Eliminate -fdiagnostics-binary and all of the infrastructure for | Douglas Gregor | 2010-10-11 | 1 | -33/+1 |
* | Tighten up constness of argv parameters to allow for string literals as argum... | Axel Naumann | 2010-10-11 | 1 | -3/+3 |
* | Give every file that ASTReader loads a type: module, PCH, precompiled preambl... | Sebastian Redl | 2010-10-05 | 1 | -3/+7 |
* | Use a temporary file for output which gets renamed after all the writing is f... | Argyrios Kyrtzidis | 2010-09-17 | 1 | -14/+52 |
* | createMainFileID doesn't need its IncludePos argument, since | Dan Gohman | 2010-08-27 | 1 | -1/+1 |
* | Rename the ASTReader header files. | Sebastian Redl | 2010-08-18 | 1 | -1/+1 |
* | Rename various classes from PCH to AST. | Sebastian Redl | 2010-08-18 | 1 | -2/+2 |
* | Rename PCHReader to ASTReader. | Sebastian Redl | 2010-08-18 | 1 | -5/+5 |
* | Simplify the ownership model for DiagnosticClients, which was really | Douglas Gregor | 2010-08-18 | 1 | -14/+5 |
* | Reintroduce the serialization library, with fixed dependencies. | Sebastian Redl | 2010-08-17 | 1 | -1/+1 |
* | Revert Sebastian's build-breaking patch. | Douglas Gregor | 2010-08-17 | 1 | -1/+1 |
* | Create a new Serialization module that contains all the PCH code, and will co... | Sebastian Redl | 2010-08-17 | 1 | -1/+1 |
* | Extend the code-completion caching infrastructure to include global | Douglas Gregor | 2010-08-15 | 1 | -2/+6 |
* | The Sema object will get destroyed before all of the others anyway. We don't ... | Douglas Gregor | 2010-08-13 | 1 | -1/+0 |
* | Teach CompilerInstance to create and hold on to the Sema object used | Douglas Gregor | 2010-08-12 | 1 | -0/+12 |
* | Add code-completion support directly to ASTUnit, which performs code | Douglas Gregor | 2010-08-04 | 1 | -17/+32 |
* | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl | 2010-07-30 | 1 | -6/+9 |
* | Implement -fno-validate-pch at the -cc1 level, which suppresses most | Douglas Gregor | 2010-07-27 | 1 | -2/+6 |
* | Make ASTContext always use the BumpPtrAllocator. | Douglas Gregor | 2010-07-25 | 1 | -1/+0 |
* | Correctly initialize Reader to null. | Sebastian Redl | 2010-07-09 | 1 | -1/+1 |
* | Some preparatory work for chained PCH. No functionality change. | Sebastian Redl | 2010-07-08 | 1 | -0/+2 |
* | Frontend: Move some initialization from CompilerInstance to FrontendAction, t... | Daniel Dunbar | 2010-06-07 | 1 | -20/+4 |
* | Frontend: Change FrontendAction::BeginSourceFile to take the input kind inste... | Daniel Dunbar | 2010-06-07 | 1 | -1/+1 |
* | Frontend: Lift InputKind enumeration to top level. | Daniel Dunbar | 2010-06-07 | 1 | -1/+1 |
* | MemoryBuffer::getSTDIN may return a null pointer if an error occurs. | Dan Gohman | 2010-05-27 | 1 | -1/+1 |
* | Only enable code patterns (e.g., try { statements } catch (...) { | Douglas Gregor | 2010-05-25 | 1 | -2/+4 |
* | Once we've emitted a fatal diagnostic, keep counting errors but with a | Douglas Gregor | 2010-04-14 | 1 | -1/+2 |
* | Instead of counting totally diagnostics, split the count into a count | Chris Lattner | 2010-04-07 | 1 | -5/+13 |
* | Make Diagnostic reference-counted, which is simpler than juggling | Douglas Gregor | 2010-04-05 | 1 | -7/+8 |
* | Teach Clang's -cc1 option -print-stats to print LLVM statistics. | Douglas Gregor | 2010-03-30 | 1 | -0/+4 |
* | clang -cc1: Kill off -empty-input only, and replace with -init-only which is an | Daniel Dunbar | 2010-03-19 | 1 | -6/+1 |
* | Optionally store a PreprocessingRecord in the preprocessor itself, and | Douglas Gregor | 2010-03-19 | 1 | -0/+3 |
* | Simplify error path using OwningPtr | Kovarththanan Rajaratnam | 2010-03-17 | 1 | -4/+3 |
* | Simplify ProcessWarningOptions since it can't fail | Kovarththanan Rajaratnam | 2010-03-17 | 1 | -2/+1 |
* | Issue a proper diagnostic if we couldn't open dump file | Kovarththanan Rajaratnam | 2010-03-17 | 1 | -7/+6 |