| Commit message (Expand) | Author | Age | Files | Lines |
* | [analyzer] Don't track autorelease pools created by +new. | Jordan Rose | 2013-01-31 | 2 | -2722/+3991 |
* | Lexer: Don't warn about Unicode in preprocessor directives. | Jordan Rose | 2013-01-31 | 3 | -2/+19 |
* | Preprocessor: initialize member introduced in r173881. | Jordan Rose | 2013-01-31 | 1 | -0/+1 |
* | Reverted unintendedly-committed file. | Alexander Kornienko | 2013-01-31 | 1 | -1/+1 |
* | Micro-change: moved a brace for better readability | Alexander Kornienko | 2013-01-31 | 2 | -3/+3 |
* | Revert "[analyzer] Model trivial copy/move ctors with an aggregate bind." | Jordan Rose | 2013-01-31 | 5 | -183/+17 |
* | clang/test/Index/skip-parsed-bodies/compile_commands.json: Mark it as XFAIL:m... | NAKAMURA Takumi | 2013-01-31 | 1 | -1/+1 |
* | Never break inside something that was a preprocessor directive. | Manuel Klimek | 2013-01-31 | 2 | -3/+5 |
* | Several improvements to the formatting of static initializers. | Daniel Jasper | 2013-01-31 | 3 | -16/+71 |
* | Attempt to fix Windows build breakage. | Evgeniy Stepanov | 2013-01-31 | 1 | -1/+2 |
* | Move commonly useful code for AST testing into MatchVerfier.h. | Manuel Klimek | 2013-01-31 | 2 | -165/+196 |
* | Add support for AArch64 target. | Tim Northover | 2013-01-31 | 19 | -6/+1467 |
* | Revert r174043 and tweak the comment wording so I'm (hopefully) not confused ... | Richard Smith | 2013-01-31 | 1 | -0/+8 |
* | Added outer template parameter lists to friend type AST nodes. | Enea Zaffanella | 2013-01-31 | 6 | -28/+84 |
* | [msan] Run more optimizations after MemorySanitizer pass. | Evgeniy Stepanov | 2013-01-31 | 1 | -0/+12 |
* | Remove incorrect warning signs from QualType::getUnqualifiedType(). These | Richard Smith | 2013-01-31 | 1 | -8/+0 |
* | When we're emitting a constructor or destructor call from a delegating | Douglas Gregor | 2013-01-31 | 5 | -21/+73 |
* | Improve 'failed template argument deduction' diagnostic for the case where we | Richard Smith | 2013-01-31 | 11 | -53/+91 |
* | When code completing in a statement, parenthesized expression, or | Douglas Gregor | 2013-01-31 | 4 | -12/+29 |
* | Allow the computation of the base priority for a declaration code completion ... | Douglas Gregor | 2013-01-31 | 5 | -54/+71 |
* | Replace "failed template argument deduction" diagnostic with something useful | Richard Smith | 2013-01-31 | 6 | -8/+54 |
* | Remove elements from Sema.UndefinedInternals as functions are defined. Also | Nick Lewycky | 2013-01-31 | 9 | -38/+74 |
* | Fix grammar in comment. | Nick Lewycky | 2013-01-31 | 1 | -1/+1 |
* | Clarify the diagnostic for -Wnested-anon-types. | Richard Smith | 2013-01-31 | 4 | -10/+11 |
* | [analyzer] If a lazy binding is undefined, pretend that it's unknown instead. | Jordan Rose | 2013-01-31 | 2 | -4/+83 |
* | When comparing two template template arguments in the template differ, consider | Richard Trieu | 2013-01-31 | 2 | -5/+22 |
* | 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 | 11 | -143/+412 |
* | Fix ODR-use of a MemberExpr to check before marking a pure function used. Remove | Nick Lewycky | 2013-01-31 | 3 | -3/+26 |
* | [analyzer] Fix a bug in region store that lead to undefined value false | Anna Zaks | 2013-01-31 | 2 | -17/+21 |
* | Sometimes ld is just ld. | Matt Beaumont-Gay | 2013-01-31 | 1 | -5/+5 |
* | When comparing two templates in the template differ, consider them the | Douglas Gregor | 2013-01-31 | 2 | -2/+19 |
* | 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 | 3 | -2/+14 |
* | 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 |
* | TableGen backends: use emitSourceFileHeader() to emit the warning about | Dmitri Gribenko | 2013-01-30 | 5 | -18/+34 |
* | 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 | 2 | -2/+20 |
* | Revert "[preprocessor] Don't warn about "disabled expansion of recursive macro"" | Argyrios Kyrtzidis | 2013-01-30 | 3 | -10/+2 |
* | Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back | Richard Trieu | 2013-01-30 | 2 | -5/+38 |
* | Add OpenCL error that a kernel function must have void return type. Includes ... | Tanya Lattner | 2013-01-30 | 3 | -1/+14 |
* | Fix comment in test/Lexer/utf8-invalid.c for updates in r173959. | Jordan Rose | 2013-01-30 | 1 | -2/+1 |
* | Fix r173881 to properly skip invalid UTF-8 characters in raw lexing and -E. | Jordan Rose | 2013-01-30 | 2 | -0/+7 |
* | [analyzer] Make shallow mode more shallow. | Anna Zaks | 2013-01-30 | 7 | -12/+53 |
* | [analyzer] Use analyzer config for max-inlinable-size option. | Anna Zaks | 2013-01-30 | 7 | -16/+21 |
* | [analyzer] Move report false positive suppression to report visitors. | Anna Zaks | 2013-01-30 | 4 | -39/+65 |
* | [analyzer] Remove further references to analyzer-ipa. | Anna Zaks | 2013-01-30 | 3 | -40/+37 |
* | scan-build: When using Xcode 4.6, use build settings for doing proper build i... | Ted Kremenek | 2013-01-30 | 1 | -0/+30 |