| Commit message (Expand) | Author | Age | Files | Lines |
| * | Re-design the convenience interfaces on MatchFinder. | Manuel Klimek | 2013-02-01 | 1 | -26/+23 |
| * | Use const visitors in ASTDumper. | Alexander Kornienko | 2013-02-01 | 2 | -226/+243 |
| * | Hopefully fix windows build due to non-standard pair implementation. | Daniel Jasper | 2013-02-01 | 1 | -1/+1 |
| * | Revamp of the basic layouting algorithm in clang-format. | Daniel Jasper | 2013-02-01 | 1 | -117/+122 |
| * | Fix diagnostic for bad alignas use: it can't be applied to functions. | Richard Smith | 2013-02-01 | 1 | -2/+5 |
| * | Add a new -Wundefined-inline warning for inline functions which are used but not | Nick Lewycky | 2013-02-01 | 6 | -51/+90 |
| * | Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign. | Richard Smith | 2013-02-01 | 3 | -38/+99 |
| * | Add PPC A2Q core and BG/Q preprocessor definitions | Hal Finkel | 2013-02-01 | 2 | -2/+21 |
| * | Destroy arrays and ARC fields when throwing out of ctors. | John McCall | 2013-02-01 | 3 | -31/+20 |
| * | Don't do delayed exception-specification checking on an invalid | Douglas Gregor | 2013-02-01 | 1 | -0/+8 |
| * | Enable -fno-altivec, -mno-altivec for PowerPC. | Bill Schmidt | 2013-02-01 | 2 | -0/+37 |
| * | [Sema][Attr]Fix alignment attribute printing. | Michael Han | 2013-02-01 | 2 | -21/+21 |
| * | [Comment parsing] Add support for recognizing | Fariborz Jahanian | 2013-01-31 | 1 | -1/+8 |
| * | [analyzer]RetainCount: Fix an autorelease related false positive. | Anna Zaks | 2013-01-31 | 1 | -1/+1 |
| * | [analyzer] Don't track autorelease pools created by +new. | Jordan Rose | 2013-01-31 | 1 | -14/+2 |
| * | Lexer: Don't warn about Unicode in preprocessor directives. | Jordan Rose | 2013-01-31 | 1 | -2/+4 |
| * | Preprocessor: initialize member introduced in r173881. | Jordan Rose | 2013-01-31 | 1 | -0/+1 |
| * | Micro-change: moved a brace for better readability | Alexander Kornienko | 2013-01-31 | 1 | -2/+2 |
| * | Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind." | Jordan Rose | 2013-01-31 | 2 | -75/+14 |
| * | Never break inside something that was a preprocessor directive. | Manuel Klimek | 2013-01-31 | 1 | -1/+1 |
| * | Several improvements to the formatting of static initializers. | Daniel Jasper | 2013-01-31 | 2 | -11/+41 |
| * | Add support for AArch64 target. | Tim Northover | 2013-01-31 | 9 | -6/+737 |
| * | Added outer template parameter lists to friend type AST nodes. | Enea Zaffanella | 2013-01-31 | 5 | -19/+43 |
| * | [msan] Run more optimizations after MemorySanitizer pass. | Evgeniy Stepanov | 2013-01-31 | 1 | -0/+12 |
| * | When we're emitting a constructor or destructor call from a delegating | Douglas Gregor | 2013-01-31 | 4 | -21/+39 |
| * | Improve 'failed template argument deduction' diagnostic for the case where we | Richard Smith | 2013-01-31 | 2 | -39/+71 |
| * | When code completing in a statement, parenthesized expression, or | Douglas Gregor | 2013-01-31 | 1 | -1/+9 |
| * | Allow the computation of the base priority for a declaration code completion ... | Douglas Gregor | 2013-01-31 | 2 | -47/+65 |
| * | Replace "failed template argument deduction" diagnostic with something useful | Richard Smith | 2013-01-31 | 2 | -7/+30 |
| * | Remove elements from Sema.UndefinedInternals as functions are defined. Also | Nick Lewycky | 2013-01-31 | 5 | -33/+65 |
| * | Fix grammar in comment. | Nick Lewycky | 2013-01-31 | 1 | -1/+1 |
| * | Clarify the diagnostic for -Wnested-anon-types. | Richard Smith | 2013-01-31 | 1 | -1/+2 |
| * | [analyzer] If a lazy binding is undefined, pretend that it's unknown instead. | Jordan Rose | 2013-01-31 | 1 | -2/+24 |
| * | When comparing two template template arguments in the template differ, consider | Richard Trieu | 2013-01-31 | 1 | -5/+14 |
| * | Fix -Wcovered-switch-default and -Wunused-private-field warnings. | Richard Smith | 2013-01-31 | 1 | -19/+17 |
| * | Add indents to AST dumping and removed parenthesis from AST nodes. | Richard Trieu | 2013-01-31 | 1 | -44/+280 |
| * | Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove | Nick Lewycky | 2013-01-31 | 2 | -3/+13 |
| * | [analyzer] Fix a bug in region store that lead to undefined value false | Anna Zaks | 2013-01-31 | 1 | -16/+8 |
| * | When comparing two templates in the template differ, consider them the | Douglas Gregor | 2013-01-31 | 1 | -2/+2 |
| * | Make sure that the Attribute object represents one attribute only. | Bill Wendling | 2013-01-31 | 5 | -22/+31 |
| * | Fix unused variable warnings in -asserts build | Matt Beaumont-Gay | 2013-01-31 | 1 | -2/+2 |
| * | Reinstate r173952, this time limiting it to exactly the form | Douglas Gregor | 2013-01-30 | 1 | -1/+4 |
| * | Diagnostics: Clarify name of line-length-limiting constant in r173976. | Jordan Rose | 2013-01-30 | 1 | -3/+3 |
| * | Changed to static_cast, due to post-commit review. | Filipe Cabecinhas | 2013-01-30 | 1 | -2/+2 |
| * | Cast to remove the narrowing conversion error in c++11. | Filipe Cabecinhas | 2013-01-30 | 1 | -2/+2 |
| * | Diagnostics: if a line is longer than 4096 characters, don't print it. | Jordan Rose | 2013-01-30 | 1 | -1/+9 |
| * | Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro"" | Argyrios Kyrtzidis | 2013-01-30 | 1 | -4/+1 |
| * | Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back | Richard Trieu | 2013-01-30 | 1 | -5/+23 |
| * | Add OpenCL error that a kernel function must have void return type. Includes ... | Tanya Lattner | 2013-01-30 | 1 | -1/+8 |
| * | Fix r173881 to properly skip invalid UTF-8 characters in raw lexing and -E. | Jordan Rose | 2013-01-30 | 1 | -0/+1 |