]> granicus.if.org Git - clang/shortlog
clang
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...
2013-03-28 Matt Beaumont-GayWarn about more than the first unused variable when...
2013-03-28 Reid Kleckner[sema] Remove unused variable from r178283
2013-03-28 Reid Kleckner[ms-cxxabi] Correctly compute the size of member pointers
2013-03-28 Fariborz JahanianObjective-C: Provide fixit suggestions when class object
2013-03-28 Jordan RoseProvide a fixit to static_cast for reinterpret_casts...
2013-03-28 Sam PanzerImplemented a warning when an input several bitwise...
2013-03-28 Thomas SchwingeRename clang::driver::tools::linuxtools to clang::drive...
2013-03-28 Thomas SchwingeRename LinuxDistro to Distro.
2013-03-28 Ted KremenekUse early return in printing logic. Minor cleanup.
2013-03-28 Ted KremenekAdd CFG logic to create a conditional branch for modeli...
2013-03-28 Alexander KornienkoFixed handling of comments before preprocessor directives.
2013-03-28 Eric ChristopherFix order of initialization warning.
2013-03-28 Anton Yartsev[analyzer] These implements unix.MismatchedDeallocatorC...
2013-03-28 Rafael EspindolaThese are all simple pointer wrappers. Pass them by...
2013-03-28 Anton Yartsev[analyzer] For now assume all standard global 'operator...
2013-03-28 Hal FinkelAdd support for gcc-compatible -mpopcntd -mno-popcntd...
2013-03-28 Edwin VaneUpdating LibASTMatchersReference
2013-03-28 Simon Atanasyan[Mips] Handle pseudo-target flags '-EL' and '-EB' and...
2013-03-28 Hal FinkelAdd support for gcc-compatible -mmfcrf -mno-mfcrf PPC...
2013-03-28 Evgeniy StepanovDefine __SIZE_MAX__ preprocessor macro.
2013-03-28 Richard SmithFor -Wignored-qualifiers, don't warn on qualifiers...
2013-03-28 Richard SmithTeach -Wigored-qualifiers about exotic flavors of decla...
2013-03-28 David BlaikieRevert "Update debug info test for schema change made...
2013-03-28 Richard SmithRemove outdated FIXME.
2013-03-28 Richard SmithSupport C11 _Atomic type qualifier. This is more-or...
2013-03-28 Richard SmithFold together the two implementations of 6.7.3p2 in...
2013-03-27 Argyrios Kyrtzidis[Parser] Don't code-complete twice.
2013-03-27 Richard SmithDon't reject __restrict applied to a dependent type...
2013-03-27 Bill WendlingSimplify test to use a count for the number of notes...
2013-03-27 Richard SmithUBSan: Don't diagnose inf/nan conversions between float...
2013-03-27 Chad RosierRemove unnecessary attributes from test case.
2013-03-27 Chad RosierAdd a front-end test case for r178186.
2013-03-27 Fariborz JahanianFixes a typo in my last patch.
2013-03-27 Argyrios KyrtzidisRevert "[lib/Headers] Define NULL as __DARWIN_NULL...
2013-03-27 Fariborz JahanianObjective-C: Issue more precise warning when user
next