]> granicus.if.org Git - clang/shortlog
clang
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...
2013-04-02 Reid Kleckner[ms-cxxabi] Remove unused variable
2013-04-02 Reid Kleckner[ms-cxxabi] Move MS inheritance model calculation into...
2013-04-02 Alexander KornienkoFixed "fallthrough annotation does not directly precede...
2013-04-02 Daniel JasperFix some inconsistent use of indentation.
2013-04-02 Benjamin KramerEscape # and $ in dependency files.
2013-04-02 Benjamin KramerRemove target-specific alignment from test.
2013-04-02 Alexey Samsonov[ASan] Emit lifetime markers for local variables in...
2013-04-02 Alexander KornienkoAlternative handling of comments adjacent to preprocess...
2013-04-02 Anton Yartsev[analyzer] Moving cplusplus.NewDelete to alpha.* for...
2013-04-02 John McCallAdd -Wstatic-local-in-inline, which warns about using...
2013-04-02 Anna Zaks[analyzer] Teach invalidateRegions that regions within...
2013-04-02 Adrian Prantlun-break remaining gdb buildbot testcases.
2013-04-02 Jordan Rose[analyzer] For now, don't inline [cd]tors of C++ contai...
2013-04-02 Jordan Rose[analyzer] Cache whether a function is generally inline...
2013-04-02 Jordan Rose[analyzer] Use inline storage in the FunctionSummary...
2013-04-02 Jordan Rose[analyzer] Allow suppressing diagnostics reported withi...
2013-04-01 Matt Beaumont-GayFix typo in test
2013-04-01 Chad RosierUse the ASYContext::getTypeSizeInChars API to cleanup...
2013-04-01 Richard SmithPR15633: Note that we are EnteringContext when parsing...
2013-04-01 Argyrios Kyrtzidis[arcmt] Copy the diagnostics so we don't have to worry...
2013-04-01 Tom StellardR600: Handle -mcpu option v3
2013-04-01 Tom StellardR600: Add missing Southern Islands GPU to setCPU()...
2013-04-01 Nico WeberRevert r178079, it caused PR15637.
2013-04-01 Richard SmithDon't eagerly deserialize every templated function...
2013-04-01 Adrian Prantl* Attempt to un-break gdb buildbot by emitting a lexica...
2013-04-01 John McCallOnly merge down a variable type if the previous declara...
2013-04-01 Edwin VaneAdding parenType() and innerType() AST Matchers
2013-04-01 Chad RosierCleanup. No functional change intended.
2013-04-01 DeLesley HutchinsThread safety analysis: Turn on checking for non-scala...
2013-04-01 Richard SmithAdd test for PR12527 (bug has apparently already been...
2013-04-01 Argyrios Kyrtzidis[libclang] Make clang_Cursor_getArgument work with...
2013-04-01 Daniel JasperImprove formatting of function types.
2013-04-01 Jyotsna VermaModifed debug-info-byval.cpp test to grep for .string...
2013-03-31 Benjamin KramerFix typo. This method isn't used anywhere.
2013-03-30 Rafael EspindolaRemove unused default values.
2013-03-30 Justin HolewinskiRemove old NVPTX cpus and add new NVPTX cpus
2013-03-30 Justin HolewinskiUse kernel metadata to differentiate between kernel...
2013-03-30 Hal FinkelAdd support for gcc-compatible -mfprnd -mno-fprnd PPC...
2013-03-30 Benjamin KramerSema: Don't crash when trying to emit a precedence...
2013-03-30 Jordan Rose[analyzer] Restructure ExprEngine::VisitCXXNewExpr...
2013-03-30 Jordan Rose[analyzer] Handle caching out while evaluating a C...
2013-03-30 Jordan Rose[analyzer] Add debug helper LocationContext::dumpStack().
2013-03-30 Anton Yartsev[analyzer] Garbage removed
2013-03-30 Anton Yartsev[analyzer] Test added
2013-03-30 Anton Yartsev[analyzer] Enabled unix.Malloc checker.
2013-03-30 Anton Yartsev[analyzer] Tests for intersections with other checkers...
2013-03-29 Adrian Prantlgeneralize testcase
2013-03-29 Anna Zaks[analyzer] Address Jordan’s review of r178309 - do...
2013-03-29 Anna Zaks[analyzer] Look for a StmtPoint node instead of PostStm...
2013-03-29 Argyrios Kyrtzidis[libclang] Add test case for r178374.
2013-03-29 Argyrios KyrtzidisWhen looking for overridden ObjC methods, don't ignore...
2013-03-29 Argyrios Kyrtzidis[libclang] If libclang logging is enabled, print all...
2013-03-29 Argyrios Kyrtzidis[cmake] Add clang-headers as a dependency of libclang...
2013-03-29 Benjamin KramerSema: Warn on sizeof on binary ops on decayed arrays.
2013-03-29 Adrian PrantlBugfix/Followup for r177086.
2013-03-29 Adrian PrantlImprovement on r177086.
2013-03-29 Jyotsna VermaHexagon: Set Hexagon tool-chain when configured as...
2013-03-29 Benjamin KramerRemove sign-compare warning on systems that still use...
2013-03-29 Rafael EspindolaFix thinko (and the bots): We still want to warn in C.
2013-03-29 Rafael EspindolaDon't special case one line extern "C" decls.
2013-03-29 Michael LiaoAdd RDSEED intrinsic support defined in AVX2 extension
2013-03-29 Michael LiaoAdd XTEST intrinsic defined in TSX extension
2013-03-29 Ted Kremenek[cfg] Always guard (when AddStaticInitBranches == true...
2013-03-29 Ted Kremenek[analyzer] Add static initializer test case (from ...
2013-03-29 Timur IskhodzhanovRevert r178273 as it broke the Linux bootstrap due...
2013-03-29 Ted KremenekAdd static analyzer support for conditionally executing...
2013-03-29 Ted KremenekAdd configuration plumbing to enable static initializer...
2013-03-28 Fariborz JahanianObjective-C: Produce precise diagnostic when
2013-03-28 Anna Zaks[analyzer] Document existence of ConstPointerEscape.
2013-03-28 Anna Zaks[analyzer] Add support for escape of const pointers...
2013-03-28 Anna Zaks[analyzer] Apply the suppression rules to the nil recei...
2013-03-28 Reid Kleckner[ms-cxxabi] Add more tests for r178297
2013-03-28 Reid Kleckner[sema] Check the result of getAsCXXRecordDecl() to...
next