Age | Commit message (Expand) | Author |
2013-04-03 | Objective-C modern rewriter. Fixes a bug | Fariborz Jahanian |
2013-04-03 | [preprocessor] Allow comparing two macro definitions syntactically instead of... | Argyrios Kyrtzidis |
2013-04-03 | Emit a nicer diagnostic for misplaced attributes on ObjC directives. | Nico Weber |
2013-04-03 | Give the default CorrectionCandidateCallback::ValidateCandidate some | Kaelyn Uhrain |
2013-04-03 | Don't compute a patched/semantic storage class. | Rafael Espindola |
2013-04-03 | Improve formatting of for loops and multi-variable DeclStmts. | Daniel Jasper |
2013-04-03 | Even better way to handle comments adjacent to preprocessor directives. | Alexander Kornienko |
2013-04-03 | Enable use of _Static_assert inside structs and unions in C11 mode (as per C1... | Andy Gibbs |
2013-04-03 | Assert that Parser::ParseStructUnionBody is not called for C++ code. | Andy Gibbs |
2013-04-03 | Cleanup, add comments and address review comments. | Daniel Jasper |
2013-04-03 | [modules] If a submodule has re-definitions of the same macro, only the last ... | Argyrios Kyrtzidis |
2013-04-03 | Use getPredefinesFileID() appropriately. | Douglas Gregor |
2013-04-03 | Refactor the Get* functions to be more consistant among themselves. | Richard Trieu |
2013-04-03 | Do not assume the template argument is an integer only because the | Richard Trieu |
2013-04-03 | Fix a crasher in Template Diffing. | Richard Trieu |
2013-04-03 | Fix a crasher in Template Diffing. | Richard Trieu |
2013-04-03 | From PR9121 gcc defaulted to omitting the frame pointer on linux, | Eric Christopher |
2013-04-03 | Escape more @ signs in Doxygen comments. | Jordan Rose |
2013-04-03 | [analyzer] Better model for copying of array fields in implicit copy ctors. | Jordan Rose |
2013-04-03 | In ObjC++ on legacy runtimes, push an EH cleanup as well as | John McCall |
2013-04-02 | Objective-C arc [qui]. Don't issue the bridge cast | Fariborz Jahanian |
2013-04-02 | Silencing warnings in MSVC due to duplicate identifiers. | Aaron Ballman |
2013-04-02 | Revert "Revert r178079, it caused PR15637." | Eric Christopher |
2013-04-02 | If a defaulted special member is implicitly deleted, check whether it's | Richard Smith |
2013-04-02 | Objective-C: Provide fixit hints when warning | Fariborz Jahanian |
2013-04-02 | Remove dead store. | Richard Smith |
2013-04-02 | [ms-cxxabi] Rename enum and remove dead case per Jordan's suggestion | Reid Kleckner |
2013-04-02 | [ms-cxxabi] Remove unused variable | Reid Kleckner |
2013-04-02 | [ms-cxxabi] Move MS inheritance model calculation into MemberPointerType | Reid Kleckner |
2013-04-02 | Fixed "fallthrough annotation does not directly precede switch label" warning in | Alexander Kornienko |
2013-04-02 | Fix some inconsistent use of indentation. | Daniel Jasper |
2013-04-02 | Escape # and $ in dependency files. | Benjamin Kramer |
2013-04-02 | [ASan] Emit lifetime markers for local variables in -fsanitize=use-after-scop... | Alexey Samsonov |
2013-04-02 | Alternative handling of comments adjacent to preprocessor directives. | Alexander Kornienko |
2013-04-02 | [analyzer] Moving cplusplus.NewDelete to alpha.* for now. | Anton Yartsev |
2013-04-02 | Add -Wstatic-local-in-inline, which warns about using a static local | John McCall |
2013-04-02 | [analyzer] Teach invalidateRegions that regions within LazyCompoundVal need t... | Anna Zaks |
2013-04-02 | un-break remaining gdb buildbot testcases. | Adrian Prantl |
2013-04-02 | [analyzer] For now, don't inline [cd]tors of C++ containers. | Jordan Rose |
2013-04-02 | [analyzer] Cache whether a function is generally inlineable. | Jordan Rose |
2013-04-02 | [analyzer] Use inline storage in the FunctionSummary DenseMap. | Jordan Rose |
2013-04-02 | [analyzer] Allow suppressing diagnostics reported within the 'std' namespace | Jordan Rose |
2013-04-01 | Use the ASYContext::getTypeSizeInChars API to cleanup some ugliness, per John | Chad Rosier |
2013-04-01 | PR15633: Note that we are EnteringContext when parsing the nested name | Richard Smith |
2013-04-01 | [arcmt] Copy the diagnostics so we don't have to worry about invaliding itera... | Argyrios Kyrtzidis |
2013-04-01 | R600: Handle -mcpu option v3 | Tom Stellard |
2013-04-01 | R600: Add missing Southern Islands GPU to setCPU() function | Tom Stellard |
2013-04-01 | Revert r178079, it caused PR15637. | Nico Weber |
2013-04-01 | Don't eagerly deserialize every templated function (and every static data | Richard Smith |
2013-04-01 | * Attempt to un-break gdb buildbot by emitting a lexical block end only | Adrian Prantl |