]> granicus.if.org Git - clang/shortlog
clang
2013-01-05 Akira Hatanaka[mips] Fix data layout string. Add 64 to the list of...
2013-01-05 Rafael EspindolaAssert that redeclarations have the same linkage.
2013-01-05 Fariborz JahanianIn my last patch initialize the destination to null...
2013-01-05 Manman RenFix testing case for Release build (r171493)
2013-01-04 Ted KremenekUpdate checker build to checker-270
2013-01-04 Manuel KlimekVarious fixes to clang-format's macro handling.
2013-01-04 Fariborz Jahanianobjective-C arc: in copy helper function for
2013-01-04 Chad RosierFix indent and remove parameter with a matching default...
2013-01-04 Rafael EspindolaStyle fix: We don't use lowercase-and-underscored templ...
2013-01-04 Daniel JasperCorrectly format dereference and address of in array...
2013-01-04 Rafael EspindolaFix typo. Thanks to dgregor for noticing it.
2013-01-04 Rafael EspindolaUnqualify the parameter type.
2013-01-04 Douglas Gregorrealpath'ify the mapping from header includes to module...
2013-01-04 Ted KremenekUpdate CMakeLists.txt
2013-01-04 Ted KremenekAdd __has_feature support to detect if clang supports...
2013-01-04 Ted KremenekRequire set-xcode-analyzer to run with Python 2.7 or...
2013-01-04 Ted KremenekNSErrorChecker: remove quoting the parameter name in...
2013-01-04 Ted KremenekTighten code. No functionality change.
2013-01-04 Douglas GregorAdd the module name to the 'incomplete umbrella header...
2013-01-04 Daniel JasperLet the formatter ignore UnwrappedLines containing...
2013-01-04 Filipe CabecinhasAdd file added in r171484 to CMakelists.txt.
2013-01-04 Manman RenDebug Info: fix the line location for cleanup code...
2013-01-04 Fariborz JahanianFix up various builtin declaration of objc_msgSend...
2013-01-04 Argyrios Kyrtzidis[libclang] Introduce clang_getFileLocation.
2013-01-04 Argyrios Kyrtzidis[arcmt] Allow removing an -autorelease of a variable...
2013-01-04 Argyrios Kyrtzidis[arcmt] Adds brackets in case statements that "contain...
2013-01-04 Argyrios KyrtzidisMove the common source locations of CastStmt & DefaultS...
2013-01-04 Argyrios Kyrtzidis[arcmt] Don't error if an autoreleased variable is...
2013-01-04 Douglas GregorRemove -Wmodule-build; it was a dumb idea anyway. ...
2013-01-04 Eric ChristopherFix fieldNo usage for lambdas. No behavior change since the
2013-01-03 Rafael EspindolaWarn on unused auto variables.
2013-01-03 Rafael EspindolaUse early returns to reduce indentation.
2013-01-03 Argyrios Kyrtzidis[arcmt] Rewrite uses of Block_copy/Block_release macros.
2013-01-03 Ted KremenekFix capitalization of Objective-C in diagnostic.
2013-01-03 Ted KremenekMake MallocChecker debug output useful.
2013-01-03 Eli FriedmanDon't assert/crash on reference variables in lambdas...
2013-01-03 Anna Zaks[analyzer] Rename callback EndPath -> EndFunction
2013-01-02 Sean SilvaAdd docs/README.txt to point to llvm/docs/README.txt.
2013-01-02 Sean Silvaanalyzer: add initial Sphinx configuration
2013-01-02 Sean SilvaExclude docs/analyzer/ from the default Sphinx build.
2013-01-02 Argyrios Kyrtzidis[python bindings] Expose cursor.referenced (clang_getCu...
2013-01-02 Dmitri Gribenkohexagon-target-basic.c test: add REQUIRES line for...
2013-01-02 Argyrios KyrtzidisDiagnosticIds: Fix offset/ID calculation, no impact...
2013-01-02 Sean Silvadocs: Mark ReleaseNotes as "In-Progress"
2013-01-02 Sean Silvadocs: Take advantage of extra level of headings.
2013-01-02 Anshuman DasguptaCorrect Hexagon DataLayout string. Fixes bug 14744.
2013-01-02 Dmitri GribenkoType safety attributes: add tests for enumerations...
2013-01-02 Sean Silvadocs: Curb excessive table-of-contents depth.
2013-01-02 Sean Silvadocs: Reorganize landing page.
2013-01-02 Sean Silvadocs: Fix spelling error.
2013-01-02 Argyrios KyrtzidisRemove the anonymous namespace from lib/Sema/TreeTransf...
2013-01-02 Manuel KlimekFixes multiple formatting bugs.
2013-01-02 Daniel JasperDon't allow line breaks after template parameters.
2013-01-02 Daniel JasperFormat */& as binary operator if followed by a unary...
2013-01-02 Manuel KlimekFixes use of unescaped newlines when formatting preproc...
2013-01-02 Daniel JasperCorrectly format pointers and references in casts.
2013-01-02 Daniel JasperUnderstand unary operators after "return" and "case".
2013-01-02 Daniel JasperPrefer splitting after "template <...>" and fix indenta...
2013-01-02 Daniel JasperPrefer to break after operators over breaking after...
2013-01-02 Sean Silvadocs: `3.2` -> `3.3`
2013-01-02 Sean Silvadocs: Remove useless discussion.
2013-01-02 Sean Silvadocs: Fix up HTML links to proper reST links.
2013-01-02 Sean Silvadocs: clang-format is coming down the pike, mention it
2013-01-02 Sean Silvadocs: Reorganize landing page.
2013-01-02 Sean Silvaremove random spaces
2013-01-02 Sean Silvadocs: Change title.
2013-01-02 Sean Silvadocs: Decrease toctree depth on landing page.
2013-01-02 Sean Silvadocs: Sphinx conversion is "done"
2013-01-02 Richard Smiths/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__...
2013-01-02 Chandler CarruthRewrite #includes for llvm/Foo.h to llvm/IR/Foo.h as...
2013-01-02 Richard Smiths/CPlusPlus0x/CPlusPlus11/g
2013-01-02 Chandler CarruthRe-sort #include lines using the llvm/utils/sort_includ...
2013-01-02 Daniel JasperUnderstand * and & in ternary expressions.
2013-01-02 Daniel JasperDon't break after pointer or reference specifier.
2013-01-02 Rafael EspindolaConvert an if that never happens to an assert.
2013-01-01 Benjamin KramerSimplify vector splat code. No functionality change.
2013-01-01 NAKAMURA TakumiUpdate the copyright coredits -- Happy new year 2013!
2012-12-31 Rafael EspindolaSilence some warnings and allow passing down some featu...
2012-12-31 Nico WeberFix minor copy-pasto. No functionality change.
2012-12-31 Nico WeberRemove some remnants of OwningExprResult / OwningStmtRe...
2012-12-30 Nico WeberSimplify. No functionality change.
2012-12-30 Rafael EspindolaDon't warn on unused member functions that are extern...
2012-12-30 Dmitri GribenkoFormatter: parse and format inline namespaces like...
2012-12-30 Will Dietz[ubsan] Recover by default, use -fno-sanitize-recover...
2012-12-30 Rafael EspindolaUse hasCLanguageLinkage when warning about non C return...
2012-12-30 Dmitri GribenkoComment lexing: replace manual comparison with StringRe...
2012-12-30 Rafael EspindolaDon't get confused if a extern "C" builtin function...
2012-12-30 Bill WendlingRemove the Function::getFnAttributes method in favor...
2012-12-29 Rafael EspindolaDon't warn for undefined but used decls that are extern...
2012-12-29 Nico WeberArrayRefize CXXTryStmt.
2012-12-29 Nico WeberArrayRefize a CompoundStmt constructor.
2012-12-29 Chandler CarruthFix a typo that caused a few standard library implement...
2012-12-29 Chandler CarruthTry to re-structure the GCCVersion comparison routine...
2012-12-29 Erik VerbruggenRemoved duplicate logic.
2012-12-29 Rafael EspindolaMinor cleanup.
2012-12-28 Rafael EspindolaReject overloading of two static extern C functions.
2012-12-28 Richard SmithReplace magic numbers in CheckICE with an enum.
2012-12-28 Richard SmithPR14729: Fix typo in CheckICE for BinaryConditionalOper...
2012-12-28 Richard SmithImprove diagnostic wording for when an implicitly-delet...
2012-12-28 Alexey SamsonovAdd proper support for -fsanitize-blacklist= flag for...
next