]> granicus.if.org Git - clang/shortlog
clang
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...
2013-01-30 Jordan RoseDon't warn about Unicode characters in -E mode.
2013-01-30 David Blaikie[Sema] Constrain test added in r173873 with expected...
2013-01-30 David BlaikieProvide a fixit for constexpr non-static data members.
2013-01-30 Fariborz Jahanianc: When checking on validity of sizeof passed as size of
2013-01-30 Daniel Dunbar[Frontend] Factor AddUnmappedPath() out of AddPath...
2013-01-30 Daniel Dunbar[Frontend] Remove HeaderSearchOptions::Entry::IsInterna...
2013-01-30 NAKAMURA Takumiclang/test/Driver/asan-ld.c: Try not to mismatch tempor...
2013-01-30 Daniel Dunbar[Frontend] Remove actual ImplicitExternC member variable.
2013-01-30 Daniel Dunbar[Frontend] Add an ExternCSystem include entry group.
2013-01-30 Fariborz JahanianRemoved couple of html named character references in
2013-01-29 Daniel Dunbar[Frontend] Make the include dir group independent from...
2013-01-29 Daniel Dunbar[Frontend] Rename a member variable to clarify its...
2013-01-29 Daniel Dunbar[Frontend] Factor out helper function, for clarity.
2013-01-29 Chad Rosier[driver] Clear the FailureResultFiles when initializing...
2013-01-29 Fariborz Jahanian[Doc parsing] Patch to parse Doxygen-supported HTML...
2013-01-29 Chad Rosier[ubsan] Implement the -fcatch-undefined-behavior flag...
2013-01-29 NAKAMURA Takumiclang/test/Index/getcursor-preamble.m: Formatting.
2013-01-29 NAKAMURA Takumiclang/test/Index/getcursor-preamble.m: Tweak for win32...
2013-01-29 David BlaikieMove -Wstatic-float-init fixit into a note & don't...
2013-01-29 David BlaikieDon't fixit/recover from -Wstatic-float-init when it...
2013-01-29 Daniel JasperMove the token annotator into separate files.
2013-01-29 Argyrios Kyrtzidis[Preprocessor] When checking if we can concatenate...
2013-01-29 Chad Rosier[driver] Refactor the driver so that a failing commands...
2013-01-29 Daniel JasperImprove formatting of code with comments.
2013-01-29 Argyrios KyrtzidisMark a struct definition in an objc container with...
2013-01-29 Daniel JasperAllow all parameters on next line for function calls...
2013-01-29 Daniel JasperSplit ">>" in "A<B<C> >" in Chromium style.
2013-01-29 Daniel JasperFix uninitialized error caused by r173801.
2013-01-29 Joey GoulyFix a crash in OpenCL code by using the proper (RHS...
2013-01-29 Daniel JasperCalculate the split penalty upfront.
2013-01-29 Daniel JasperFix a comment and reformat clang-format with clang...
next