Age | Commit message (Expand) | Author |
2011-11-17 | Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted ... | Ted Kremenek |
2011-11-15 | Revert r144703. It was a dumb idea anyway; will add the new bits more | Douglas Gregor |
2011-11-15 | Split GenerateModuleAction into its own action, which will start | Douglas Gregor |
2011-11-15 | Add a -cc1-level option -fmodule-name=<name>, which will be used when | Douglas Gregor |
2011-11-11 | I predict that HeaderSearch will need the ability to generate | Douglas Gregor |
2011-11-01 | rename getHostTriple into getDefaultTargetTriple in clang | Sebastian Pop |
2011-10-29 | Start work on SerializedDiagnosticPrinter, a new DiagnosticConsumer that seri... | Ted Kremenek |
2011-10-08 | lib/Frontend/CompilerInstance.cpp: Suppress a "Comparision of unsigned and si... | NAKAMURA Takumi |
2011-10-08 | Whitespace | NAKAMURA Takumi |
2011-10-05 | Seriously ugly hack, part 2 | Douglas Gregor |
2011-10-05 | Seriously ugly hack to try to get the Windows builders back online | Douglas Gregor |
2011-10-05 | Introduce a simple file-based locking protocol for on-demand module | Douglas Gregor |
2011-10-04 | When build a module on demand, run the module-building job on a | Douglas Gregor |
2011-09-29 | Introduce an opt-in warning when a module is being implicitly built | Douglas Gregor |
2011-09-29 | Introduce a pure virtual clone() method to DiagnosticConsumer, so that | Douglas Gregor |
2011-09-26 | Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397 | David Blaikie |
2011-09-26 | Rename ChainedDiagnosticClient to ChainedDiagnosticConsumer as per issue 5397 | David Blaikie |
2011-09-25 | Rename DiagnosticClient to DiagnosticConsumer as per issue 5397 | David Blaikie |
2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
2011-09-19 | [libclang] When getting a source location from a file:line:col triplet | Argyrios Kyrtzidis |
2011-09-15 | Add an experimental flag -fauto-module-import that automatically turns | Douglas Gregor |
2011-09-15 | Comment what's going on when we compile a module | Douglas Gregor |
2011-09-15 | Detect cyclic module dependencies in a manner that is rather more | Douglas Gregor |
2011-09-15 | When we load the first module, make sure that we wire up the ASTConsumer to t... | Douglas Gregor |
2011-09-14 | Make -E work with module imports | Douglas Gregor |
2011-09-13 | Assert that the module hash produced after stripping away non-modular options... | Douglas Gregor |
2011-09-13 | For modules, use a hash of the compiler version, language options, and | Douglas Gregor |
2011-09-13 | When building a module on-demand, clear out the "non-modular" language | Douglas Gregor |
2011-09-13 | When compiling a module on-demand, re-use the diagnostics client | Douglas Gregor |
2011-09-12 | When an import statement fails to find a module in the module cache, | Douglas Gregor |
2011-09-12 | Introduce a cc1-level option to provide the path to the module cache, | Douglas Gregor |
2011-09-02 | Always construct an ASTReader with a non-NULL ASTContext and | Douglas Gregor |
2011-09-02 | Extend the ASTContext constructor to delay the initialization of | Douglas Gregor |
2011-09-01 | Allow the preprocessor to be constructed without performing target- | Douglas Gregor |
2011-08-31 | Switch the "no module found" default-fatal warning to a default-fatal error. | Douglas Gregor |
2011-08-26 | Introduce support for a simple module import declaration, which | Douglas Gregor |
2011-08-25 | Introduce a -cc1 option "-emit-module", that creates a binary module | Douglas Gregor |
2011-07-28 | Cut down the number of open/close system calls for output files. | Argyrios Kyrtzidis |
2011-07-23 | remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.... | Chris Lattner |
2011-07-22 | Switch all of the "isysroot" const char*'s throughout the AST reader | Douglas Gregor |
2011-07-22 | Rename ASTReader::PerFileData to serialization::Module, pulling it out | Douglas Gregor |
2011-07-21 | Cut down one open/close pair of system calls by using Path's makeUnique inste... | Argyrios Kyrtzidis |
2011-07-19 | Revamp the SourceManager to separate the representation of parsed | Douglas Gregor |
2011-07-14 | NestedMacroInstantiations -> NestedMacroExpansions | Chandler Carruth |
2011-06-23 | avoid using config.h in public headers | Dylan Noblesmith |
2011-06-16 | Raise the ARCMT functionality in Clang into proper FrontendActions. | Chandler Carruth |
2011-06-15 | The ARC Migration Tool. All the credit goes to Argyrios and Fariborz | John McCall |
2011-05-06 | Introduce a new libclang parsing flag, | Douglas Gregor |
2011-04-07 | Frontend/CC_LOG_DIAGNOSTICS: Fix thinko and open diag log in append mode. | Daniel Dunbar |
2011-04-07 | Fronted/CC_LOG_DIAGNOSTICS: Wire up dwarf-debug-flags support. | Daniel Dunbar |