]> granicus.if.org Git - clang/shortlog
clang
2013-02-25 Dmitri GribenkoDocumentation: add an idea for a (weird) clang tool
2013-02-25 David BlaikieUpdate Clang for a minor DIBuilder breaking change.
2013-02-24 Aaron BallmanMoving initialization into the initializer list and...
2013-02-24 Dmitri GribenkoDocumentation: add an idea for an automatic refactoring
2013-02-24 Daniel JasperAllow breaking between a type and name in variable...
2013-02-24 Benjamin KramerAdd the testcase from PR13573, this used to crash.
2013-02-24 Ted Kremenek[analyzer] tracking stores/constraints now works for...
2013-02-24 Ted KremenekAdd "KnownSVal" to represent SVals that cannot be Unkno...
2013-02-24 Ted KremenekAdd regression test for serialized diagnostics for...
2013-02-24 Richard SmithPR15338: Don't assert if -fsanitize=bounds sees array...
2013-02-24 Argyrios Kyrtzidis[preprocessor] Use MacroDirective in the preprocessor...
2013-02-24 Argyrios KyrtzidisAdd comments for the MacroDirective & MacroInfo classes.
2013-02-24 Argyrios KyrtzidisIn Sema::InstantiateStaticDataMemberDefinition, pass...
2013-02-23 Daniel JasperBetter formatting of conditional expressions.
2013-02-23 David BlaikieReference the canonical commit (r175462) in the value...
2013-02-23 David BlaikieDocument the value casting API changes.
2013-02-23 David BlaikiePrefer 'and' over '&' in comments.
2013-02-23 Benjamin KramerShrink SmallPtrSet. It gets swapped a lot which copies...
2013-02-23 Benjamin KramerAdd streamed versions of getQualifiedNameAsString.
2013-02-23 Enea ZaffanellaRemove data member MSAsmStmt::AsmLoc, wrongly hiding...
2013-02-23 Daniel JasperDon't recognize unnamed pointer parameters as casts.
2013-02-23 Daniel JasperAllow splitting between string literals and identifiers.
2013-02-23 Logan ChienImplement __builtin_eh_return_data_regno() for ARM...
2013-02-23 NAKAMURA Takumiclang/AST/Decl.h: Add "raw_ostream.h" to appease msvc.
2013-02-23 Richard Smithubsan: Emit bounds checks for array indexing, vector...
2013-02-23 John McCallTest that attribute(availability) doesn't override...
2013-02-23 David BlaikieRemove the CFGElement "Invalid" state.
2013-02-23 Rafael EspindolaRemove the hack that avoided mangling static functions...
2013-02-23 Peter CollingbourneRevert r175912, "Add support for coldcc to clang" at...
2013-02-22 Eric ChristopherPropagate the split dwarf file information through...
2013-02-22 Argyrios Kyrtzidis[libclang] Fix assertion hit when code-completing insid...
2013-02-22 Fariborz Jahanianobjective-C arg: provide fixit support when
2013-02-22 Bill WendlingUpdate tests so that we don't test for function-only...
2013-02-22 Benjamin KramerDriver: Pass down the -march setting down to -cc1as...
2013-02-22 Bill WendlingMake sure we apply attributes to correct places.
2013-02-22 Eric ChristopherSplit out the command handling for split debug info...
2013-02-22 Jordan Rose[analyzer] Don't canonicalize the RecordDecl used in...
2013-02-22 Peter CollingbourneAdd support for coldcc to clang
2013-02-22 Argyrios Kyrtzidis[preprocessing record] Have the MacroDefinitions map...
2013-02-22 Benjamin KramerReplace some typically large vectors with SmallVector.
2013-02-22 Rafael EspindolaMake sure pragmas don't attach visibility attributes...
2013-02-22 David BlaikieSuppress -Wswitch to unbreak the build.
2013-02-22 Michael Han[Sema] Semantic analysis for empty-declaration and...
2013-02-22 Benjamin KramerUse raw_ostream::indent, update comment.
2013-02-22 Benjamin KramerPush the raw_ostream through the template diffing code.
2013-02-22 Benjamin KramerStreamify FormatASTNodeDiagnosticArgument.
2013-02-22 Benjamin KramerStreamify getNameForDiagnostic and remove the string...
2013-02-22 Dmitri GribenkoComment parsing: add CommentOptions to allow specifying...
2013-02-22 Benjamin KramerStmtPrinter: Directly print types to the stream instead...
2013-02-22 Timur IskhodzhanovFix MergeFunctionDecl implicit CC for static methods.
2013-02-22 Benjamin Kramerscan-build: Remove debug print.
2013-02-22 Richard SmithC++11 status page:
2013-02-22 Richard SmithDon't crash if we try to apply 'alignas' to a variable...
2013-02-22 Richard SmithDon't accidentally and silently accept C++11 attributes...
2013-02-22 Bill WendlingUpdate to use references to attribute groups instead...
2013-02-22 Richard SmithPer the grammar in [dcl.dcl]p1, a simple-declaration...
2013-02-22 Richard SmithHandle alignas(foo...) pack expansions.
2013-02-22 Argyrios KyrtzidisIn LookupResult::resolveKind(), when handling multiple...
2013-02-22 Argyrios KyrtzidisWhen a parameter list in a C function has an error...
2013-02-22 Argyrios KyrtzidisDon't crash when applying an alloc_size attribute on...
2013-02-22 Richard SmithDon't skip '_Alignas' when disambiguating 'final'....
2013-02-22 Richard SmithTeach -ast-print how to print trailing-return-types.
2013-02-22 Ted Kremenek[analyzer] Implement "Loop executed 0 times" diagnostic...
2013-02-22 Richard SmithImplement C++11 [dcl.align]p6-p8, and C11 6.7.5/7....
2013-02-22 Argyrios Kyrtzidis[libclang] Fix a crash with invalid code, while skip...
2013-02-22 NAKAMURA TakumiDecl.cpp/mergeTemplateLV(): Tweak a description. [...
2013-02-22 John McCallOnly suppress instance context if a member is actually
2013-02-22 Anna Zaks[analyzer] Place all inlining policy checks into one...
2013-02-22 Richard SmithAdd -fbracket-depth=N, analogous to -ftemplate-depth...
2013-02-22 Jordan Rose[analyzer] Make sure a materialized temporary matches...
2013-02-22 Ted KremenekFix regression in modeling assignments of an address...
2013-02-22 Eric ChristopherMake sure we only use the output file as a base for...
2013-02-22 Fariborz Jahanianobjective-C arc: Diagnostic can not say to use bridge
2013-02-22 Jordan Rose[analyzer] Fix buildbot by not reusing a variable name.
2013-02-22 Jordan RosePreproceessor: fix #if skipping under -traditional...
2013-02-22 Eric ChristopherMake logic smaller.
2013-02-22 Michael GottesmanAdded a footnote to the documentation for objc_storeStr...
2013-02-22 Aaron BallmanRemoving has_getDecl (added in r175532). It cause a...
2013-02-22 Bill WendlingApply the 'nobuiltin' attribute to call sites when...
2013-02-22 Bill WendlingMake for x86 to stop it failing on ARM buildbots.
2013-02-22 Eric ChristopherGrammar.
2013-02-21 Jordan Rose[analyzer] Make sure a temporary object region matches...
2013-02-21 John McCallIgnore visibility from enclosing template arguments
2013-02-21 David BlaikieSimplify code to use castAs rather than getAs + assert.
2013-02-21 David BlaikieFix copy/paste to refer to the relevant type (ProgramPo...
2013-02-21 NAKAMURA Takumiclang/test/Driver/qa_override.c: Appease gcc-driver.
2013-02-21 Richard SmithFix typo 'with with' in diagnostic.
2013-02-21 David BlaikieAdd back implicitly dropped const.
2013-02-21 Eric ChristopherFix formatting and tabs in file.
2013-02-21 Eric ChristopherDon't pass -split-dwarf= to the backend unless we're...
2013-02-21 Eric ChristopherRemove the SplitDebug action and replace with a set...
2013-02-21 David BlaikieReplace ProgramPoint llvm::cast support to be well...
2013-02-21 Ted KremenekRemove superfluous null pointer check. The pointer...
2013-02-21 Dmitri GribenkoAST dumping: dump template instantiations only once
2013-02-21 Daniel JasperRemove accidentally introduced no-op line.
2013-02-21 Ted KremenekTeach serialized diagnostics about notes without locations.
2013-02-21 Daniel JasperConsistently put {} onto the same line for empty functions.
2013-02-21 David BlaikieReplace CFGElement llvm::cast support to be well-defined.
2013-02-21 Fariborz JahanianPatch for debug info of qualified-id types is 'id'
2013-02-21 Benjamin KramerTry to fix the test for cmake builds, where clang is...
next