]> granicus.if.org Git - clang/shortlog
clang
2013-04-09 Alexey SamsonovOne more follow-up to r179082 - parse PIC/PIE arguments...
2013-04-09 Alexey SamsonovFollow-up for r179082: more careful handling of -f...
2013-04-09 Peter CollingbourneIf the user requested a zero-base-shadow sanitizer...
2013-04-09 Jordan Rose[analyzer] Replace isIntegerType() with isIntegerOrEnum...
2013-04-09 John McCallWhen checking for illegal expressions in a default...
2013-04-09 Douglas GregorSkip transparent contexts when looking for using direct...
2013-04-09 Argyrios KyrtzidisMark as referenced the functions from instantiated...
2013-04-09 Anna Zaks[analyzer] Keep tracking the pointer after the escape...
2013-04-08 Ted KremenekAdd test case calling a deprecated method from a subcla...
2013-04-08 John McCallDon't copy just to capture a strong block pointer under...
2013-04-08 Douglas Gregor<rdar://problem/13584715> Converted constant expression...
2013-04-08 Douglas Gregor<rdar://problem/13540899> Collect using directives...
2013-04-08 NAKAMURA Takumiclang/test/Index/annotate-tokens.cpp: Appease msvc...
2013-04-08 Alexander KornienkoRecognize function-like macro usages without semicolon...
2013-04-08 Nick LewyckyFix typo in assertion.
2013-04-08 Eli BenderskyThe PNaCl target no longer permits __attribute__((regpa...
2013-04-08 Douglas Gregor<rdar://problem/13559825> Further reduce template insta...
2013-04-08 Richard TrieuFix PR15634, better error message for template deductio...
2013-04-08 Ted KremenekUpdate checker build to checker-273
2013-04-08 Douglas Gregor<rdar://problem/13540921> Fix a crasher when an Objecti...
2013-04-08 Adrian Prantlfix indentation
2013-04-08 Bill WendlingThe recent GCOV changes expect the initial version...
2013-04-08 Daniel JasperRevamp indentation behavior for complex binary expressions.
2013-04-08 DeLesley HutchinsThread safety analysis: turn on checking within lock...
2013-04-08 Fariborz Jahanianfixes a typo in my last patch.
2013-04-08 Chris LattnerIn the comparison, both clang and GCC are popular and...
2013-04-08 Fariborz Jahaniandoce parsing: adding few more headerdoc tags.
2013-04-08 Douglas Gregor<rdar://problem/13540921> Cope with instantiations...
2013-04-08 Douglas Gregor<rdar://problem/13540921> Cope with deduced 'auto'...
2013-04-08 Ted KremenekTweak warning text for nil value in ObjC container...
2013-04-08 Chad RosierTest case for r179030.
2013-04-08 Douglas Gregor<rdar://problem/12806802> Propagate access specifiers...
2013-04-08 Daniel JasperAdd matcher for NamespaceDecls.
2013-04-08 Daniel JasperRemove outdated part of help message.
2013-04-08 Daniel JasperRevert accidental commit r179015.
2013-04-08 Daniel Jasperx
2013-04-07 Benjamin KramerSema: Don't crash when trying to emit a warning for...
2013-04-06 Richard SmithRemove nondeterminism introduced in r178950.
2013-04-06 Richard SmithWhen an internal-linkage function or variable is declar...
2013-04-06 Jordan Rose[analyzer] When creating a trimmed graph, preserve...
2013-04-06 Argyrios Kyrtzidis[objcmt] Fix a mishandled conversion to objc directory...
2013-04-06 Douglas Gregor<rdar://problem/13325066> Destroy std::initializer_list...
2013-04-06 Anna Zaks[analyzer] Shorten the malloc checker’s leak message
2013-04-06 Ted KremenekRework how ObjC method inherit deprecated/availability.
2013-04-05 Anna Zaks[analyzer] Reword error messages for nil keys and value...
2013-04-05 Anna Zaks[analyzer] Remove another redundancy from trackNullOrUndef
2013-04-05 Anna Zaks[analyzer] Fix null tracking for the given test case...
2013-04-05 Richard TrieuWhen -Woverloaded-virtual is triggered, call HandleFunc...
2013-04-05 Argyrios Kyrtzidis[libclang] Fix cursor visitation to not ignore template...
2013-04-05 Tanya LattnerAdd an error to check that all program scope variables...
2013-04-05 Fariborz Jahaniandoce parsing: adding few more headerdoc tags.
2013-04-05 Anton Yartsev[analyzer] Eliminates all the cases with unknown family.
2013-04-05 Manman RenTry to appease the atom buildbots
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.
next