2013-02-02 |
Michael Gottesman | On platforms which do not support ARC natively, do... |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Ted Kremenek | Update checker build to checker-271. |
commit | commitdiff | tree | snapshot |
2013-02-02 |
David Blaikie | Revert r174246, accidentally committed. |
commit | commitdiff | tree | snapshot |
2013-02-02 |
David Blaikie | Sentenc-ify comment added in r174206. |
commit | commitdiff | tree | snapshot |
2013-02-02 |
David Blaikie | Generalize DebugInfo tests by avoiding explicit metadat... |
commit | commitdiff | tree | snapshot |
2013-02-02 |
David Blaikie | Basics |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Anna Zaks | [analyzer] Always inline functions with bodies generate... |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Anna Zaks | [analyzer] Print Inline mode with -analyzer-display... |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Anna Zaks | [analyzer] Fix typo. |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Nick Lewycky | This patch makes "&Cls::purevfn" not an odr use. This... |
commit | commitdiff | tree | snapshot |
2013-02-02 |
Dmitri Gribenko | libclang: introduce cxstring::{createRef,createDup... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Douglas Gregor | Merge "special" types from different modules in the... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
NAKAMURA Takumi | clang/test/CodeGenCXX/debug-info-class.cpp: Fixup for... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Argyrios Kyrtzidis | Const'ify Preprocessor::getPredefinesFileID. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Dmitri Gribenko | Unbreak Makefile build after r174216 |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Dmitri Gribenko | Comment parsing: improve the fidelity of XML output... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Bill Schmidt | Add some missing PPC cpus |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Fariborz Jahanian | objc: Provide correct fixit instruction when two mismatched |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Jordan Rose | [analyzer] Explain why we have system-header-simulator... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Jordan Rose | Re-apply "[analyzer] Model trivial copy/move ctors... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Jordan Rose | [analyzer] Reuse a LazyCompoundVal if its type matches... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
David Blaikie | Fix exception handling line table problems introduced... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Hal Finkel | Add -mqpx and -mno-qpx feature flags to toggle use... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Chad Rosier | [driver] Don't try to generate diagnostic information... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Alexander Kornienko | Micro change: moved '{' for better readability (+don... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Dmitri Gribenko | Fix indent |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Dmitri Gribenko | Fix comments: these are not trailing comments |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Dmitri Gribenko | libclang: document the purpose of createNull() |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Dmitri Gribenko | libclang: add comments for CXStringFlag |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Argyrios Kyrtzidis | [modules] Introduce ModuleFile::DirectImportLoc which... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Argyrios Kyrtzidis | For ModuleLoader::makeModuleVisible() also pass the... |
commit | commitdiff | tree | snapshot |
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 |
next |