]> granicus.if.org Git - clang/shortlog
clang
2012-01-16 David ChisnallSome improvements to the handling of C11 atomic types:
2012-01-16 David BlaikieRefactor variables unused under non-assert builds.
2012-01-15 Douglas GregorNow that deserializing a definition of a C++ class...
2012-01-15 Douglas GregorWhen deserializing the definition of a C++ class/ObjC...
2012-01-15 Douglas GregorCompletely re-implement (de-)serialization of redeclaration
2012-01-15 Benjamin KramerTweak markup.
2012-01-15 Anton Yartsevadded descriptions of vector extensions, info about...
2012-01-15 Benjamin KramerFix ALL the markup.
2012-01-15 Chandler CarruthTwo variables had been added for an assert, but their...
2012-01-15 Richard Smithdecltype(e) is type-dependent if e is instantiation...
2012-01-15 Richard SmithPedantic diagnostic correction: in C++, we have integra...
2012-01-15 Richard Smithconstexpr: casts to void* are allowed in constant expre...
2012-01-15 Eli FriedmanChange linkage computation so it doesn't depend on...
2012-01-14 Benjamin KramerUse a smaller vector than SmallVector.
2012-01-14 Benjamin KramerClear ImplicitConversionSequence the obvious way which...
2012-01-14 Benjamin KramerGive OverloadCandidateSet the responsibility for destro...
2012-01-14 Fariborz Jahanianobjc: disallow __block attribute on method params.
2012-01-14 Benjamin KramerReorder initializers, make use of the whole array.
2012-01-14 Benjamin KramerMove the inline array to the end.
2012-01-14 Benjamin KramerDestroy OverloadCandidates before taking away the under...
2012-01-14 Douglas GregorReplace a using declararion with a typedef in the hope...
2012-01-14 Douglas GregorDe-virtualize getPreviousDecl() and getMostRecentDecl...
2012-01-14 Benjamin KramerPool allocate ImplicitConversionSequences.
2012-01-14 Benjamin KramerOverloadCandidateSet: Stop exposing SmallVector internals
2012-01-14 Douglas GregorIntroduce Decl::getPreviousDecl() and Decl::getMostRece...
2012-01-14 Douglas GregorRevert accidental commit
2012-01-14 Douglas GregorAdd a FIXME for mutation of the common pointer of a...
2012-01-14 Douglas GregorReimplement RedeclarableTemplateDecl in terms of
2012-01-14 Zhongxing XuRemove a redundant word.
2012-01-14 Richard Smithconstexpr irgen: Add irgen support for APValue::Struct...
2012-01-14 Anna Zaks[analyzer] Taint: add system and popen as undesirable...
2012-01-14 Argyrios Kyrtzidis[libclang] If CXIndexOpt_IndexFunctionLocalSymbols...
2012-01-14 Rafael EspindolaRemember if a type has its visibility set explicitly...
2012-01-14 Chad RosierFix 80-column violation.
2012-01-14 Argyrios Kyrtzidis[libclang] Add CXIndexOpt_IndexFunctionLocalSymbols...
2012-01-13 Douglas Gregor(Implicit) parameters deserialized as part of a functio...
2012-01-13 Eli FriedmanProgress towards making isUsed() reflect whether a...
2012-01-13 Eli FriedmanFix a silly mistake in ComplexExprEvaluator::ZeroInitia...
2012-01-13 Kaelyn UhrainConvert SemaTemplate*.cpp to pass a callback object...
2012-01-13 Douglas GregorMake sure to consider non-DeclContext scopes properly...
2012-01-13 Douglas GregorWhen inferring a module for a framework, first determin...
2012-01-13 Anna ZaksMove identification of memory setting and copying funct...
2012-01-13 Eli FriedmanRevert r148138; it's causing test failures.
2012-01-13 Kaelyn UhrainConvert SemaExprMember.cpp to pass a callback object...
2012-01-13 Sebastian Popremove assertions in the Hexagon backend specific clang...
2012-01-13 Sebastian Poprename -ccc-host-triple into -target
2012-01-13 Sebastian Poprename DefaultHostTriple into DefaultTargetTriple
2012-01-13 Richard SmithRefactor for clarity.
2012-01-13 Douglas GregorReinstate test case accidentally reverted by r148028
2012-01-13 Douglas GregorDon't infer a submodule for a framework's private heade...
2012-01-13 Evgeniy StepanovRemove --hash-style from link command on Android.
2012-01-13 Jakob Stoklund... CodeInit was replaced by StringInit.
2012-01-13 Richard SmithPR11754: Reject non-static constexpr member functions...
2012-01-13 Eli FriedmanA base subobject type doesn't make sense for unions...
2012-01-13 Eli Friedmanconstexpr is allowed on static member functions of...
2012-01-13 Eli FriedmanA few minor improvements to error recovery trying to...
2012-01-13 Richard SmithDon't crash while trying to diagnose a function declare...
2012-01-13 Kaelyn UhrainFix up the calls to CorrectTypo in Sema*ObjC.cpp to...
2012-01-13 Douglas GregorRevert previous commit. Something has gone wonky with...
2012-01-13 Douglas GregorWhen inferring a module map for a framework, add the...
2012-01-13 Anna Zaks[analyzer] Unwrap the pointers when ignoring the const...
2012-01-13 Anna Zaks[analyzer] Taint: when looking up a binding, provide...
2012-01-13 Anna Zaks[analyzer] RegionStoreManager::getBinding() should...
2012-01-13 Anna Zaks[analyzer] Fix a typo in a warning message.
2012-01-13 Fariborz Jahanianobjc parsing. Fixes a crash when parsing array initiali...
2012-01-12 Richard SmithImprove 0-argument -Wvexing-parse diagnostic by adding...
2012-01-12 Eli FriedmanRecommit r148056 with fixes to deal with weirdness...
2012-01-12 Eli FriedmanRevert r148056 while I investigate failures.
2012-01-12 Eli FriedmanRevert accidental commit.
2012-01-12 Eli FriedmanMake sure adding a field to a struct never reduces...
2012-01-12 Ted KremenekAdjust set of default checkers.
2012-01-12 Argyrios KyrtzidisIf an ObjCMessageExpr is implicit, there are no source...
2012-01-12 Kaelyn UhrainConvert SemaCXXScopeSpec.cpp to pass a callback object...
2012-01-12 Fariborz Jahanianobjc: do not warn when converting to a const id qualfie...
2012-01-12 Rafael EspindolaRevert 148045 to fix the bots.
2012-01-12 Rafael EspindolaAdd a SONAME to the libclang library.
2012-01-12 Kaelyn UhrainConvert SemaInit.cpp to pass a callback object to Corre...
2012-01-12 Ted Kremenek[analyzer] fix inlining's handling of mapping actual...
2012-01-12 Richard Smithconstexpr: initialization of a union from an empty...
2012-01-12 Hans Wennborgscanf: parse the 'm' length modifier, and check that...
2012-01-12 Douglas GregorIn Objective-C++, actually compute the base type of...
2012-01-12 Hans Wennborgscanf analysis: the 'a' length modifier is valid with...
2012-01-12 Hans Wennborgscanf analysis: don't bail out after successful parse...
2012-01-12 NAKAMURA Takumitest/Driver/debug-options*.c: Tweak r147819 to split...
2012-01-12 Richard SmithRevert accidentally-committed file in r148020.
2012-01-12 Richard SmithAllow constant-folding of references which were formed...
2012-01-12 Argyrios KyrtzidisAdd IsImplicit field in ObjCMessageExpr that is true...
2012-01-12 Argyrios Kyrtzidis[arcmt] The migrator tests for the buildbot in http...
2012-01-12 Anna Zaks[analyzer] Rename Store::Retrieve() -> getBinding().
2012-01-12 Anna Zaks[analyzer] Add taint transfer by strcpy & others (part 1).
2012-01-12 Akira HatanakaFix test case committed in r147986.
2012-01-12 Eric ChristopherFormatting.
2012-01-12 Eric ChristopherFormatting.
2012-01-12 Akira HatanakaTake into account the pointer to an aggregate that...
2012-01-12 Akira HatanakaCall CodeGenTypes::ConvertType to get LLVM::Type*.
2012-01-12 Eli FriedmanFix some edge cases with C++ casts and placeholder...
2012-01-12 Fariborz Jahanianobjective-c: fixes a regression in looking up names
2012-01-11 Matt Beaumont-GayAppease -Wnon-virtual-dtor
2012-01-11 Douglas GregorExtend test-case as requested by Eli
2012-01-11 Douglas GregorImprove the diagnostic when trying to redefine a typede...
next