]> granicus.if.org Git - clang/shortlog
clang
2012-01-17 Sebastian RedlAdd Sema::isStdInitializerList, which will be necessary...
2012-01-17 Anton Yartsevfix for PR11655
2012-01-17 Bob WilsonDisable -Wduplicate-method-match by default. <rdar...
2012-01-17 Eli FriedmanAdd __builtin_labs and __builtin_llabs, to complete...
2012-01-17 Richard SmithRemove constant member pointer support from Expr-based...
2012-01-17 Eli FriedmanCorrectly resolve an overload set passed to an overload...
2012-01-17 Richard SmithEnable constant evaluation of implicit calls to constex...
2012-01-17 Dan GohmanEnable the new ObjC ARC autorelease pool elimination...
2012-01-17 John McCallWhen initializing a catch variable in ARC, be sure...
2012-01-17 Jean-Daniel... Fix a couples of issues in format strings checking.
2012-01-17 Douglas GregorRework the way in which we (de-)serialize the declarations
2012-01-17 Fariborz Jahanianobjc: fixes a bug where struct used inside an
2012-01-17 Argyrios Kyrtzidis[libclang] Make sure Preprocessor is set in ASTUnit...
2012-01-17 Douglas GregorDon't eagerly deserialize the 'Protocol' type when...
2012-01-17 Douglas GregorWhen collecting all of the redeclarations of a declarat...
2012-01-17 Douglas GregorDelay the creation of the built-in Objective-C class...
2012-01-17 Hans WennborgTreat -Wformat=0 as an alias for -Wformat.
2012-01-17 David BlaikieRe-add an over-zealously removed break.
2012-01-17 David BlaikieRemove dead comments as per Chandler's feedback to...
2012-01-17 David BlaikieRemove unreachable code in Clang. (replace with llvm_un...
2012-01-17 David BlaikieRemove unnecessary default cases in switches over enums.
2012-01-17 Argyrios Kyrtzidis[libclang] Make clang_getCursorCompletionString not...
2012-01-17 Argyrios KyrtzidisIntroduce a CodeCompletionResult::CreateCodeCompletionS...
2012-01-17 Argyrios KyrtzidisIntroduce a static Sema::MarkDeducedTemplateParameters...
2012-01-17 Eli FriedmanRevert r148271; this requires more thought.
2012-01-17 Eli FriedmanChange the behavior of the lvalue-to-rvalue conversion...
2012-01-17 Nico WeberImprove diagnostics for dangling '}'.
2012-01-17 Anna ZaksUse Builtin ID as the return value
2012-01-17 Anna Zaks[analyzer] Taint: generalize taint propagation to simpl...
2012-01-16 Tanya LattnerAdd new line.
2012-01-16 Tanya LattnerAdd support for OpenCL 1.1 logical operations.
2012-01-16 Eli FriedmanAdd some calls to MarkDeclarationReferenced, towards...
2012-01-16 Eli FriedmanMake the auto-detection hack for the iOS simulator...
2012-01-16 Fariborz JahanianAnother test for 148243
2012-01-16 Fariborz JahanianA little more elaborate test for r148243
2012-01-16 Fariborz JahanianPatch for r148243 which was left behind.
2012-01-16 Fariborz JahanianFixes a crash during constant folding of a switch and...
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...
next