]> granicus.if.org Git - clang/shortlog
clang
2013-04-11 Ryan Govostes[analyzer] Factor common code from {SymSym,SymInt,IntSy...
2013-04-11 NAKAMURA TakumiARCMigrate/Transforms.h: Remove \arg in comment. [...
2013-04-11 John McCallDrop ObjCIndirectCopyRestoreExprs during template insta...
2013-04-11 Argyrios Kyrtzidis[libclang] Expose record layout info via new libclang...
2013-04-11 Jordan RoseForce a load when creating a reference to a temporary...
2013-04-11 Anton Yartsev[analyzer] Refactoring: better doxygen comment; renamin...
2013-04-10 Fariborz Jahaniancomment parsing. Add couple more needed doxygen tags.
2013-04-10 Adrian Prantlget rid of stdio.h include in testcase
2013-04-10 Adrian Prantladd mips target requirement to testcase
2013-04-10 Anna Zaks[analyzer] Address Jordan’s review of r179219
2013-04-10 Anna Zaks[analyzer] Address Jordan’s code review of r 179221
2013-04-10 Anton Yartsev[analyzer] +Testcase: several used-after-free args...
2013-04-10 Anton Yartsev[analyzer] Switched to checkPreCall interface for detec...
2013-04-10 Jack CarterMips specific inline asm memory operand modifier test...
2013-04-10 Anna Zaks[analyzer] Fix a crash in SyntaxCString checker when...
2013-04-10 Anna Zaks[analyzer] When reporting a leak in RetainCount checker...
2013-04-10 Anna Zaks[analyzer] Cleanup leak warnings: do not print the...
2013-04-10 Eric ChristopherFor split dwarf we should also run the objcopy action...
2013-04-10 Chad RosierRemove unused arguments.
2013-04-10 Chad Rosier[driver] Add a -Ofast option, which enables -O3, -ffast...
2013-04-10 Reid KlecknerFileCheck-ify some clang grep tests that use double...
2013-04-10 Dmitri Gribenko-fparse-all-comments: remove redundant check, as sugges...
2013-04-10 Chad Rosier[ms-inline asm] Move a few test cases from the 32-bit...
2013-04-10 Chad Rosier[ms-inline asm] Add a few test cases that were regresse...
2013-04-10 Dmitri GribenkoAdd testcases for -fparse-all-comments
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...
next