2013-02-01 |
Argyrios Kyrtzidis | Introduce SourceManager::PredefinesFileID, to allow... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Bill Schmidt | Add check for @foo |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Bill Schmidt | Fix a string not seen without asserts |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Alexander Kornienko | Fixed segmentation fault when a CFGBlock has NULL succe... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Bill Schmidt | Fix PR14881 by implementing conversion rules between... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Bill Schmidt | Revise unit testing for -fno-altivec, -mno-altivec. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Dmitri Gribenko | libclang: itroduce cxstring::createEmpty() |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Dmitri Gribenko | libclang: introduce cxstring::createNull() |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Manuel Klimek | Re-design the convenience interfaces on MatchFinder. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Alexander Kornienko | Use const visitors in ASTDumper. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Daniel Jasper | Hopefully fix windows build due to non-standard pair... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Daniel Jasper | Revamp of the basic layouting algorithm in clang-format. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Richard Smith | Fix diagnostic for bad alignas use: it can't be applied... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Nick Lewycky | Add a new -Wundefined-inline warning for inline functio... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Richard Smith | Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Hal Finkel | Add PPC A2Q core and BG/Q preprocessor definitions |
commit | commitdiff | tree | snapshot |
2013-02-01 |
John McCall | Destroy arrays and ARC fields when throwing out of... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Douglas Gregor | Don't do delayed exception-specification checking on... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Bill Schmidt | Enable -fno-altivec, -mno-altivec for PowerPC. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Michael Han | [Sema][Attr]Fix alignment attribute printing. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Richard Smith | Consistently format sample diagnostics on this page. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
NAKAMURA Takumi | clang/test/Index/headerfile-comment-to-html.m: Try... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Dmitri Gribenko | Comment parsing: add more comments to CommentCommands.td |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Dmitri Gribenko | Escape backslash in the comment. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Bill Wendling | Update the tests. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Fariborz Jahanian | [Comment parsing] Add support for recognizing |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Anna Zaks | [analyzer]RetainCount: Fix an autorelease related false... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Jordan Rose | [analyzer] Don't track autorelease pools created by... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Jordan Rose | Lexer: Don't warn about Unicode in preprocessor directives. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Jordan Rose | Preprocessor: initialize member introduced in r173881. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Alexander Kornienko | Reverted unintendedly-committed file. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Alexander Kornienko | Micro-change: moved a brace for better readability |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Jordan Rose | Revert "[analyzer] Model trivial copy/move ctors with... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
NAKAMURA Takumi | clang/test/Index/skip-parsed-bodies/compile_commands... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Manuel Klimek | Never break inside something that was a preprocessor... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Daniel Jasper | Several improvements to the formatting of static initia... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Evgeniy Stepanov | Attempt to fix Windows build breakage. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Manuel Klimek | Move commonly useful code for AST testing into MatchVer... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Tim Northover | Add support for AArch64 target. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Richard Smith | Revert r174043 and tweak the comment wording so I'm... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Enea Zaffanella | Added outer template parameter lists to friend type... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Evgeniy Stepanov | [msan] Run more optimizations after MemorySanitizer... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Richard Smith | Remove incorrect warning signs from QualType::getUnqual... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Douglas Gregor | When we're emitting a constructor or destructor call... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Richard Smith | Improve 'failed template argument deduction' diagnostic... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Douglas Gregor | When code completing in a statement, parenthesized... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Douglas Gregor | Allow the computation of the base priority for a declar... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Richard Smith | Replace "failed template argument deduction" diagnostic... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Nick Lewycky | Remove elements from Sema.UndefinedInternals as functio... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Nick Lewycky | Fix grammar in comment. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Richard Smith | Clarify the diagnostic for -Wnested-anon-types. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Jordan Rose | [analyzer] If a lazy binding is undefined, pretend... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Richard Trieu | When comparing two template template arguments in the... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Richard Smith | Fix -Wcovered-switch-default and -Wunused-private-field... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Richard Trieu | Add indents to AST dumping and removed parenthesis... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Nick Lewycky | Fix ODR-use of a MemberExpr to check before marking... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Anna Zaks | [analyzer] Fix a bug in region store that lead to undef... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Matt Beaumont-Gay | Sometimes ld is just ld. |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Douglas Gregor | When comparing two templates in the template differ... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Bill Wendling | Make sure that the Attribute object represents one... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Matt Beaumont-Gay | Fix unused variable warnings in -asserts build |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Douglas Gregor | Reinstate r173952, this time limiting it to exactly... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Jordan Rose | Diagnostics: Clarify name of line-length-limiting const... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Filipe Cabecinhas | Changed to static_cast, due to post-commit review. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Dmitri Gribenko | TableGen backends: use emitSourceFileHeader() to emit... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Filipe Cabecinhas | Cast to remove the narrowing conversion error in c... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Jordan Rose | Diagnostics: if a line is longer than 4096 characters... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Argyrios Kyrtzidis | Revert "[preprocessor] Don't warn about "disabled expan... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Richard Trieu | Handle passing non-Qualtypes to %diff better. Instead... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Tanya Lattner | Add OpenCL error that a kernel function must have void... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Jordan Rose | Fix comment in test/Lexer/utf8-invalid.c for updates... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Jordan Rose | Fix r173881 to properly skip invalid UTF-8 characters... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Anna Zaks | [analyzer] Make shallow mode more shallow. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Anna Zaks | [analyzer] Use analyzer config for max-inlinable-size... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Anna Zaks | [analyzer] Move report false positive suppression to... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Anna Zaks | [analyzer] Remove further references to analyzer-ipa. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Ted Kremenek | scan-build: When using Xcode 4.6, use build settings... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Ted Kremenek | Hoist retrieval of Expr* into caller. No functionality... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Argyrios Kyrtzidis | [preprocessor] Don't warn about "disabled expansion... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Jordan Rose | [analyzer] Model trivial copy/move ctors with an aggreg... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Dmitri Gribenko | Documentation: fix escaping in JSON example |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Dmitri Gribenko | Documentation: add a link to Bear, a tool to help with... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
James Dennett | Documentation: fix link to ExecuteAction(), which was... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Dmitri Gribenko | Comment parsing: fold named character references test... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Dmitri Gribenko | Comment parsing: resolve more named character references |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Dmitri Gribenko | Revert unintended change |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Dmitri Gribenko | Index/special-html-characters.m: mark this as XFAIL... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Dmitri Gribenko | Move UTF conversion routines from clang/lib/Basic to... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Tim Northover | Also promote fp16 types to double when they're anonymou... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Daniel Jasper | Don't generate no-op replacements. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Douglas Gregor | Add "instancetype" as a code completion result for... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Douglas Gregor | The instance methods of the root class of an Objective... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Richard Smith | C11: Provide the missing half of <stdalign.h> |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Richard Smith | Fix test failure from previous change. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Richard Smith | Semantic analysis and CodeGen support for C11's _Noretu... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Alexander Kornienko | Don't warn on fall-through from unreachable code. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Douglas Gregor | Unresolved lookups can have using declarations that... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Jordan Rose | Don't warn about Unicode characters in -E mode. |
commit | commitdiff | tree | snapshot |
2013-01-30 |
David Blaikie | [Sema] Constrain test added in r173873 with expected... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
David Blaikie | Provide a fixit for constexpr non-static data members. |
commit | commitdiff | tree | snapshot |
next |