]> granicus.if.org Git - clang/shortlog
clang
2011-01-31 Douglas GregorHarden Lexer::GetBeginningOfToken() against bogus sourc...
2011-01-31 John McCallSlightly reorganize CheckAssignmentConstraints and...
2011-01-31 Douglas GregorTeach Diagnostic::setClient() to free the existing...
2011-01-31 Daniel Dunbarlibclang: Don't allow RemoveFileOnSignal to be called...
2011-01-31 Daniel DunbarFrontend: Add an explicit RemoveFileOnSignal flag argum...
2011-01-31 Argyrios KyrtzidisAdd -Wcustom-atomic-properties which warns if an atomic...
2011-01-31 Ted KremenekDocument that set-xcode-analyzer should typically be...
2011-01-31 Douglas GregorImplement reasonable conversion ranking for Objective...
2011-01-31 Argyrios KyrtzidisOnly warn for -Wnon-virtual-dtor for public destructors...
2011-01-31 Douglas GregorImplement the suggested resolution to core issue 547...
2011-01-31 Argyrios KyrtzidisWarn if the class has virtual methods but non-virtual...
2011-01-31 Argyrios KyrtzidisDon't warn that variables in C++ static member function...
2011-01-31 Argyrios KyrtzidisFix the diagnostic when we are shadowing an external...
2011-01-31 Argyrios KyrtzidisDiagnose if extern local variable is followed by non...
2011-01-31 Argyrios Kyrtzidis'extern' variables in functions don't shadow externs...
2011-01-31 Argyrios KyrtzidisIf there were errors, disable 'unused' warnings since...
2011-01-31 Argyrios KyrtzidisError for use of field from anonymous struct or union...
2011-01-31 Argyrios KyrtzidisAmazing that there are still issues with the fields...
2011-01-31 Argyrios KyrtzidisFix test that didn't actually test what it wanted to...
2011-01-31 Francois PichetAllow Microsoft attributes in a constructor's parameter...
2011-01-30 Anders CarlssonWhen building with optimizations, emit vtables where...
2011-01-30 Roman DivackyAdd hardcoded -L/usr/lib after all -L options to the...
2011-01-29 Anders CarlssonFix test.
2011-01-29 Anders CarlssonRemove dead code.
2011-01-29 Anders CarlssonWhen emitting RTTI for a non-class type, compute the...
2011-01-29 Nico WeberSupport for -plugin-arg- with -add-plugin
2011-01-29 Anders CarlssonMove GetLLVMVisibility to CodeGenModule.
2011-01-29 Anders CarlssonUpdate tests.
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...
next