]> granicus.if.org Git - clang/shortlog
clang
2012-12-13 Richard SmithPoint a hyperlink back to where it was before it got...
2012-12-13 Richard Smithubsan: Add -fsanitize=bool and -fsanitize=enum, which...
2012-12-13 Richard SmithSimplify. No functionality change.
2012-12-13 Rafael EspindolaInitial support for FreeBSD on ARM.
2012-12-13 Jordan Rose[analyzer] Generalize ObjCMissingSuperCallChecker.
2012-12-13 Eli FriedmanUsing CanQualType::getAs<ArrayType> is unsafe; fix...
2012-12-13 Sean Silvadocs: More reST conversion.
2012-12-13 Anna Zaks[analyzer] Fix a self-init checker false positive.
2012-12-13 Fariborz Jahanianobjc: DOn't complain if a (SEL) expression is typecast
2012-12-13 Eli FriedmanAdd missing check for error return from DefaultLvalueCo...
2012-12-13 Eli FriedmanMore hacking on mapDiagnosticRanges to make it handle...
2012-12-12 Sean Silvadocs: Convert some docs to reST.
2012-12-12 Daniel Dunbardocs: Another test commit (sphinx autoupdating).
2012-12-12 Daniel Dunbardocs: Test commit (sphinx autoupdating).
2012-12-12 Sean Silvadocs: Initial Sphinx setup for Clang.
2012-12-12 Argyrios Kyrtzidis[arcmt] When capturing ARC errors, have a sanity check...
2012-12-12 Argyrios Kyrtzidis[objc] For the ARC error that is emitted when a synthes...
2012-12-12 Chad Rosier[ms-inline asm] Test case for r170037.
2012-12-12 John McCallRewrite calls to bitcast unprototyped functions when...
2012-12-12 Chad Rosier[driver] Don't warn about an unused -flto option.
2012-12-12 Jordan Rose[analyzer] Don't crash running destructors for multidim...
2012-12-12 Chad RosierMarking the objc_autoreleaseReturnValue and objc_retain...
2012-12-12 Benjamin KramerPR14581: Make SourceLocation::printToString work, or...
2012-12-12 Manuel KlimekSpeeds up parsing of global declarations in cases where...
2012-12-12 NAKAMURA Takumiclang/lib/Driver/Driver.cpp: Split COMPILER_PATH accord...
2012-12-12 Richard SmithDon't warn about disabled macro expansion if we see...
2012-12-12 Argyrios Kyrtzidis[libclang] Make sure tokens from preprocessor directive...
2012-12-12 Richard TrieuFix line ending is tests. No functional change.
2012-12-12 NAKAMURA Takumiclang/test: Suppress two tests on win32 for now, since...
2012-12-11 Douglas GregorTry to fix Win32 failures
2012-12-11 Douglas GregorDon't use 'touch' in this test; it may be the cause...
2012-12-11 Douglas GregorUse @import rather than @__experimental_modules_import...
2012-12-11 Guy BenyeiAdd SPIR32/SPIR64 targets to Clang
2012-12-11 Hal FinkelAdd -fslp-vectorize to enable bb-vectorize
2012-12-11 Fariborz Jahanianobjective-C blocks: Check for record type when deciding if
2012-12-11 Douglas GregorDon't complain about incomplete implementations for...
2012-12-11 Benjamin KramerSpeed up looking up static diagnostic infos.
2012-12-11 Chad Rosier[driver] Add the -ftree-vectorize flag as a alias of...
2012-12-11 Matt Beaumont-GayFix a copypasto bug. Also rename the parameter in quest...
2012-12-11 Chad Rosier[driver] Add the -fvectorize flag to enable the loop...
2012-12-11 Alexander KornienkoStmtDumper coding style changes
2012-12-11 Alexander KornienkoRename StmtDumper::DumpSubTree() to dumpStmt()
2012-12-11 Argyrios KyrtzidisExtend stat query APIs to explicitly specify if the...
2012-12-11 Argyrios Kyrtzidis[PCH] Remove redundant stat call when validating the...
2012-12-11 Argyrios Kyrtzidis[PCH] When writing out the list of input files, avoid...
2012-12-11 NAKAMURA Takumiclang/test/Driver/linker-opts.c: Fix XFAIL that I remov...
2012-12-11 NAKAMURA Takumiclang/test/Driver/debug-options-as.c: Fixup not to...
2012-12-11 NAKAMURA Takumiclang/test/Driver: Introduce the feature "clang-driver...
2012-12-11 NAKAMURA TakumiBackendUtil.cpp: Add #include "llvm/TargetTransformInfo.h"
2012-12-11 Rafael EspindolaAdd tests for a corner case of when to relax all instru...
2012-12-11 Richard SmithPR14558: Compute triviality of special members (etc...
2012-12-11 Anna Zaks[analyzer] Don't generate a summary for "freeWhenDone...
2012-12-10 Bill WendlingRemove until I can fix this.
2012-12-10 Bill WendlingAdd support to Darwin for the -export_dynamic' flag...
2012-12-10 Bill WendlingUse correct flags for this test.
2012-12-10 Chad RosierFixup test case from r169755. These are driver options...
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.
next