]> granicus.if.org Git - clang/shortlog
clang
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...
2012-12-28 David BlaikieChange this to an IR test instead of an assembly test...
2012-12-27 Richard SmithSimplify typeid 'potentially evaluated' check.
2012-12-27 Rafael EspindolaImplement dcl.link paragraph 5.
2012-12-27 Eric ChristopherUpdate test for backend change.
2012-12-26 Rafael EspindolaFix a regression from the previous commit.
2012-12-26 Rafael EspindolaUse the most recent redecl to decide if it is needed.
2012-12-25 Richard SmithProduce an actual error before attempting to attach...
2012-12-25 Erik VerbruggenFix for PR12222.
2012-12-25 Guy BenyeiAdd intel_ocl_bicc calling convention as a function...
2012-12-25 Rafael EspindolaAdd 171048 back but invalidate the cache of all redecla...
2012-12-25 NAKAMURA TakumiRevert r171048, "Cache visibility of decls."
2012-12-25 Rafael EspindolaCache visibility of decls.
2012-12-24 Nick LewyckySimplify RUN lines. No functionality change.
2012-12-24 Daniel JasperLet clang-format format itself.
2012-12-24 Daniel JasperPenalize tokens with a lower parenthesis level than...
2012-12-24 Daniel JasperAlign RHS after assignments and return statements.
2012-12-24 Daniel JasperFix formatting over overloaded operators.
2012-12-24 Evgeniy StepanovSupport -fsanitize-memory-track-origins.
2012-12-24 NAKAMURA TakumiCGClass.cpp: [PR14335] Remove comma-separated \param...
2012-12-24 NAKAMURA Takumiclang/AST/VTTBuilder.h: Prune one description in three...
2012-12-24 NAKAMURA TakumiCGDecl.cpp: Prune three descriptions in two methods...
2012-12-24 NAKAMURA TakumiDiagnosticRenderer.cpp: Prune one description in Diagno...
2012-12-24 NAKAMURA TakumiCGValue.h: Update one \param to Addr in MakeBitfield...
2012-12-24 NAKAMURA Takumitest/Index/preamble_macro_template.cpp: Tweak for win32.
2012-12-24 Daniel JasperTake operator precedence into account when splitting...
2012-12-23 Dmitri GribenkoDocumentation: PTHInternals: use correct adornments...
2012-12-23 Dmitri GribenkoDocumentation: fix a syntax error: empty line required...
2012-12-23 Dmitri GribenkoDocumentation: add MemorySanitizer to the toctree
2012-12-23 Sean Silvadocs: Convert ReleaseNotes to reST.
2012-12-23 Nico WeberlibFormat: Teach the *& usage heuristic that "return...
2012-12-23 Nico WeberMove a declaration closer to its use. No functionality...
2012-12-22 Benjamin KramerClean out release notes for clang 3.3
2012-12-22 Argyrios Kyrtzidis[libclang] Fix crash when code-completing a macro invoc...
2012-12-22 Argyrios Kyrtzidis[libclang] Don't try to translate diagnostics from...
2012-12-22 Argyrios Kyrtzidis[libclang] Check for the 'LIBCLANG_NOTHREADS' environme...
2012-12-22 Richard SmithPR14695: Fix assert from bad cast<>. Not every namespac...
2012-12-22 Ted KremenekAdd back -Wduplicate-enum which I mistakenly removed.
2012-12-22 Ted KremenekFix typo: objc_no_direct_instance_variable_assignmemt...
2012-12-22 Anna Zaks[analyzer] Convert SimpleStreamChecker to use the Point...
2012-12-21 Douglas GregorUse a safe default width for template-diff'ing integral...
2012-12-21 Fariborz JahanianAdding to FormatTest.cpp test for a very long ObjC...
2012-12-21 Ted KremenekTweak Sema::CheckLiteralKind() to also include block...
2012-12-21 Matt Beaumont-GayInsulate this test from the whims of the random number...
2012-12-21 Chad RosierAdd comments back that were accidentally removed in...
2012-12-21 Chad RosierFix a warning due to an extraneous comma.
2012-12-21 Chad RosierRemove unused arguments and rename to conform to coding...
2012-12-21 Ted KremenekChange checkUnsafeAssignLiteral() to use the new Sema...
2012-12-21 Ted KremenekHoist logic for classifying Objective-C literals into...
2012-12-21 Richard SmithSwitch FrontendOptions to using an initializer list...
2012-12-21 Fariborz JahanianFixes couple of friend declaration -ast-print bug
2012-12-21 Chad RosierIndent.
2012-12-21 Chad RosierRemove unnecessary checks.
2012-12-21 Ted KremenekUse descriptive enum instead of raw integers for checkU...
2012-12-21 Ted KremenekSink call to checkUnsafeAssignLiteral() into checkUnsaf...
2012-12-21 Chad RosierFix indent.
2012-12-21 Jordan Rose[analyzer] Don't perform an expensive assertion in...
2012-12-21 Nico Weberformat: Handle #import as include directive too.
2012-12-21 Quentin ColombetAdd a testcase for ARM cortex-r5 subtarget
next