]> granicus.if.org Git - clang/shortlog
clang
2013-03-18 Richard SmithAdd a linebreak. Linebreaks are cool.
2013-03-18 Richard SmithC++11 status: mark 'extended integral types' as N/A...
2013-03-18 Richard SmithBring inheriting constructor implementation up-to-date...
2013-03-18 Rafael EspindolaCentralize the recording of which tools have been const...
2013-03-18 Anna Zaks[analyzer] Warn when a ‘nil’ object is added to NSArray...
2013-03-18 Fariborz JahanianObjective-C modern translator. Don't put line info
2013-03-18 Rafael EspindolaUse early returns when checking if we already construct...
2013-03-18 Rafael EspindolaRemove unused argument.
2013-03-18 Rafael EspindolaPass an ArgList to every toolchain constructor. Remove...
2013-03-18 Rafael EspindolaInline ShouldUseIntegratedAssembler and move the docume...
2013-03-18 Rafael EspindolaRefactor a bit of duplicated code to useIntegratedAs.
2013-03-18 Rafael EspindolaRemove unused argument.
2013-03-18 Rafael EspindolaRemove unused argument.
2013-03-18 Daniel JasperFix clang-format segfault.
2013-03-18 Benjamin KramerObjCDictionaryElements are pod-like.
2013-03-18 Anton KorobeynikovMake sure to use same EABI version for external assembl...
2013-03-17 David BlaikieGeneralize a few debug info test cases
2013-03-16 Manman Renrevert r177211 due to its potential issues
2013-03-16 Jordan Rose[analyzer] Model trivial copy/move assignment operators...
2013-03-16 Argyrios KyrtzidisRemove -Wspellcheck and replace it with a diagnostic...
2013-03-16 Jordan Rose[analyzer] Separate graph trimming from creating the...
2013-03-16 Jordan Rose[analyzer] Eliminate InterExplodedGraphMap class and...
2013-03-16 Jordan Rose[analyzer] Don't repeat a bug equivalence class if...
2013-03-16 Manman RenExploit this-return of a callsite in a this-return...
2013-03-15 Richard TrieuImprove template diffing handling of default integer...
2013-03-15 Anna Zaks[analyzer] Address a TODO in the StreamChecker; otherwi...
2013-03-15 Anna Zaks[analyzer] Use isLiveRegion to determine when SymbolReg...
2013-03-15 Anna Zaks[analyzer] BugReporterVisitors: handle the case where...
2013-03-15 Anna Zaks[analyzer] Address Jordan’s review of r177138 (a micro...
2013-03-15 Ted KremenekFix buffer underrun (invalid read) triggered during...
2013-03-15 Argyrios Kyrtzidis[modules] Don't record the macros from the predefines...
2013-03-15 Douglas Gregor<rdar://problem/13426257> Introduce SDKSettings.plist...
2013-03-15 Ted KremenekSimplify print logic, per feedback from Jordan Rose.
2013-03-15 Ted KremenekEnhance -Wtautological-constant-out-of-range-compare...
2013-03-15 Jordan Rose[analyzer] Make GRBugReporter::generatePathDiagnostic...
2013-03-15 Jordan Rose[analyzer] Collect stats on the max # of bug reports...
2013-03-15 Jordan Rose[analyzer] Include opcode in dumping a SymSymExpr.
2013-03-15 Jordan Rose[analyzer] Look through ExprWhenCleanups when trying...
2013-03-15 Jordan RoseAdd some assertions to appease the static analyzer.
2013-03-15 David BlaikieRemove unnecessary default in covered switch over enum
2013-03-15 Daniel Dunbar[AST] Add a fast path to ConstantArrayType::getNumAddre...
2013-03-15 Fariborz Jahanianc: perform integer overflow check on all binary
2013-03-15 Richard TrieuRefactor template diffing to store an enum that records...
2013-03-15 Edwin VaneClangTool output cleanup
2013-03-15 Bob WilsonRevert "Remove a pointless assertion."
2013-03-15 Adrian PrantlForce column info only for direct inlined functions...
2013-03-15 Fariborz Jahanianc: Also chek for integer overflow for '%' operator.
2013-03-15 Fariborz Jahanianc: add the missing binary operatory when checking
2013-03-15 Sylvestre LedruTake in account the triplet 'powerpc-linux-gnuspe'...
2013-03-15 Nico WeberRemove a pointless assertion.
2013-03-15 Daniel JasperImprove formatting of chained calls.
2013-03-15 Alexander KornienkoIndent all lines in a multi-line comment by the same...
2013-03-15 Alexey SamsonovFixup for r176934. More careful setup of path to llvm...
2013-03-15 Anna Zaks[analyzer] Refactor checks in IDC visitor for consisten...
2013-03-15 Anna Zaks[analyzer] Teach trackNullOrUndef to look through terna...
2013-03-15 Richard SmithPR15290: 'this' is not permitted in the declaration...
2013-03-15 Eric ChristopherSilence anonymous type in anonymous union warnings.
2013-03-14 Fariborz JahanianDiagnose about extern "C" functions returning c++ objects
2013-03-14 Argyrios KyrtzidisDon't try to typo-correct 'super' in an objc method.
2013-03-14 Adrian PrantlAdd a testcase for r177118.
2013-03-14 Anna Zaks[analyzer] Change the way in which IDC Visitor decides...
2013-03-14 Adrian PrantlAlways declare the .block_descriptor parameter, not...
2013-03-14 Douglas Gregor[PR15513/<rdar://problem/13409707>] Template arguments...
2013-03-14 Adrian PrantlAllocate stack storage for .block_descriptor and captur...
2013-03-14 Jordan Rose[analyzer] Fix scan-build's -stats mode.
2013-03-14 Manuel KlimekImplements memoization for ancestor matching.
2013-03-14 Alexander KornienkoMulti-line comment alignment
2013-03-14 Daniel JasperSlightly improve formatting of longer pipe statements.
2013-03-14 Daniel JasperBasic support for formatting asm() statments.
2013-03-14 Dmitri GribenkoDocumentation: improve formatting
2013-03-14 Alexey Samsonov[ASan] Update docs for -fsanitize=init-order option
2013-03-14 Alexey Samsonov[ASan] Make -fsanitize=address imply -fsanitize=init...
2013-03-14 Chandler CarruthFix an unused variable warning from Clang by sinking...
2013-03-14 Daniel JasperFix dereference formatting in for-loops.
2013-03-14 Joey GoulyAdd support for the 'endian' attribute for OpenCL.
2013-03-14 Daniel JasperImprove formatting of trailing annotations.
2013-03-14 Nick LewyckyUpdate GCOVProfiling pass creation for API change in...
2013-03-14 John McCallFlag that friend function definitions are "late parsed...
2013-03-14 Argyrios Kyrtzidis[modules] Don't write the UnusedFileScopedDecls vector...
2013-03-14 Argyrios Kyrtzidis[modules] Check for delegating constructor cycles when...
2013-03-14 Rafael EspindolaAvoid computing the linkage too early. Don't invalidate it.
2013-03-13 Bill WendlingReally fix the MIPS test.
2013-03-13 Bill WendlingAttempt to fix test.
2013-03-13 Bill WendlingHave these attriubtes set to 'true' or 'false'.
2013-03-13 Argyrios Kyrtzidis[Modules] Don't eagerly load and associate all the...
2013-03-13 Argyrios Kyrtzidis[Modules] Resolve top-headers of modules lazily.
2013-03-13 Reed KotlerCause the mips16/nomips16 attribute to be passed to...
2013-03-13 Anna Zaks[analyzer] BugReporter - more precise tracking of C...
2013-03-13 Ted KremenekRemove stray space.
2013-03-13 Ted Kremenek[analyzer] Handle Objc Fast enumeration for "loop is...
2013-03-13 Daniel JasperFix incorrect cast identification.
2013-03-13 Anton Yartsev[analyzer] fixed the logic changed by r176949
2013-03-13 Adrian Prantlrelax check to allow for attributes (fix buildbot for...
2013-03-13 Daniel JasperFix comment indentation before labels.
2013-03-13 Daniel JasperFix formatting issue with builder-type calls.
2013-03-13 Alexander KornienkoAdded AnnotatedToken::isOneOf + a few other refactorings
2013-03-13 Anton YartsevRefactoring:
2013-03-13 Dmitri GribenkoDocumentation: formatting fixes
2013-03-13 Edwin VaneReverting r176944 until Author fixes test failure.
2013-03-13 Edwin VaneClangTool output cleanup
next