]> granicus.if.org Git - clang/shortlog
clang
2013-04-10 Dmitri GribenkoAdd an option to parse all comments as documentation...
2013-04-10 Manuel KlimekFixes recovering from errors when parsing braced init...
2013-04-10 Daniel JasperFix labels with trailing comments and cleanup.
2013-04-10 Ted KremenekHandle "typeof" in Objective-C format string checking...
2013-04-10 Richard SmithAdd support for computing the exception specification...
2013-04-10 John McCallDon't crash when mangling types defined in ObjC class...
2013-04-10 Richard SmithC++11 inheriting constructors: support for inheriting...
2013-04-10 Douglas Gregor<rdar://problem/13605348> Don't consider invalid user...
2013-04-10 Argyrios Kyrtzidis[frontend] -frewrite-includes: turn implicit module...
2013-04-10 Argyrios Kyrtzidis[frontend] When preprocessing, turn implicit module...
2013-04-10 Argyrios Kyrtzidis[frontend] -frewrite-includes: if there was no inclusio...
2013-04-10 Michael IlsemanRepeat some #line directive tests for the GNU line...
2013-04-10 Michael IlsemanImprove the diagnostics of the number-reading preproces...
2013-04-10 Matt Beaumont-GaySuppress -Wunused-variable for variables declared in...
2013-04-09 Richard TrieuRemove outdated run lines from tests.
2013-04-09 Edwin VaneUpdating cpp11-migrate transform list in ClangTools...
2013-04-09 Edwin VaneAdding new AST Matchers isVirtual and isOverride
2013-04-09 Argyrios Kyrtzidis[c-index-test] Enable 'display diagnostics' when using...
2013-04-09 Argyrios Kyrtzidis[libclang] In cxtu::getASTUnit(), check for a null...
2013-04-09 Fariborz JahanianObjective-C: This patch fixes a none-issuance of warning
2013-04-09 Daniel JasperFix comments before labels.
2013-04-09 Alexander KornienkoAgain macros without trailing semicolons: don't care...
2013-04-09 Daniel JasperImprovements to clang-format integrations.
2013-04-09 Rafael EspindolaMention the changes in the handling of language linkage...
2013-04-09 Reid Kleckner[ms-cxxabi] Add "$$C" when mangling template arg QualTypes
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.
next