]> granicus.if.org Git - clang/shortlog
clang
2011-01-29 Anders CarlssonAdd RTTIBuilder::GetAddrOfTypeName which uses the newly...
2011-01-29 Anders CarlssonChange CodeGenModule::setTypeVisibility to take a TypeV...
2011-01-29 Anders CarlssonAdd a test for RTTI visibility.
2011-01-29 Anders CarlssonReplace an isa/cast with a dyn_cast.
2011-01-29 Anders CarlssonGet rid of an unneeded parameter from setGlobalVisibility.
2011-01-29 Anders CarlssonGive VTTs the right visibility.
2011-01-29 Anders CarlssonMake emitting a VTT a two-step process, much like emitt...
2011-01-29 Anders CarlssonUse CGM.CreateOrReplaceCXXRuntimeVariable in CGVTables.cpp
2011-01-29 Anders CarlssonAdd a new function, to be used by CGRTTI, CGVTables...
2011-01-29 Ken DyckReplace a literal '8' with getCharWidth().
2011-01-29 Anders CarlssonRemove IsDefinition from CodeGenModule::setTypeVisibili...
2011-01-29 Anders CarlssonWhen trying to get the most derived class, don't assume...
2011-01-29 Anders CarlssonWhen calling a virtual member function on a base class...
2011-01-29 Anders CarlssonWhen doing a derived-to-base class through a virtual...
2011-01-28 Fariborz JahanianMore work to support -fapple-kext regarding
2011-01-28 Jeffrey YasskinDocument how to add an attribute to clang. This should...
2011-01-28 John McCallFix some corner cases in the __is_base_of logic.
2011-01-28 John McCallAdd my new file to the CMake lists, sorry about that.
2011-01-28 Benjamin KramerMake the FreeBSD driver test more robust so it doesn...
2011-01-28 John McCallMove all the cleanups framework code into a single...
2011-01-28 John McCallReorganize the value-dominance metaprogram and introduc...
2011-01-28 John McCallConvert the exception-freeing cleanup over to the condi...
2011-01-28 Nico WeberPR9037: Allow override, final, and new as an extension...
2011-01-28 John McCallNot really any point to testing control flow in this...
2011-01-28 Eric ChristopherUpdate exceptions.m for r124462.
2011-01-28 Douglas GregorGive OpaqueValueExpr a source location, because its...
2011-01-27 Douglas GregorAllow elision of invocations of move constructors from...
2011-01-27 Douglas GregorWhen producing IR for a lvalue-to-rvalue cast *as an...
2011-01-27 Fariborz JahanianFix an objective-c rewriter bug rewriting a __block
2011-01-27 Douglas GregorTeach the evaluation of the __is_convertible_to trait...
2011-01-27 Ted KremenekAdjust casing of attributes in examples.
2011-01-27 Douglas GregorSeparate the access-control diagnostics from other...
2011-01-27 Douglas GregorDocument some serious badness in our evaluation of...
2011-01-27 Douglas GregorImplement the Microsoft __is_convertible_to type trait...
2011-01-27 Abramo BagnaraFixed parameter names.
2011-01-27 Ted KremenekFix download link.
2011-01-27 Ted KremenekAdd missing </a>
2011-01-27 Ted KremenekUpdate checker build and post release notes.
2011-01-27 Jeffrey YasskinRevert r124217 because it didn't catch the actual error...
2011-01-27 Ted KremenekTeach -Wuninitialized about indirect goto. Fixes PR...
2011-01-27 Douglas GregorClean up the diagnostic text for delegating constructors
2011-01-27 Ted KremenekWire up attributes 'ns_consumed' and 'cf_consumed'...
2011-01-27 Douglas GregorTest for previous commit
2011-01-27 Argyrios KyrtzidisAllow #pragma unused to be used on global variables...
2011-01-27 Douglas GregorTeach ASTUnit to save the specified target features...
2011-01-27 Douglas GregorAdd libclang functions to determine the const/volatile...
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...
next