]> granicus.if.org Git - clang/shortlog
clang
2013-02-01 Dmitri Gribenkolibclang: add comments for CXStringFlag
2013-02-01 Argyrios Kyrtzidis[modules] Introduce ModuleFile::DirectImportLoc which...
2013-02-01 Argyrios KyrtzidisFor ModuleLoader::makeModuleVisible() also pass the...
2013-02-01 Argyrios KyrtzidisIntroduce SourceManager::PredefinesFileID, to allow...
2013-02-01 Bill SchmidtAdd check for @foo
2013-02-01 Bill SchmidtFix a string not seen without asserts
2013-02-01 Alexander KornienkoFixed segmentation fault when a CFGBlock has NULL succe...
2013-02-01 Bill SchmidtFix PR14881 by implementing conversion rules between...
2013-02-01 Bill SchmidtRevise unit testing for -fno-altivec, -mno-altivec.
2013-02-01 Dmitri Gribenkolibclang: itroduce cxstring::createEmpty()
2013-02-01 Dmitri Gribenkolibclang: introduce cxstring::createNull()
2013-02-01 Manuel KlimekRe-design the convenience interfaces on MatchFinder.
2013-02-01 Alexander KornienkoUse const visitors in ASTDumper.
2013-02-01 Daniel JasperHopefully fix windows build due to non-standard pair...
2013-02-01 Daniel JasperRevamp of the basic layouting algorithm in clang-format.
2013-02-01 Richard SmithFix diagnostic for bad alignas use: it can't be applied...
2013-02-01 Nick LewyckyAdd a new -Wundefined-inline warning for inline functio...
2013-02-01 Richard SmithImplement [dcl.align]p5 and C11 6.7.5/4: alignas cannot...
2013-02-01 Hal FinkelAdd PPC A2Q core and BG/Q preprocessor definitions
2013-02-01 John McCallDestroy arrays and ARC fields when throwing out of...
2013-02-01 Douglas GregorDon't do delayed exception-specification checking on...
2013-02-01 Bill SchmidtEnable -fno-altivec, -mno-altivec for PowerPC.
2013-02-01 Michael Han[Sema][Attr]Fix alignment attribute printing.
2013-02-01 Richard SmithConsistently format sample diagnostics on this page.
2013-02-01 NAKAMURA Takumiclang/test/Index/headerfile-comment-to-html.m: Try...
2013-01-31 Dmitri GribenkoComment parsing: add more comments to CommentCommands.td
2013-01-31 Dmitri GribenkoEscape backslash in the comment.
2013-01-31 Bill WendlingUpdate the tests.
2013-01-31 Fariborz Jahanian[Comment parsing] Add support for recognizing
2013-01-31 Anna Zaks[analyzer]RetainCount: Fix an autorelease related false...
2013-01-31 Jordan Rose[analyzer] Don't track autorelease pools created by...
2013-01-31 Jordan RoseLexer: Don't warn about Unicode in preprocessor directives.
2013-01-31 Jordan RosePreprocessor: initialize member introduced in r173881.
2013-01-31 Alexander KornienkoReverted unintendedly-committed file.
2013-01-31 Alexander KornienkoMicro-change: moved a brace for better readability
2013-01-31 Jordan RoseRevert "[analyzer] Model trivial copy/move ctors with...
2013-01-31 NAKAMURA Takumiclang/test/Index/skip-parsed-bodies/compile_commands...
2013-01-31 Manuel KlimekNever break inside something that was a preprocessor...
2013-01-31 Daniel JasperSeveral improvements to the formatting of static initia...
2013-01-31 Evgeniy StepanovAttempt to fix Windows build breakage.
2013-01-31 Manuel KlimekMove commonly useful code for AST testing into MatchVer...
2013-01-31 Tim NorthoverAdd support for AArch64 target.
2013-01-31 Richard SmithRevert r174043 and tweak the comment wording so I'm...
2013-01-31 Enea ZaffanellaAdded outer template parameter lists to friend type...
2013-01-31 Evgeniy Stepanov[msan] Run more optimizations after MemorySanitizer...
2013-01-31 Richard SmithRemove incorrect warning signs from QualType::getUnqual...
2013-01-31 Douglas GregorWhen we're emitting a constructor or destructor call...
2013-01-31 Richard SmithImprove 'failed template argument deduction' diagnostic...
2013-01-31 Douglas GregorWhen code completing in a statement, parenthesized...
2013-01-31 Douglas GregorAllow the computation of the base priority for a declar...
2013-01-31 Richard SmithReplace "failed template argument deduction" diagnostic...
2013-01-31 Nick LewyckyRemove elements from Sema.UndefinedInternals as functio...
2013-01-31 Nick LewyckyFix grammar in comment.
2013-01-31 Richard SmithClarify the diagnostic for -Wnested-anon-types.
2013-01-31 Jordan Rose[analyzer] If a lazy binding is undefined, pretend...
2013-01-31 Richard TrieuWhen comparing two template template arguments in the...
2013-01-31 Richard SmithFix -Wcovered-switch-default and -Wunused-private-field...
2013-01-31 Richard TrieuAdd indents to AST dumping and removed parenthesis...
2013-01-31 Nick LewyckyFix ODR-use of a MemberExpr to check before marking...
2013-01-31 Anna Zaks[analyzer] Fix a bug in region store that lead to undef...
2013-01-31 Matt Beaumont-GaySometimes ld is just ld.
2013-01-31 Douglas GregorWhen comparing two templates in the template differ...
2013-01-31 Bill WendlingMake sure that the Attribute object represents one...
2013-01-31 Matt Beaumont-GayFix unused variable warnings in -asserts build
2013-01-30 Douglas GregorReinstate r173952, this time limiting it to exactly...
2013-01-30 Jordan RoseDiagnostics: Clarify name of line-length-limiting const...
2013-01-30 Filipe CabecinhasChanged to static_cast, due to post-commit review.
2013-01-30 Dmitri GribenkoTableGen backends: use emitSourceFileHeader() to emit...
2013-01-30 Filipe CabecinhasCast to remove the narrowing conversion error in c...
2013-01-30 Jordan RoseDiagnostics: if a line is longer than 4096 characters...
2013-01-30 Argyrios KyrtzidisRevert "[preprocessor] Don't warn about "disabled expan...
2013-01-30 Richard TrieuHandle passing non-Qualtypes to %diff better. Instead...
2013-01-30 Tanya LattnerAdd OpenCL error that a kernel function must have void...
2013-01-30 Jordan RoseFix comment in test/Lexer/utf8-invalid.c for updates...
2013-01-30 Jordan RoseFix r173881 to properly skip invalid UTF-8 characters...
2013-01-30 Anna Zaks[analyzer] Make shallow mode more shallow.
2013-01-30 Anna Zaks[analyzer] Use analyzer config for max-inlinable-size...
2013-01-30 Anna Zaks[analyzer] Move report false positive suppression to...
2013-01-30 Anna Zaks[analyzer] Remove further references to analyzer-ipa.
2013-01-30 Ted Kremenekscan-build: When using Xcode 4.6, use build settings...
2013-01-30 Ted KremenekHoist retrieval of Expr* into caller. No functionality...
2013-01-30 Argyrios Kyrtzidis[preprocessor] Don't warn about "disabled expansion...
2013-01-30 Jordan Rose[analyzer] Model trivial copy/move ctors with an aggreg...
2013-01-30 Dmitri GribenkoDocumentation: fix escaping in JSON example
2013-01-30 Dmitri GribenkoDocumentation: add a link to Bear, a tool to help with...
2013-01-30 James DennettDocumentation: fix link to ExecuteAction(), which was...
2013-01-30 Dmitri GribenkoComment parsing: fold named character references test...
2013-01-30 Dmitri GribenkoComment parsing: resolve more named character references
2013-01-30 Dmitri GribenkoRevert unintended change
2013-01-30 Dmitri GribenkoIndex/special-html-characters.m: mark this as XFAIL...
2013-01-30 Dmitri GribenkoMove UTF conversion routines from clang/lib/Basic to...
2013-01-30 Tim NorthoverAlso promote fp16 types to double when they're anonymou...
2013-01-30 Daniel JasperDon't generate no-op replacements.
2013-01-30 Douglas GregorAdd "instancetype" as a code completion result for...
2013-01-30 Douglas GregorThe instance methods of the root class of an Objective...
2013-01-30 Richard SmithC11: Provide the missing half of <stdalign.h>
2013-01-30 Richard SmithFix test failure from previous change.
2013-01-30 Richard SmithSemantic analysis and CodeGen support for C11's _Noretu...
2013-01-30 Alexander KornienkoDon't warn on fall-through from unreachable code.
2013-01-30 Douglas GregorUnresolved lookups can have using declarations that...
next