]> granicus.if.org Git - clang/shortlog
clang
2011-01-27 Argyrios Kyrtzidis[analyzer] Fix crash when handling dot syntax on 'super'.
2011-01-27 Axel NaumannTextDiagnosticPrinter.cpp: Show diagnostics as far...
2011-01-27 John McCallDo a proper recursive lookup when deciding whether...
2011-01-27 John McCallProvide Type::castAs<>, which is to getAs<> what cast...
2011-01-27 NAKAMURA TakumiFix whitespace.
2011-01-27 NAKAMURA Takumi7bit-ize.
2011-01-27 Ted KremenekFix HTML highlighting and add missing line.
2011-01-27 Ted KremenekFix a few typos in HTML documentation.
2011-01-27 Ted KremenekHook up attribute ns_consumes_self in the ObjC retain...
2011-01-27 Ted KremenekTweak -Wuninitialized fixit for '_Bool' types to be...
2011-01-27 Ted KremenekTeach -Wuninitialized to suggest "= false" for initiali...
2011-01-27 John McCallNotes on dynamic array cookies in MSVC.
2011-01-27 John McCallImport three interesting bits that apply only to C...
2011-01-27 Ted KremenekTeach -Wuninitialized not to assert when analyzing
2011-01-27 Ted KremenekTeach -Wuninitialized about ObjC fast enumeration loops.
2011-01-27 Douglas GregorWhen we run into a template parameter that should have...
2011-01-27 Douglas GregorCope with parenthesized function declarators when emitt...
2011-01-27 Douglas GregorFix a horrible bug in our handling of C-style casting...
2011-01-26 Fariborz JahanianFixes an IRgen bug where __block variable is
2011-01-26 Douglas GregorUpdate C++0x status web page
2011-01-26 Nico Webermake `make` work in examples/PrintFucntionNames on...
2011-01-26 Douglas GregorAdd __has_feature(cxx_reference_qualified_functions...
2011-01-26 Douglas GregorImplement the restriction that a function with a ref...
2011-01-26 Douglas GregorHandle C-style casts to rvalue reference types that...
2011-01-26 Douglas GregorImprove the extension warning for the use of ref-qualif...
2011-01-26 John McCallWhen mangling a qualified array type, push the qualifie...
2011-01-26 Douglas GregorRvalue references for *this: explicitly keep track...
2011-01-26 Douglas GregorRvalue references for *this: implement the implicit...
2011-01-26 John McCallUn-nest the meat of this function.
2011-01-26 John McCallFix some obvious bugs in the conditional-cleanup code...
2011-01-26 Peter CollingbourneMove InheritableAttr::isInherited to Attr
2011-01-26 Peter CollingbourneRemove Attr::isMerged; it is not used any more and...
2011-01-26 Douglas GregorRvalue references for *this: allow functions to be...
2011-01-26 Douglas GregorRvalue references for *this: add name mangling for...
2011-01-26 Douglas GregorRvalue references for *this: tentative parsing and...
2011-01-26 Douglas GregorReference qualifiers for *this: implement C++0x [expr...
2011-01-26 Douglas GregorClean up the C++0x __has_feature tests. Specifically:
2011-01-26 Douglas GregorReinstate r124236 (tweaking the rvalue-reference overlo...
2011-01-26 Douglas GregorRvalue references for *this:
2011-01-26 Ted KremenekTeach -Wreturn-type that destructors can appear
2011-01-26 Ted KremenekMerge -Wuninitialized-experimental into -Wuninitialized.
2011-01-26 Ted KremenekTweak -Wuninitialized-experimental to not emit
2011-01-26 John McCallBetter framework for conditional cleanups; untested...
2011-01-26 Douglas GregorRvalue references for *this: parse ref-qualifiers.
2011-01-26 Ken DyckUse RecordLayout::getBaseClassOffset() where CharUnits...
2011-01-26 Argyrios Kyrtzidis[analyzer] Enable the self-init checker under command...
2011-01-26 Argyrios KyrtzidisCorrect r124242 making sure function chunk that gets...
2011-01-26 Argyrios Kyrtzidis[analyzer] Improve the diagnostic for the self-init...
2011-01-26 Fariborz JahanianTweak the rule for deciding if a provisional ivar is...
2011-01-26 Jeffrey YasskinRemove CompilerInstance::getOutputFileList because...
2011-01-25 Argyrios Kyrtzidis[analyzer] Do the self-init check only on NSObject...
2011-01-25 Douglas GregorSpeculatively revert r124236
2011-01-25 Argyrios KyrtzidisDiagnose calling convention attribute incompatibilities...
2011-01-25 Argyrios KyrtzidisFix infinite loop during error diagnostics. Fixes rdar...
2011-01-25 Argyrios KyrtzidisChange error "function cannot return array type" -...
2011-01-25 Ted KremenekTweak return-noreturn.cpp test to have its original
2011-01-25 Ted KremenekFix regression in -Wreturn-type caused by not
2011-01-25 Douglas GregorSpeculatively implement a tweak to the C++0x overload...
2011-01-25 Ted KremenekUnbreak CMake build.
2011-01-25 Ted KremenekDon't try and symbolicate unions; we don't reason
2011-01-25 Nico WeberAdd -add-plugin flag, which runs plugins in addition...
2011-01-25 Jeffrey YasskinAdd an attribute to forbid temporary instances of a...
2011-01-25 Douglas GregorFix the ranking of reference bindings during overload...
2011-01-25 Ted KremenekRecycle memory for GRStates that are never referenced
2011-01-25 Ted KremenekTeach -Wuninitialized-experimental to also warn
2011-01-25 Ted KremenekTweak wording of static analyzer diagnostic
2011-01-25 Douglas GregorTeach TemplateSpecializationTypeLoc::initializeArgLocs...
2011-01-25 Rafael EspindolaMove unnamed_addr after the function arguments on Sabre...
2011-01-25 Douglas GregorAdd test for PR8629
2011-01-25 Anders CarlssonDon't insert class templates into the DynamicClasses...
2011-01-25 Douglas GregorBe a bit more defensive about setting the temporary...
2011-01-25 Douglas GregorImplement the rvalue-reference deduction transformation...
2011-01-25 Douglas GregorWhen performing a glvalue-to-xvalue static_cast that...
2011-01-25 John McCallDocument the ns_returns_retained, ns_consumed, etc...
2011-01-25 John McCallChange the wording of the bad-decl-for-attribute warnin...
2011-01-25 John McCallAdd the ns_consumes_self, ns_consumed, cf_consumed...
2011-01-25 Douglas GregorDowngrade the error about rvalue references to an exten...
2011-01-25 Argyrios Kyrtzidis[analyzer] Handle the dot syntax for properties in...
2011-01-25 Argyrios Kyrtzidis[analyzer] Introduce ExprEngine::VisitObjCMessage for...
2011-01-25 Argyrios Kyrtzidis[analyzer] Introduce ObjCMessage which represents both...
2011-01-25 Argyrios KyrtzidisIn a ObjCMessageExpr with the super class as receiver...
2011-01-25 Argyrios Kyrtzidis[analyzer] Simplify GetReceiverType function in BasicOb...
2011-01-24 Eric ChristopherRevert r124146 for now. It appears to be failing on...
2011-01-24 Anton Yartsevpre/post increase/decrease for AltiVec vectors
2011-01-24 Nick LewyckyEnhance the diagnostic for referring to a typedef with...
2011-01-24 Douglas GregorDisallow function template partial specializations...
2011-01-24 Douglas GregorEliminate the use of getTypeForDecl from clang_getCurso...
2011-01-24 Douglas GregorNote the need for --param=build_config=whatever in...
2011-01-24 Douglas GregorImprove the printing of C++ construction expressions...
2011-01-24 Anders CarlssonUse attributes for all the override control specifiers.
2011-01-24 Douglas GregorRe-instate r123977/r123978, my updates of the reference...
2011-01-24 Axel NaumannCheck whether DependentScopeDeclRefExpr's NestedNameSpe...
2011-01-24 Douglas GregorEliminate the last reference to concepts, from Jean...
2011-01-24 Anders CarlssonFix the __has_attribute example; we don't have an overr...
2011-01-24 Chris Lattnerfix some typos, patch by Jonathan Wakely!
2011-01-24 Chris Lattnerfix a broken example, PR9005, patch by Jonathan Wakely!
2011-01-24 Chris Lattnerremove some crazy leftover thing.
2011-01-24 Anders CarlssonWhen building a type info struct for EH, we always...
2011-01-24 Anders CarlssonChange CodeGenModule::getVTableLinkage to be a non...
2011-01-24 Anders Carlsson"Name" a bool parameter.
next