]> granicus.if.org Git - clang/shortlog
clang
2011-02-05 Ted KremenekDon't suggest -Wuninitialized fixits for uninitialized...
2011-02-05 Ted KremenekDon't crash when generating USRs for ObjC methods in...
2011-02-04 Fariborz JahanianRestore a test which I accientally overwrote in my...
2011-02-04 Fariborz Jahanian-Wselector should warn on implemented selectors only
2011-02-04 John McCallAssert during instantiation of blocks that we've captur...
2011-02-04 Bob WilsonAdd better support for ARM EABI triples.
2011-02-04 Daniel DunbarDriver: Fix spurious warning (from -cc1) about unused...
2011-02-04 Daniel Dunbarbuild: Prevent duplicate inclusion of Makefile.rules...
2011-02-04 Douglas GregorImprove our handling of the current instantiation for...
2011-02-04 Douglas GregorBefore checking bitfield initialization, make sure...
2011-02-04 Douglas GregorWhen calling a bound pointer to member function, check the
2011-02-04 Douglas GregorTweak my fix for PR8748, and update the incorrect PR...
2011-02-04 Douglas GregorImplement proper (de-)serialization for explicit templa...
2011-02-04 Douglas GregorFix test for previous commit
2011-02-04 Douglas GregorFix a crash-on-invalid where we were trying to parse...
2011-02-04 Ted KremenekUSRs for Objective-C methods use the USR of the @interf...
2011-02-04 Ted KremenekDowngrade error about attribute 'iboutlet' and 'ibactio...
2011-02-04 Douglas GregorTighten up the semantics of default template arguments...
2011-02-04 Douglas GregorWhen a function template's template parameter has a...
2011-02-04 Daniel Dunbarbuild: Add support for DISABLE_DEFAULT_STRICT_ALIASING...
2011-02-04 Daniel DunbarFix 80-col violins.
2011-02-04 Fariborz Jahanianminor refactoring of -fapple-kext stuff.
2011-02-04 Fariborz JahanianWhat was I thinking?
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...
next