]> granicus.if.org Git - clang/shortlog
clang
2012-09-08 Anton KorobeynikovAdd some ARM EABI preprocessor builtins tests
2012-09-08 Anton KorobeynikovDo not construct StringRef from NULL argument.
2012-09-08 Anton KorobeynikovProvide some ACLE C defines. This should fix PR13796
2012-09-08 Ted KremenekTry disabling the FileCheck part of the retain-release...
2012-09-08 Ted KremenekFix bug in BugReporter::RemoveUneededCalls() where...
2012-09-08 Richard SmithWhen a bad UTF-8 encoding or bogus escape sequence...
2012-09-08 Ted KremenekThis test does not require --exact-match from FileCheck.
2012-09-08 Ted KremenekAttempt (again) to stabilize the order of the emission...
2012-09-08 Jordan RoseFormat strings: suggest %lld instead of %qd and %Ld...
2012-09-08 Jordan RoseFormat strings: %Ld isn't available on Darwin or Windows.
2012-09-08 Richard Smith-fcatch-undefined-behavior: Factor emission of the...
2012-09-08 Jordan Rose[analyzer] ObjCSelfInitChecker should always clean...
2012-09-08 Jordan Rose[analyzer] Add debug output for ObjCSelfInitChecker...
2012-09-08 Ted KremenekRevert "Add plist output for retain-release.m in additi...
2012-09-08 Ted KremenekRevert "Attempt to make the PathDiagnostic emission...
2012-09-08 Ted KremenekRevert "Further tweaks to hopefully make the PathDiagno...
2012-09-08 Jordan Rose[analyzer] Remove constraints on dead symbols as part...
2012-09-08 Jordan Rose[analyzer] Symbolic regions are live if any subregions...
2012-09-08 Jordan Rose[analyzer] Cast the result of a placement new-expressio...
2012-09-08 Anna Zaks[analyzer] Address John's code review for r163407.
2012-09-07 Fariborz Jahanianobjective-C: introduce __attribute((objc_requires_super...
2012-09-07 John McCallIn ARC, if we're emitting assembly markers for calls to
2012-09-07 Ted KremenekFurther tweaks to hopefully make the PathDiagnostic...
2012-09-07 Alexander KornienkoFixed http://llvm.org/bugs/show_bug.cgi?id=13777
2012-09-07 Ted KremenekRemove ProgramState::getSymVal(). It was being misused...
2012-09-07 Ted KremenekAttempt to make the PathDiagnostic emission order more...
2012-09-07 Ted KremenekAdd default implementation of ConstraintManager::getSym...
2012-09-07 Ted KremenekRemove ConstraintManager:isEqual(). It is no longer...
2012-09-07 Ted KremenekAdd plist output for retain-release.m in addition to...
2012-09-07 Chad RosierAmpersand goes with identifier.
2012-09-07 Jordan Rose[analyzer] Use cast<> instead of getAs<> for a CFGEleme...
2012-09-07 Abramo BagnaraMoved back getCharAndSizeNoWarn to public area.
2012-09-07 Anna Zaks[analyzer] Fix a false positive in sizeof malloc checker.
2012-09-07 Ted KremenekAdd test case for <rdar://problem/12075238>, which...
2012-09-07 Chad RosierWhitespace.
2012-09-07 Chad RosierBring buildbots back. Fix scoping issue and coding...
2012-09-07 Jordan Rose[analyzer] Don't use the address of a temporary CFGElement.
2012-09-07 DeLesley HutchinsThread-safety analysis: Add support for selectively...
2012-09-07 Anna Zaks[analyzer] Explain why we need condition 8.
2012-09-07 Roman DivackyAttempt to pacify Windows buildbots.
2012-09-07 Roman DivackyLink to crtend.S when PIE in the FreeBSD driver. Patch...
2012-09-07 Manuel KlimekAdds a first iteration of the basic AST matcher documen...
2012-09-07 Manuel KlimekIntroduces anchors into LibASTMatchersReference.html.
2012-09-07 Daniel JasperChange the behavior of the isDerivedFrom-matcher to...
2012-09-07 Manuel KlimekImplements hasAncestor.
2012-09-07 Ted KremenekRevert "Rework the retain-release.m test to use FileChe...
2012-09-07 Ted KremenekFix off-by-one bug in diagnostic prose of ObjCContainer...
2012-09-07 Ted KremenekExplodedGraph::shouldCollectNode() should not collect...
2012-09-07 Ted KremenekRework the retain-release.m test to use FileCheck and...
2012-09-07 Ted KremenekFix bug in ConditionBRVisitor where for C++ (and not...
2012-09-07 Richard SmithPR9023: A template template parameter whose template...
2012-09-07 Jordan Rose[analyzer] Fail gracefully when the dynamic type is...
2012-09-06 Ted KremenekTeach RetainCountChecker that CFPlugInInstanceCreate...
2012-09-06 Jordan Rose[analyzer] Don't crash if we cache out while evaluating...
2012-09-06 Anna Zaks[analyzer] Assert that StmtPoint should be created...
2012-09-06 Anna Zaks[analyzer] testing: add a build mode to allow C++11...
2012-09-06 Ted KremenekRefine diagnostics for leaks reported when returning...
2012-09-06 Ted KremenekTweak DeadStoresChecker to not warn about dead stores...
2012-09-06 Sam PanzerClarified diagnostics for range-based for loops with...
2012-09-06 Jordan Rose[analyzer] Don't attempt to devirtualize calls to base...
2012-09-06 Chad Rosier[ms-inline asm] Output empty asm statements for the...
2012-09-06 Chad Rosier[ms-inline asm] The IR representation of inline assembl...
2012-09-06 Fariborz Jahanianrefactoring + objective-C specific test for my last...
2012-09-06 Richard SmithDon't try to check override control for invalid member...
2012-09-06 Derek SchuffUse custom ABIInfo for le32/PNaCl argument codegen
2012-09-06 Enrico GranataEnabling the UTF conversion routines that were previous...
2012-09-06 Aaron BallmanFixing the return type information for objc_sync_enter...
2012-09-06 Fariborz Jahanianc: make __attribute__((unused)) transitive.
2012-09-06 Jakob Stoklund... Tighten up regexps some more.
2012-09-06 Roman DivackyRemove unused typedefs. Found by gcc48.
2012-09-06 Roman DivackyDont cast away const needlessly. Found by gcc48 -Wcast...
2012-09-06 Alexey SamsonovUpdate AddressSanitizer docs
2012-09-06 Jordan RoseFix a mistake in an HTML example code snippet.
2012-09-06 Richard SmithPR13775: When checking for a tag type being shadowed...
2012-09-05 Anna Zaks[analyzer] Enhance the member expr tracking to account...
2012-09-05 Jordan RoseContinue including temporary destructors in the CFG...
2012-09-05 Jordan RoseFormat strings: suggest casts for NS(U)Integer and...
2012-09-05 Jordan RoseFormat string checking: change long if-statement to...
2012-09-05 Jordan Rose[analyzer] Always include destructors in the analysis...
2012-09-05 Anna Zaks[analyzer] Fix a crash PR13762.
2012-09-05 Anna Zaks[analyzer] NullOrUndef diagnostics: track symbols binde...
2012-09-05 Anna Zaks[analyzer] Remove unneeded code.
2012-09-05 Eric ChristopherAdd test missed in previous commit.
2012-09-05 Eric ChristopherTry to fix the windows bots.
2012-09-05 Eric ChristopherApply some driver improvements for freebsd-*-mips*.
2012-09-05 Tobias Grosser[cindex.py] Make the use of a compatibilty check explicit
2012-09-05 DeLesley HutchinsThread-safety analysis: bugfix for case where a trylock...
2012-09-05 Fariborz Jahanianobjective-c++11: c++11 does not change pod-ness when
2012-09-05 Chad RosierUpdate for r163231.
2012-09-05 Abramo BagnaraAdded missing test.
2012-09-05 Fariborz Jahanianc error recovery. treat an invalid redeclaration
2012-09-05 Jordan Rose[analyzer] Fix bad test from r163220.
2012-09-05 Abramo BagnaraAllow disabling of wchar_t type.
2012-09-05 Jordan Rose[analyzer] Be more forgiving about calling methods...
2012-09-05 Jordan Rose[analyzer] Clean up a couple uses of getPointeeType().
2012-09-05 Jordan RoseRevert "[analyzer] Treat all struct values as regions...
2012-09-05 Manuel KlimekIntroduces DynTypedMatcher as a new concept that replac...
2012-09-05 Alexander KornienkoNew clang-check vim integration script
2012-09-05 Abramo BagnaraDo not add using directives to a function decl context...
2012-09-05 Abramo BagnaraFixed lexical decl context of out of line class templat...
next