]> granicus.if.org Git - clang/shortlog
clang
2011-02-04 Fariborz Jahanian-fapple-kext cannot have 'weak' visibility in this
2011-02-03 Douglas GregorIf any Fix-Its attached to a diagnostic have invalid...
2011-02-03 Oscar FuentesMoved here from LLVM Clang's configuration options...
2011-02-03 Argyrios Kyrtzidis[analyzer] Fix a crash until we can handle temporary...
2011-02-03 Douglas GregorAdd __has_feature() for each of the type traits
2011-02-03 Oscar FuentesOptionally, Clang now builds using LLVM as an external...
2011-02-03 Fariborz JahanianClean up of -fapple-kext abi code. No change otherwise.
2011-02-03 Argyrios KyrtzidisImplement -Woverloaded-virtual.
2011-02-03 Douglas GregorTeach SourceManager::getLocation() how to cope with...
2011-02-03 Axel NaumannRemove unnecessary RUN: directive.
2011-02-03 John McCallMore tweaks to the compatibility page.
2011-02-03 John McCallMore minor documentation tweaks.
2011-02-03 John McCallRework the __block jump-checking section, including...
2011-02-03 John McCallRework and embellish the C99 inline compatibility section.
2011-02-03 NAKAMURA TakumiCMake: Fix test. CMake has not built unittests yet.
2011-02-03 John McCallCapture a few implicit references to 'self'.
2011-02-03 John McCallMore capturing of 'this': implicit member expressions...
2011-02-03 Ted KremenekReenable -Wuninitialized warning for captured block...
2011-02-03 Rafael EspindolaAdd test from PR9130.
2011-02-03 Rafael EspindolaRevert 124768.
2011-02-03 Jeffrey YasskinAdd gTest unittests to clang, and write the first one.
2011-02-03 Rafael EspindolaRevert 124754 and 124760 as they made clang unusable...
2011-02-03 Daniel DunbarFrontend: Switch -header-include-file output to use...
2011-02-03 Anders CarlssonDon't try to mark virtual members referenced for classe...
2011-02-03 Francois PichetFix Microsoft bit field problem. This resolves the...
2011-02-03 Douglas GregorImprove the performance of filename canonicalization...
2011-02-02 Ted KremenekBased on user feedback, swap -Wuninitialized diagnostic...
2011-02-02 Fariborz Jahanian-fapple-kext, elimination of all direct calls to virtua...
2011-02-02 Devang PatelEmit debug info for template value parameters.
2011-02-02 Douglas GregorCanonicalize path names in the file manager before...
2011-02-02 Devang PatelEmit debug info for template type parameters.
2011-02-02 Daniel Dunbarclang: Add support for a CC_PRINT_HEADERS environment...
2011-02-02 Daniel DunbarFrontend: Add -header-include-file option, for allowing...
2011-02-02 Daniel DunbarFrontend: Add support (unused) for showing all "interes...
2011-02-02 Fariborz JahanianTurn test for // rdar://8945175 into a sema test.
2011-02-02 Fariborz JahanianFor gcc compatibility, size of a class which is zero
2011-02-02 Douglas GregorRevert r124704, which uniqued code-completion strings...
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...
next