Age | Commit message (Expand) | Author |
2012-02-27 | [analyzer] Add -analyzer-stats, which hooks up LLVM stats tracking. | Anna Zaks |
2012-02-25 | Don't record nested macro expansions in the preprocessing record, | Argyrios Kyrtzidis |
2012-02-20 | Basic: import IntrusiveRefCntPtr<> into clang namespace | Dylan Noblesmith |
2012-02-18 | Implement #pragma redefine_extname. | David Chisnall |
2012-02-15 | Remove the unuseful -fdiagnostics-show-name | David Blaikie |
2012-02-15 | Add some Solaris include paths and fix a -lgcc_eh that apparently should be -... | David Chisnall |
2012-02-14 | include clang's config.h unconditionally (v2) | Dylan Noblesmith |
2012-02-14 | Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality | Ted Kremenek |
2012-02-10 | [libclang] Indexing API: Fully index implict template instantiations. | Argyrios Kyrtzidis |
2012-02-10 | Add ArrayRef goodness in MultiplexASTMutationListener. | Argyrios Kyrtzidis |
2012-02-10 | Update MultiplexASTMutationListener with the missing methods from ASTMutation... | Argyrios Kyrtzidis |
2012-02-07 | Revert my patches which removed Diagnostic.h includes by moving some operator... | Benjamin Kramer |
2012-02-07 | Print NamedDecls directly to a raw_ostream where possible. | Benjamin Kramer |
2012-02-06 | Move instantiateTemplateAttribute into the sema namespace, make helpers static. | Benjamin Kramer |
2012-02-06 | Invalid O levels on the command line no longer have a confusing error. | Aaron Ballman |
2012-02-05 | Basic: import SmallString<> into clang namespace | Dylan Noblesmith |
2012-02-05 | Basic: import OwningPtr<> into clang namespace | Dylan Noblesmith |
2012-02-04 | Move a method from IdentifierTable.h out of line and remove the SmallString i... | Benjamin Kramer |
2012-02-04 | Remove Diagnostic.h include from Preprocessor.h. | Benjamin Kramer |
2012-02-04 | ArrayRef goodness in MultiplexConsumer, no functionality change. | Argyrios Kyrtzidis |
2012-02-04 | Use variable in place of multiple CI.getFrontendOpts() calls and use a bit | Argyrios Kyrtzidis |
2012-02-04 | Clang has existing support for debuggers that | Sean Callanan |
2012-02-03 | Make sure that the layout-override parser grabs the size, not the data | Douglas Gregor |
2012-02-03 | Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325> | Bob Wilson |
2012-02-03 | Replace the old --with-cxx-* configure options with a single --with-gcc-toolc... | Rafael Espindola |
2012-02-02 | Rename -dependency-graphviz to -dependencncy-dot | Douglas Gregor |
2012-02-02 | Back out my heinous hack that tricked the module generation mechanism | Douglas Gregor |
2012-02-02 | Introduce a -cc1 option "-dependency-graphviz" that determines header | Douglas Gregor |
2012-02-02 | back out r149504 | Dylan Noblesmith |
2012-02-01 | [libclang] Make sure we don't ever leave a StoredDiagnostic associated with | Argyrios Kyrtzidis |
2012-02-01 | include clang's config.h unconditionally | Dylan Noblesmith |
2012-01-31 | Split compiler builtin module into "stdlib" builtins and "intrinsic" | Douglas Gregor |
2012-01-31 | Fix 80-column violation. | Chad Rosier |
2012-01-30 | Thread a TargetInfo through to the module map; we'll need it for | Douglas Gregor |
2012-01-29 | Switch over to LLVM's file-level locking facility | Douglas Gregor |
2012-01-29 | Ensure that we clean up after a failed module build and cope with the | Douglas Gregor |
2012-01-29 | Implement code completion support for module import declarations, e.g., | Douglas Gregor |
2012-01-29 | Rework HeaderSearch's interface for getting a module from a name and | Douglas Gregor |
2012-01-29 | Complain about attempts to use 'protected' visibility on targets | John McCall |
2012-01-27 | Introduce module attributes into the module map grammar, along with a | Douglas Gregor |
2012-01-27 | Due to a bug, -Wno-everything works like -Weverything. Fix the bug by having | Argyrios Kyrtzidis |
2012-01-26 | objc-arc: introduce -no-finalize-removal which in gc mode, | Fariborz Jahanian |
2012-01-26 | Extend the ExternalASTSource interface to allow the AST source to | Douglas Gregor |
2012-01-26 | Introduce 3 new fixit options: | Argyrios Kyrtzidis |
2012-01-25 | Fix -fmacro-backtrace-limit=0 to show the entire macro backtrace. | Ted Kremenek |
2012-01-25 | Rework the external Sema source's ReadMethodPool() so that it doesn't | Douglas Gregor |
2012-01-25 | arc migrator: Provide infrastructure to add options | Fariborz Jahanian |
2012-01-23 | Improve Lexer::getImmediateMacroName to take into account inner macros | Argyrios Kyrtzidis |
2012-01-23 | Add support for -fno-optimize-sibling-calls. Currently only implemented in the | Nick Lewycky |
2012-01-21 | lib/Frontend/InitHeaderSearch.cpp: [Cygwin] Add 4.5.3. | NAKAMURA Takumi |