| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Don't consume tokens past the end-of-file in an @interface. Fixes | Douglas Gregor | 2010-03-16 | 1 | -0/+2 |
* | Give SourceManager a Diagnostic object with which to report errors, | Douglas Gregor | 2010-03-16 | 1 | -1/+1 |
* | Lowercase for consistency | Kovarththanan Rajaratnam | 2010-03-06 | 1 | -2/+2 |
* | Rework how CIndex handles diagnostics. Rather than using a callback, | Douglas Gregor | 2010-02-18 | 1 | -1/+1 |
* | CompilerInstance: Move LLVMContext member out of constructor. | Daniel Dunbar | 2010-02-16 | 1 | -7/+6 |
* | CompilerInstance: Change to not contain the CompilerInvocation object. | Daniel Dunbar | 2010-01-30 | 1 | -2/+7 |
* | Introduce serialization and deserialization of diagnostic information | Douglas Gregor | 2010-01-28 | 1 | -2/+34 |
* | Predefine __weak attribute when doing objective-c | Fariborz Jahanian | 2010-01-13 | 1 | -2/+4 |
* | cc1: Factor out CompilerInstance::ExecuteAction which has the majority of the | Daniel Dunbar | 2010-01-13 | 1 | -0/+87 |
* | Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc. | Daniel Dunbar | 2009-12-11 | 1 | -1/+1 |
* | Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to... | Daniel Dunbar | 2009-12-03 | 1 | -3/+3 |
* | Remove an unnecessary (I believe) exit() on error. | Daniel Dunbar | 2009-12-03 | 1 | -4/+0 |
* | Move file-remapping logic into InitPreprocesor. No functionality change | Douglas Gregor | 2009-12-02 | 1 | -39/+0 |
* | Introduce a new clang-cc option | Douglas Gregor | 2009-12-02 | 1 | -0/+39 |
* | Extend the source manager with the ability to override the contents of | Douglas Gregor | 2009-12-02 | 1 | -1/+1 |
* | Switch the clang-to-CIndex interface for code-completion to a binary format, ... | Douglas Gregor | 2009-12-01 | 1 | -0/+7 |
* | This patch moves the frontend timer from clang-cc into CompilerInstance. | Kovarththanan Rajaratnam | 2009-11-29 | 1 | -0/+5 |
* | Fix refactoro, clang-cc wasn't properly reporting errors when opening an outp... | Daniel Dunbar | 2009-11-20 | 1 | -5/+5 |
* | Simplify PreprocessorOptions, it doesn't need abstracted field access. | Daniel Dunbar | 2009-11-17 | 1 | -2/+2 |
* | Shuffle VerifyDiagnosticsClient API to be less fragile. | Daniel Dunbar | 2009-11-14 | 1 | -3/+5 |
* | Add CompilerInstance::InitializeSourceManager. | Daniel Dunbar | 2009-11-14 | 1 | -0/+38 |
* | Switch -verify implementation to use VerifyDiagnosticClient. | Daniel Dunbar | 2009-11-14 | 1 | -8/+7 |
* | Add ASTConsumer to CompilerInstance. | Daniel Dunbar | 2009-11-14 | 1 | -0/+5 |
* | Move CompilerInstance::set* methods out-of-line. | Daniel Dunbar | 2009-11-14 | 1 | -0/+32 |
* | Add CompilerInstance utility functions for creating output files. | Daniel Dunbar | 2009-11-13 | 1 | -0/+62 |
* | Add output file list to CompilerInstance, so that it can track them instead of | Daniel Dunbar | 2009-11-13 | 1 | -0/+20 |
* | Add CodeCompletion consumer to CompilerInvocation. | Daniel Dunbar | 2009-11-13 | 1 | -1/+42 |
* | Add CompilerInstance::createPCHExternalASTSource. | Daniel Dunbar | 2009-11-13 | 1 | -0/+38 |
* | Add ASTContext to CompilerInstance. | Daniel Dunbar | 2009-11-13 | 1 | -0/+12 |
* | Add CompilerInstance::createDiagnostics, and move clang-cc to it. | Daniel Dunbar | 2009-11-13 | 1 | -0/+67 |
* | Add Preprocessor to CompilerInstance, and move clang-cc CreatePreprocessor to | Daniel Dunbar | 2009-11-13 | 1 | -0/+52 |
* | Add {File,Source}Manager to CompilerInstance. | Daniel Dunbar | 2009-11-13 | 1 | -0/+10 |
* | Add CompilerInstance, and starting moving clang-cc to it. | Daniel Dunbar | 2009-11-13 | 1 | -0/+25 |