]> granicus.if.org Git - clang/shortlog
clang
2011-02-06 Anders CarlssonWhen building with optimizations, emit thunks with...
2011-02-06 Anders CarlssonSimplify thunks code.
2011-02-06 Oscar FuentesCLANG_BINARY_DIR is not the same thing as LLVM_BINARY_D...
2011-02-06 Chris Lattneradd some missing builtins.
2011-02-05 Oscar FuentesSupport running tests from the VS IDE and XCode.
2011-02-05 Oscar FuentesRemove the clang++ symlink with `make clean'.
2011-02-05 Douglas GregorAdd a __has_feature check for default template argument...
2011-02-05 Oscar FuentesCMake: libclang shall be named libclang.so, not liblibc...
2011-02-05 Douglas GregorImprove our uniquing of file entries when files are...
2011-02-05 Sebastian RedlBasic implementation of inherited constructors. Only...
2011-02-05 Oscar FuentesSupport `make clang-test' when Clang is compiled outsid...
2011-02-05 Anders CarlssonPass a 'ForVTable' flag to GetAddrOfThunk and pass...
2011-02-05 Tobias Grosserpython bindings: Add support for different kind of...
2011-02-05 Tobias Grosserpython bindings: Get the string representation of a...
2011-02-05 Tobias Grosserpython bindings: Add CodeCompletionResults
2011-02-05 Tobias Grosserpython bindings: Add support for translationUnit.reparse().
2011-02-05 Tobias Grosserpython bindings: Include local headers the right way.
2011-02-05 Tobias Grosserpython bindings: Remove unneeded instruction
2011-02-05 Tobias Grosserpython bindings: fix Diagnostics.range iterator
2011-02-05 Tobias Grosserpython bindings: Use python Diagnostics as function...
2011-02-05 Tobias Grosserpython bindings: Synchronize cursor kinds
2011-02-05 Argyrios Kyrtzidis[analyzer] Fix a false positive of the 'self' initializ...
2011-02-05 Argyrios KyrtzidisWhen the out-of-line definition differs from the declar...
2011-02-05 Anders CarlssonRe-land r124768, with a fix for PR9130.
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.
next