]> granicus.if.org Git - clang/shortlog
clang
2013-02-19 Aaron BallmanFixing a typo where FixIts was accidentally self-assign...
2013-02-19 John McCallAdd support for -fvisibility-ms-compat.
2013-02-19 John McCallUse the actual class visibility for the ObjC EHTYPE...
2013-02-19 Bill WendlingTemporarily revert r175471 for more review.
2013-02-18 Bill WendlingAdd a 'no-builtin' attribute if we do not want to simpl...
2013-02-18 David BlaikieUse LLVM_DELETED_FUNCTION rather than '// do not implem...
2013-02-18 David BlaikieReplace TypeLoc llvm::cast support to be well-defined.
2013-02-18 Dmitri Gribenkolibclang: don't store nul-terminated strings as StringRefs,
2013-02-18 David BlaikieClean up last use of dyn_cast on TypeLoc in ASTMatchers
2013-02-18 Fariborz JahanianTest for my last patch. // rdar://13178483
2013-02-18 Argyrios KyrtzidisAdd include guards for CommentVisitor.h
2013-02-18 Fariborz JahanianPrevent crash on multiple user errors (which I cannot...
2013-02-18 Douglas GregorCodeGenFunction::CurFuncDecl can be NULL; fix crash...
2013-02-18 Douglas GregorEnsure that the identifier chains have the most recent...
2013-02-18 Daniel JasperImprove indentation of builder type calls.
2013-02-18 Daniel JasperImprove formatting of builder-type calls.
2013-02-18 Daniel JasperReformat lines if they were "moved around".
2013-02-18 Daniel JasperCorrectly determine */& usage in more cases.
2013-02-18 Tim NorthoverAArch64: add atomic support parameters to TargetInfo
2013-02-18 Daniel JasperAlways break after multi-line string literals.
2013-02-18 Daniel JasperPrevent line breaks that make stuff hard to read.
2013-02-18 David BlaikieUpdate test cases to account for DIBuilder type changes.
2013-02-18 Ted KremenekDisable dead stores checker for template instantations...
2013-02-18 Eric ChristopherFix up grammar a bit.
2013-02-18 Eric ChristopherUnify some "kernel or kext" conditionals.
2013-02-18 Eric ChristopherAdd a comment.
2013-02-18 Eric ChristopherClean up comment.
2013-02-18 Eric ChristopherGrammar.
2013-02-18 Eric ChristopherUnify some code. No functional change.
2013-02-17 Dmitri GribenkoTest ivar-invariant.m: use a more idiomatic RUN line...
2013-02-17 Lang HamesRemove block names from test case to unbreak release...
2013-02-17 James DennettDocumentation: use \brief and don't duplicate the name...
2013-02-17 James DennettDocumentation cleanup: fix a typo ("////" for "///...
2013-02-17 Lang HamesRe-apply r174919 - smarter copy/move assignment/constru...
2013-02-17 Saleem Abdulrasool[clang] fix test execution command
2013-02-17 Saleem Abdulrasool[CodeGen] tighten objc ivar invariant.load attribution
2013-02-17 Dmitri GribenkoFix for ARM: functions don't have extra attributes...
2013-02-16 Dmitri GribenkoUse trailing documentation comments properly
2013-02-16 Dmitri GribenkoUse the correct type to hold enumeration values
2013-02-16 James DennettDocumentation cleanup: make a \brief be brief, and...
2013-02-16 James DennettDocumentation cleanup: use \brief, and don't repeat...
2013-02-16 Jordan RoselibAnalysis: Add a case for TypeAliasDecl in CFGRecStmt...
2013-02-16 Dmitri Gribenkolibclang: remove reinterpret_casts by using SourceLocat...
2013-02-16 Dmitri GribenkoRemove unused forward declarations
2013-02-16 David BlaikieDon't warn on conversion from NULL to nullptr_t
2013-02-16 Richard SmithEmit vtables for an extern template class as available_...
2013-02-16 Argyrios Kyrtzidis[PCH] Deserializing the DeclContext of a template param...
2013-02-16 Dmitri GribenkoRemove unused forward declarations
2013-02-16 John McCallRework the visibility computation algorithm in preparation
2013-02-15 Chad RosierAdd test case for r175312.
2013-02-15 Bill WendlingAdd the 'target-cpu' and 'target-features' attributes...
2013-02-15 Dmitri Gribenkolibclang: add clang_getTypeSpelling(CXType CT)
2013-02-15 Fariborz Jahanianobjective-C: Fixes a compiler crash when encoding
2013-02-15 Daniel JasperRecognize < and > as binary expressions in builder...
2013-02-15 Enea ZaffanellaFixed diagnostic nondeterministic order bug (pr14901).
2013-02-15 Daniel JasperDone break between 'operator' and '<<'.
2013-02-15 Argyrios KyrtzidisFix crash-on-invalid where a ParenListExpr shows up...
2013-02-15 Argyrios KyrtzidisWhen a statement is dropped from the AST because it...
2013-02-15 Daniel JasperRe-enable ConstructorInitializerAllOnOneLineOrOnePerLin...
2013-02-15 Benjamin KramerSema: Unnest early exit and remove an unnecessary bad...
2013-02-15 Timur IskhodzhanovAbstract out emitting the vdtor calls and do it properl...
2013-02-15 Benjamin KramerMake helper functions static.
2013-02-15 Daniel JasperPrevent only breaking before "?" in conditional express...
2013-02-15 Bill WendlingUpdate testcases due to Attribute sorting improvements.
2013-02-15 Jordan Rose[analyzer] Don't assert when mixing reinterpret_cast...
2013-02-15 Jordan RoseRe-apply "[analyzer] Model trivial copy/move ctors...
2013-02-15 Jordan Rose[analyzer] Cache the bindings accessible through a...
2013-02-15 Jordan Rose[analyzer] Scan the correct store when finding symbols...
2013-02-15 Jordan Rose[analyzer] Tweak LazyCompoundVal reuse check to ignore...
2013-02-15 Jordan Rose[analyzer] Use collectSubRegionKeys to make removeDeadB...
2013-02-15 Jordan Rose[analyzer] Refactor RegionStore's sub-region bindings...
2013-02-14 Fariborz JahanianMake this test determinstic for my last patch.
2013-02-14 Fariborz Jahanianobjective-C: synthesize properties in order of their
2013-02-14 Dmitri Gribenkolibclang: remove reinterpret_casts by using SourceLocat...
2013-02-14 Fariborz Jahanianobjective-C: When implementing custom accessor method for
2013-02-14 Jordan Rose[analyzer] Try constant-evaluation for all variables...
2013-02-14 Argyrios Kyrtzidis[arcmt] Make sure the function has an associated parame...
2013-02-14 Rafael EspindolaMangle extern "C" functions whose names are not simple...
2013-02-14 Daniel JasperFix counting of parameters so that r175162 works as...
2013-02-14 Daniel JasperReduce penalty for breaking before ./-> after complex...
2013-02-14 Dmitri GribenkoRemove a const_cast by propagating constness to called...
2013-02-14 Dmitri GribenkoRemove an unneeded const_cast
2013-02-14 Dmitri GribenkoRemove const_casts by making spec_begin()/spec_end...
2013-02-14 Daniel JasperRemove the trailing whitespace of formatted lines.
2013-02-14 Daniel JasperGet less confused by trailing comma in Google style.
2013-02-14 Daniel JasperRemove accidentally committed empty test.
2013-02-14 Daniel JasperAlign superclasses for multiple inheritence.
2013-02-14 Bill WendlingRevert accidental commit.
2013-02-14 Bill WendlingPass the target options through to code generation.
2013-02-14 Rafael EspindolaPartially revert r175117 so that we don't break assumpt...
2013-02-14 Rafael Espindolamerge hasCLanguageLinkage and isExternC. Keep the short...
2013-02-14 Rafael EspindolaAdd a getLanguageLinkage method to VarDecls and Functio...
2013-02-14 Nick LewyckyWhen marking derived classes' virtual methods ODR-used...
2013-02-14 Ted KremenekTeach ccc-analyze to pass on -iquote with no spaces...
2013-02-14 Richard SmithActually fix rendering of the example code block!
2013-02-14 Richard SmithSome grammar fixes to 'Format String Checking', and...
2013-02-14 Richard SmithDocument Clang's support for [[gnu::...]] attributes.
2013-02-14 Argyrios Kyrtzidis[docs] The stat cache has been removed from the PCH...
2013-02-13 Fariborz Jahanianobjective-C: Make order of ivars which are synthesized
2013-02-13 Tanya LattnerRemove outdated performance.html webpage.
next