]> granicus.if.org Git - clang/shortlog
clang
2012-12-10 Argyrios KyrtzidisReturn true from HeaderSearch::isFileMultipleIncludeGua...
2012-12-10 Bill WendlingSpecify if `-mno-red-zone' was used when creating the...
2012-12-10 Daniel JasperAddi formatting tests for pointer template parameters.
2012-12-10 Michael IlsemanRemove unneeded typedef and volatile
2012-12-10 Alexander KornienkoClang-format: error recovery for access specifiers
2012-12-10 Manuel KlimekClarifying comments for the MatchFinder and matchesName...
2012-12-10 Manuel KlimekAdding tests since when I was asked whether this works...
2012-12-09 Benjamin KramerUnbreak the clang build after r169712.
2012-12-09 Aaron BallmanVirtual method overrides can no longer have mismatched...
2012-12-09 Chandler CarruthAdd a triple to this test. It depends on little-endian...
2012-12-09 Chandler CarruthCleanup and fix an assert that was mis-firing.
2012-12-09 Chandler CarruthAdd a test case that I've been using to clarify the...
2012-12-09 Chandler CarruthFix the bitfield record layout in codegen for big endia...
2012-12-09 Richard SmithFix overload resolution for the initialization of a...
2012-12-09 Richard SmithPR14550: If a system header contains a bogus constexpr...
2012-12-09 Richard SmithPR14549. Don't assert if we see an incomplete decltype...
2012-12-08 Benjamin KramerEscape % in the TextDiagnosticBuffer so they aren't...
2012-12-08 David Chisnalllong double should be 64 bits on FreeBSD/MIPS64. It...
2012-12-08 Richard SmithFinish implementing 'selected constructor' rules for...
2012-12-08 Richard SmithRemove some remnants of the assumption that there is...
2012-12-08 DeLesley HutchinsThread-safety analysis: check member access on guarded...
2012-12-08 Richard SmithProperly compute triviality for explicitly-defaulted...
2012-12-08 Argyrios Kyrtzidis[libclang] Resolve a cursor that points to a macro...
2012-12-08 Argyrios Kyrtzidis[Preprocessor] Enhance Ifdef/Ifndef/Defined preprocesso...
2012-12-08 Richard SmithAdd a FIXME.
2012-12-08 Richard SmithImplement C++03 [dcl.init]p5's checking for value-initi...
2012-12-08 Eli BenderskyCurrently when AST record layouts are dumped with ...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-07 DeLesley HutchinsFix analysis based warnings so that all warnings are...
2012-12-07 Matt Beaumont-GayAppease -Wnon-virtual-dtor
2012-12-07 Argyrios Kyrtzidis[libclang] Declarations inside anonymous namespaces...
2012-12-07 Anna Zaks[analyzer] Rename the option help to reflect better...
2012-12-07 Anna Zaks[analyzer] Optimization heuristic: do not reanalyze...
2012-12-07 Daniel JasperAST matcher tutorial (Part I)
2012-12-07 Jordan Rose[analyzer] Fix r168019 to work with unpruned paths...
2012-12-07 Ted KremenekReduce conversions between Store <-> ImmutableMapRef...
2012-12-07 Ted KremenekAdd helper method to convert from a RegionStoreRefBindi...
2012-12-07 Matthew CurtisHexagon TC: forward appropriate args to assembler
2012-12-07 NAKAMURA TakumiDriver/ToolChains.cpp: Add the name CentOS5 32bit gcc44...
2012-12-07 Alexander KornienkoClang-format: extracted FormatTokenSource from Unwrappe...
2012-12-07 Matthew CurtisHexagon TC: add cc1 defaults for hexagon-gcc
2012-12-07 Daniel JasperSmall tweaks to clang-format.
2012-12-07 Ted KremenekCache queries to lookupPrivateMethod() within ObjCMetho...
2012-12-07 John McCallFix the required args count for variadic blocks.
2012-12-07 NAKAMURA Takumiclang/test: Remove "REQUIRES:LP64" in two tests. Each...
2012-12-07 Ted KremenekFurther reduce analysis time by 0.2% on a heavy Objecti...
2012-12-07 David BlaikieUnbreak the GCC (4.4 & other bot) builds from r169571.
2012-12-07 Richard SmithAdd file missed from r169574!
2012-12-07 Richard SmithPer [dcl.fct.def.default]p1, don't allow variadic speci...
2012-12-07 Ted KremenekChange RegionStore to always use ImmutableMapRef for...
2012-12-07 Jordan Rose[analyzer] Remove possible pessimizations from r169563.
2012-12-07 NAKAMURA Takumitest/Index/skip-parsed-bodies/compile_commands.json...
2012-12-06 Jordan Rose[analyzer] Avoid ProgramStateRef copy constructors.
2012-12-06 Logan ChienRevert r169557. It seems that the test is too restricted
2012-12-06 Argyrios Kyrtzidis[libclang] Add a test to make sure we skip bodies prope...
2012-12-06 Logan ChienAdd i686-linux-android for gcc toolchain detection.
2012-12-06 Richard SmithAdd extra truthiness.
2012-12-06 Fariborz JahanianFixes Makefile for Format unit tests.
2012-12-06 Matthew Curtishexagon-toolchain.c now passes on win32
2012-12-06 Matthew Curtisrelax hexagon-toolchain.c even more to accomodate mingw...
2012-12-06 Matthew Curtisrelax hexagon-toolchain.c CHECK to accomodate mingw32...
2012-12-06 Benjamin KramerSimplify PDiag's move assignment overload a bit, the...
2012-12-06 Argyrios KyrtzidisMake sure to initialize the HasSkippedBody bit.
2012-12-06 Argyrios Kyrtzidis[libclang] Introduce a new indexing mode where we skip...
2012-12-06 Ted KremenekRevert "[analyzer] Aggressively cut back on the canonic...
2012-12-06 Benjamin KramerAdd move semantics to PartialDiagnostic, which can...
2012-12-06 Matthew CurtisUn-XFAIL hexagon-toolchain.c test for mingw32
2012-12-06 Argyrios KyrtzidisAdd a bit on FunctionDecl/ObjCMethodDecl to indicate...
2012-12-06 Jordan Rose[analyzer] Remove isa<> followed by dyn_cast<>.
2012-12-06 Jordan Rose[analyzer] Remove unused fields from ExprEngine.
2012-12-06 Jordan Rose[analyzer] Remove checks that predate the linearized...
2012-12-06 Jordan Rose[analyzer] Simplify RetainCountChecker's handling of...
2012-12-06 Jordan Rose[analyzer] Use a smarter algorithm to find the last...
2012-12-06 Jordan Rose[analyzer] Speed up ExplodedNode::Profile by avoiding...
2012-12-06 Jordan Rose[analyzer] Use optimized assumeDual for branches.
2012-12-06 Jordan Rose[analyzer] Aggressively cut back on the canonicalizatio...
2012-12-06 Jordan Rose[analyzer] Remove bindExprAndLocation, which does extra...
2012-12-06 Alexander KornienkoClang-format: IndentCaseLabels option, proper namespace...
2012-12-06 Fariborz JahanianFixes a typo in this test.
2012-12-06 Alexander KornienkoClang-format: detect unbalanced braces.
2012-12-06 Matthew CurtisHexagon TC: Add/improve support for small data
2012-12-06 Matthew CurtisFix hexagon-toolchain.c test to handle versioned clang...
2012-12-06 Matthew CurtisHexagon TC: Reimplement Link::ConstructJob to call
2012-12-06 Benjamin KramerSema: Don't emit a warning when __func__ is used in...
2012-12-06 NAKAMURA Takumitest/Driver/hexagon-toolchain.c: Unbreak XPASS. Cygwin...
2012-12-06 Manuel KlimekImplements multiple parents in the parent map.
2012-12-06 Matthew CurtisHexagon TC: Move getHexagonTargetCPU from Tools.cpp to
2012-12-06 Daniel JasperImprove clang-format's handling of unary operators.
2012-12-06 Matthew CurtisDisable hexagon toolchain test on windows targets
2012-12-06 Matthew CurtisHexagon TC: Update toolchain to add appropriate include
2012-12-06 NAKAMURA Takumiclang/test/CodeGen/2008-01-07-UnusualIntSize.c: Add...
2012-12-06 Chandler CarruthRework the bitfield access IR generation to address...
2012-12-06 Daniel Jasper"<<" alignment for clang-format.
2012-12-06 Ted KremenekUse the BlockDecl captures list to infer the direct...
2012-12-06 Ted KremenekOnly provide explicit getCapturedRegion() and getOrigin...
2012-12-06 Ted KremenekPull logic to map from VarDecl* to captured region...
2012-12-06 Ted KremenekUse 'getOriginalRegion()' rather than going through...
2012-12-06 Richard SmithFix http://stackoverflow.com/questions/13521163
2012-12-06 Richard SmithDon't use dyn_cast on a Type* which might not be canoni...
2012-12-06 NAKAMURA TakumiDisable clang/test/Preprocessor/macro-multiline.c for...
next