]> granicus.if.org Git - clang/shortlog
clang
2013-04-12 Jordan Rose[analyzer] Show "Returning from ..." note at caller...
2013-04-12 Jordan Rose[analyzer] Don't emit extra context arrow after returni...
2013-04-12 Rafael EspindolaRemove REQUIRES now that r179237 fixed the real problem.
2013-04-12 Douglas GregorMake sure we have the include paths we need
2013-04-12 Douglas Gregor<rdar://problem/13615607> Include SDK version informati...
2013-04-11 Chad RosierAdd test case for r179343.
2013-04-11 Chad RosierTest case for r179339.
2013-04-11 John McCallFlail at trying to appease various linuxy buildbots.
2013-04-11 Manman RenStruct-path aware TBAA: uniformize scalar tag and path...
2013-04-11 John McCallFix the driver logic for recent versions of DragonFly.
2013-04-11 Chad RosierUpdate test case for r179323.
2013-04-11 Reid KlecknerWiden the checks in the ms abi memptr test to work...
2013-04-11 Jyotsna VermaExclude test30 of Sema/return.c for Hexagon since setjm...
2013-04-11 Bob WilsonAdd a new -mimplicit-float option for symmetry with...
2013-04-11 Reid KlecknerFollow Jordan's advice and use {{^}} and {{$}} for...
2013-04-11 Reid Kleckner[ms-cxxabi] Implement member pointer emission and deref...
2013-04-11 Argyrios Kyrtzidis[PCH] Change test/PCH/headersearch.cpp to use -emit...
2013-04-11 Argyrios Kyrtzidis[libclang] Improve a doxygen comment, as suggested...
2013-04-11 Jyotsna VermaHexagon: Remove -g option from the assembler command...
2013-04-11 Argyrios Kyrtzidis[libclang] Have clang_getCXXAccessSpecifier() also...
2013-04-11 Daniel JasperChange clang-format's affinity for breaking after retur...
2013-04-11 Reid KlecknerFix failing dependencies-and-pp.c test
2013-04-11 Reid KlecknerUse lit's internal shell runner on Windows for Clang...
2013-04-11 Reid KlecknerFileCheck-ify more grep tests with quoted double quotes
2013-04-11 Daniel JasperFix formatting of overloaded assignment operators.
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.
next