Age | Commit message (Expand) | Author |
2010-09-17 | Use a temporary file for output which gets renamed after all the writing is f... | Argyrios Kyrtzidis |
2010-08-27 | createMainFileID doesn't need its IncludePos argument, since | Dan Gohman |
2010-08-18 | Rename the ASTReader header files. | Sebastian Redl |
2010-08-18 | Rename various classes from PCH to AST. | Sebastian Redl |
2010-08-18 | Rename PCHReader to ASTReader. | Sebastian Redl |
2010-08-18 | Simplify the ownership model for DiagnosticClients, which was really | Douglas Gregor |
2010-08-17 | Reintroduce the serialization library, with fixed dependencies. | Sebastian Redl |
2010-08-17 | Revert Sebastian's build-breaking patch. | Douglas Gregor |
2010-08-17 | Create a new Serialization module that contains all the PCH code, and will co... | Sebastian Redl |
2010-08-15 | Extend the code-completion caching infrastructure to include global | Douglas Gregor |
2010-08-13 | The Sema object will get destroyed before all of the others anyway. We don't ... | Douglas Gregor |
2010-08-12 | Teach CompilerInstance to create and hold on to the Sema object used | Douglas Gregor |
2010-08-04 | Add code-completion support directly to ASTUnit, which performs code | Douglas Gregor |
2010-07-30 | Make macro weirdness in chained PCH work. This required changing the way PCHR... | Sebastian Redl |
2010-07-27 | Implement -fno-validate-pch at the -cc1 level, which suppresses most | Douglas Gregor |
2010-07-25 | Make ASTContext always use the BumpPtrAllocator. | Douglas Gregor |
2010-07-09 | Correctly initialize Reader to null. | Sebastian Redl |
2010-07-08 | Some preparatory work for chained PCH. No functionality change. | Sebastian Redl |
2010-06-07 | Frontend: Move some initialization from CompilerInstance to FrontendAction, t... | Daniel Dunbar |
2010-06-07 | Frontend: Change FrontendAction::BeginSourceFile to take the input kind inste... | Daniel Dunbar |
2010-06-07 | Frontend: Lift InputKind enumeration to top level. | Daniel Dunbar |
2010-05-27 | MemoryBuffer::getSTDIN may return a null pointer if an error occurs. | Dan Gohman |
2010-05-25 | Only enable code patterns (e.g., try { statements } catch (...) { | Douglas Gregor |
2010-04-14 | Once we've emitted a fatal diagnostic, keep counting errors but with a | Douglas Gregor |
2010-04-07 | Instead of counting totally diagnostics, split the count into a count | Chris Lattner |
2010-04-05 | Make Diagnostic reference-counted, which is simpler than juggling | Douglas Gregor |
2010-03-30 | Teach Clang's -cc1 option -print-stats to print LLVM statistics. | Douglas Gregor |
2010-03-19 | clang -cc1: Kill off -empty-input only, and replace with -init-only which is an | Daniel Dunbar |
2010-03-19 | Optionally store a PreprocessingRecord in the preprocessor itself, and | Douglas Gregor |
2010-03-17 | Simplify error path using OwningPtr | Kovarththanan Rajaratnam |
2010-03-17 | Simplify ProcessWarningOptions since it can't fail | Kovarththanan Rajaratnam |
2010-03-17 | Issue a proper diagnostic if we couldn't open dump file | Kovarththanan Rajaratnam |
2010-03-16 | Don't consume tokens past the end-of-file in an @interface. Fixes | Douglas Gregor |
2010-03-16 | Give SourceManager a Diagnostic object with which to report errors, | Douglas Gregor |
2010-03-06 | Lowercase for consistency | Kovarththanan Rajaratnam |
2010-02-18 | Rework how CIndex handles diagnostics. Rather than using a callback, | Douglas Gregor |
2010-02-16 | CompilerInstance: Move LLVMContext member out of constructor. | Daniel Dunbar |
2010-01-30 | CompilerInstance: Change to not contain the CompilerInvocation object. | Daniel Dunbar |
2010-01-28 | Introduce serialization and deserialization of diagnostic information | Douglas Gregor |
2010-01-13 | Predefine __weak attribute when doing objective-c | Fariborz Jahanian |
2010-01-13 | cc1: Factor out CompilerInstance::ExecuteAction which has the majority of the | Daniel Dunbar |
2009-12-11 | Update docs/comments/utils/examples to refer to clang -cc1 instead of clang-cc. | Daniel Dunbar |
2009-12-03 | Fix CompilerInstance::createOutputFile to use proper diagnostics, and (try to... | Daniel Dunbar |
2009-12-03 | Remove an unnecessary (I believe) exit() on error. | Daniel Dunbar |
2009-12-02 | Move file-remapping logic into InitPreprocesor. No functionality change | Douglas Gregor |
2009-12-02 | Introduce a new clang-cc option | Douglas Gregor |
2009-12-02 | Extend the source manager with the ability to override the contents of | Douglas Gregor |
2009-12-01 | Switch the clang-to-CIndex interface for code-completion to a binary format, ... | Douglas Gregor |
2009-11-29 | This patch moves the frontend timer from clang-cc into CompilerInstance. | Kovarththanan Rajaratnam |
2009-11-20 | Fix refactoro, clang-cc wasn't properly reporting errors when opening an outp... | Daniel Dunbar |