]> granicus.if.org Git - clang/shortlog
clang
2013-04-05 Jordan Rose[analyzer] Re-enable cplusplus.NewDelete (but not NewDe...
2013-04-05 Jordan Rose[analyzer] Split new/delete checker into use-after...
2013-04-05 Daniel JasperAllow breaking after 'class' for classes with looong...
2013-04-05 Daniel JasperFix bad formatting of overloaded operator definitions.
2013-04-05 Manman RenAdd triple to testing case to appease poewrpc64 buildbots
2013-04-05 Chad RosierAdd test case for r178881.
2013-04-05 Eli BenderskyProper prefix for doxygen comments
2013-04-05 Tim NorthoverAArch64: bring predefines in line with most recent...
2013-04-05 Anton Yartsev[analyzer] Path notes for the MismatchedDeallocator...
2013-04-05 Anton Yartsev[analyzer] Better name for the test.
2013-04-05 Daniel JasperImprove formatting of multi-variable DeclStmts.
2013-04-05 Alexey SamsonovAllow EmitConstantInit() to emit constant initializers...
2013-04-05 Anton Yartsev[analyzer] Check allocation family more precise.
2013-04-05 Anton Yartsev[analyzer] Corrected the switch statement.
2013-04-05 Anna Zaks[analyzer] Show path diagnostic for C++ initializers
2013-04-05 Rafael EspindolaAdd a module testcase with a using declaration.
2013-04-05 Anton Yartsev[analyzer] Updated the testcase.
2013-04-05 Anton Yartsev[analyzer] Fully-covered switch for families in isTrack...
2013-04-05 Manman RenAdd testing case for r178797
2013-04-04 Michael J.... Add support for __GCC_HAVE_SYNC_COMPARE_AND_SWAP_{1...
2013-04-04 Anton Yartsev[analyzer] Reduced the unwanted correlations between...
2013-04-04 Tanya LattnerRevert 178811 until I fix the unit tests.
2013-04-04 Tanya LattnerAdd an error to check that all program scope variables...
2013-04-04 Jordan Rose[analyzer] Enable destructor inlining by default (c...
2013-04-04 Eli BenderskyAdd some documentation for PNaClABIInfo.
2013-04-04 Argyrios Kyrtzidis[libclang] Add some checks to make sure the given CXTra...
2013-04-04 Jordan Rose[analyzer] RetainCountChecker: refactor annotation...
2013-04-04 Manman RenInitial support for struct-path aware TBAA.
2013-04-04 Manman Renrevert r178784 since it does not have a commit message
2013-04-04 Rafael EspindolaDon't patch the storage class of static data members.
2013-04-04 Jyotsna VermaXFAIL example-dynarray.cpp test for Hexagon as some...
2013-04-04 Manman RenIndex: include/clang/Driver/CC1Options.td
2013-04-04 Argyrios KyrtzidisRemove the unused MemoryBuffers, no functionality change.
2013-04-04 Daniel JasperFix bug discovered with address sanitizer.
2013-04-04 Fariborz JahanianObjective-C: Issue deprecated warning when using a
2013-04-04 Ted KremenekAdd test case to show that 'availability' and 'deprecat...
2013-04-04 Rafael EspindolaUse isExternalLinkage instead of hasExternalLinkage.
2013-04-04 Benjamin KramerMake helpers static & 80 cols.
2013-04-04 Rafael EspindolaFix a recent linkage regression.
2013-04-04 Alexey SamsonovPropagate path to ASan/MSan symbolizer into test enviro...
2013-04-04 Eric ChristopherPlumb through the -fsplit-stack option using the existi...
2013-04-04 Ted KremenekRevert r177948. We decided that we do not want ObjC...
2013-04-04 Rafael EspindolaAdd hasExternalLinkageUncached back with the test that...
2013-04-04 Richard SmithDon't build this test with modules for now, it's causin...
2013-04-04 Rafael EspindolaAvoid computing the linkage instead of avoiding caching it.
2013-04-04 Richard SmithAdd tests that build modules for our builtin headers...
2013-04-04 Rafael EspindolaFix linkage related crash.
2013-04-04 Richard SmithFix 41 of the 61 tests which fail with modules enabled...
2013-04-04 John McCallBe sure to check ARC conventions on the implicit method...
2013-04-04 Rafael Espindolacmake: mark clang as needing exported symbol.
2013-04-04 John McCallProtect the values of array and dictionary literals...
2013-04-04 Nico WeberMake the ObjC attributes diagnostics a bit more informa...
2013-04-03 Tanya LattnerUpdate OpenCL comments to mention spec section and...
2013-04-03 Douglas Gregor<rdar://problem/13560075> Teach name lookup for builtin...
2013-04-03 Richard SmithRevert accidental commit.
2013-04-03 Richard SmithPare back r164351 somewhat. The problem that change...
2013-04-03 Anna Zaks[analyzer] Allow tracknullOrUndef look through the...
2013-04-03 Argyrios Kyrtzidis[preprocessor] Minor optimization following r178671.
2013-04-03 John McCallComplain about attempts to befriend declarations via...
2013-04-03 Jordan Rose[analyzer] Correctly handle destructors for lifetime...
2013-04-03 Anna Zaks[analyzer] Rename “Mac OS X API”, “Mac OS API” -> ...
2013-04-03 Anna Zaks[analyzer] Warn when nil receiver results in forming...
2013-04-03 Anna Zaks[analyzer] make peelOffOuterExpr in BugReporterVisitors...
2013-04-03 Anna Zaks[analyzer] Properly handle the ternary operator in...
2013-04-03 Anna Zaks[analyzer] Fix typo.
2013-04-03 Rafael EspindolaAdd 178663 back.
2013-04-03 Rafael EspindolaRevert 178663.
2013-04-03 Fariborz JahanianObjective-C modern rewriter. Fixes a bug
2013-04-03 Argyrios Kyrtzidis[preprocessor] Allow comparing two macro definitions...
2013-04-03 Nico WeberEmit a nicer diagnostic for misplaced attributes on...
2013-04-03 Jyotsna VermaTest Hexagon tool-chain when configured as OSless target.
2013-04-03 Kaelyn UhrainGive the default CorrectionCandidateCallback::ValidateC...
2013-04-03 Rafael EspindolaDon't compute a patched/semantic storage class.
2013-04-03 Daniel JasperImprove formatting of for loops and multi-variable...
2013-04-03 Alexander KornienkoEven better way to handle comments adjacent to preproce...
2013-04-03 Andy GibbsEnable use of _Static_assert inside structs and unions...
2013-04-03 Andy GibbsAssert that Parser::ParseStructUnionBody is not called...
2013-04-03 Daniel JasperCleanup, add comments and address review comments.
2013-04-03 Argyrios Kyrtzidis[modules] If a submodule has re-definitions of the...
2013-04-03 Douglas GregorUse getPredefinesFileID() appropriately.
2013-04-03 Richard TrieuRefactor the Get* functions to be more consistant among...
2013-04-03 Richard TrieuDo not assume the template argument is an integer only...
2013-04-03 Richard TrieuFix a crasher in Template Diffing.
2013-04-03 Richard TrieuFix a crasher in Template Diffing.
2013-04-03 Eric ChristopherMove this file into the correct directory.
2013-04-03 Eric ChristopherFrom PR9121 gcc defaulted to omitting the frame pointer...
2013-04-03 Jordan RoseEscape more @ signs in Doxygen comments.
2013-04-03 Jordan Rose[analyzer] Better model for copying of array fields...
2013-04-03 John McCallIn ObjC++ on legacy runtimes, push an EH cleanup as...
2013-04-02 Fariborz JahanianObjective-C arc [qui]. Don't issue the bridge cast
2013-04-02 Aaron BallmanSilencing warnings in MSVC due to duplicate identifiers.
2013-04-02 Eric ChristopherRevert "Revert r178079, it caused PR15637."
2013-04-02 Stefanus Du... Update assertion string to new name of ArithAssignBinar...
2013-04-02 Chad Rosier[ms-inline asm] Test case for r178566.
2013-04-02 Richard SmithIf a defaulted special member is implicitly deleted...
2013-04-02 Fariborz JahanianObjective-C: Provide fixit hints when warning
2013-04-02 Richard SmithRemove dead store.
2013-04-02 Edwin VaneAdding a hasLocalQualifiers() AST Matcher.
2013-04-02 Alexander KornienkoMoved fallthrough regression test to switch-implicit...
2013-04-02 Reid Kleckner[ms-cxxabi] Rename enum and remove dead case per Jordan...
next