]> granicus.if.org Git - clang/shortlog
clang
2011-02-02 Benjamin KramerAdd NetBSD target support. Patch by Joerg Sonnenberger.
2011-02-02 Argyrios KyrtzidisDon't warn for -Wnon-virtual-dtor for dependent classes.
2011-02-02 Daniel DunbarFrontend: Factor out header include dumping (-H) into...
2011-02-02 John McCallAn insomniac stab at making block declarations list...
2011-02-02 Nick LewyckyFix test by fully specifying the platform.
2011-02-02 Nick LewyckyTurn on -momit-leaf-frame-pointer by default on all...
2011-02-02 Dan GohmanUpdate this test following recent optimizer changes.
2011-02-02 Ted KremenekRemove redundant check to not warn for warn_equality_wi...
2011-02-01 Douglas GregorUnique code-completion strings. On Cocoa.h, this costs...
2011-02-01 John McCallWhen diagnosing address-space changes, apply array...
2011-02-01 Fariborz Jahanian-fapple-kext support for indirect call to virtuals...
2011-02-01 Douglas GregorFix name lookup issue
2011-02-01 Nick LewyckyAdd support for x86-64 Mandriva 2010.2. Reported by...
2011-02-01 Douglas GregorCreate a special allocator class for code completion...
2011-02-01 Matt Beaumont-GayUse tempfiles for the .o outputs.
2011-02-01 Ted KremenekEnable the self-init checker in scan-build.
2011-02-01 Ted KremenekDon't warn about extraneous '()' around a comparison...
2011-02-01 Argyrios KyrtzidisDon't warn for "if ((a == b))" if the parens came from...
2011-02-01 John McCallDo the right thing for zero-initializing VLAs that...
2011-02-01 Nick LewyckyAdd updated Debian ARM include path.
2011-02-01 Douglas GregorProvide constant strings for certain common code comple...
2011-02-01 Ted KremenekAdd test case for dead stores checker to not flag dead...
2011-02-01 Argyrios KyrtzidisFix the message. Thanks to Thomas Clement for noticing.
2011-02-01 Argyrios KyrtzidisFor "if ((a == b))" only warn if 'a' is a modifiable...
2011-02-01 Argyrios Kyrtzidis[analyzer] Slightly improve the diagnostic message...
2011-02-01 Douglas GregorAllocate CodeCompletionString and all of its components...
2011-02-01 Argyrios KyrtzidisWarn for "if ((a == b))" where the equality expression...
2011-02-01 Ted KremenekAdd temporary hack to -Wuninitialize to create a separa...
2011-02-01 Ted KremenekEnhance -Wuninitialized to better reason about || and...
2011-02-01 Douglas GregorImplement access checking for the "delete" operator...
2011-02-01 Douglas GregorFix a thinko where I didn't update a consistency check for
2011-02-01 Douglas GregorBasic support for -mms-bitfields, from Carl Norum!
2011-02-01 Douglas GregorSupport EFI target triple, from Carl Norum!
2011-02-01 John McCallMake that test case actually test something, and add...
2011-02-01 John McCallThe code trying to assign a typedef to an anonymous...
2011-02-01 Rafael EspindolaRevert 124633. The linker has been told how to merge...
2011-02-01 Ken DyckCorrect units in doxygen comment for NonVirtualSize.
2011-02-01 Ken DyckConvert RecordLayout::NonVirtualSize from bit units...
2011-02-01 Argyrios KyrtzidisWhen initializing struct members, the important thing...
2011-02-01 Rafael EspindolaSet visibility for available_externally globals. This...
2011-02-01 John McCallPerform the bad-address-space conversions check as...
2011-01-31 Argyrios KyrtzidisImprove the diagnostic for -Wcustom-atomic-properties...
2011-01-31 John McCallMake Check*PointerTypesForAssignment private and tell...
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
next