]> granicus.if.org Git - clang/shortlog
clang
2011-02-09 Daniel DunbarDriver/Frontend: Wire up -mregparm=.
2011-02-09 Nick LewyckyNon-void functions need to return some value.
2011-02-09 John McCallGive these little helper functions definitions so that...
2011-02-09 John McCallRemove vtables from the Stmt hierarchy; this was prett...
2011-02-09 Zhanyong WanFix a typo in a comment in tools/clang/unittests/Fronte...
2011-02-09 Ted KremenekInitialize 'reclaimNodes'.
2011-02-09 NAKAMURA Takumitest: CMake: Be aware of LLVM_LIT_TOOLS_DIR.
2011-02-09 Devang PatelEmit debug info for objc_selector.
2011-02-09 Ken DyckCorrect units in comments describing Size and getSize().
2011-02-09 Douglas GregorWhen IRgen refers to a function declaration that is...
2011-02-09 Ken DyckConvert RecordLayout::Size to CharUnits from bits....
2011-02-09 Ted Kremenekstatic analyzer: Further reduce the analyzer's memory...
2011-02-09 Ted KremenekMake ProgramPoint::getTag() public.
2011-02-09 John McCallNonTypeTemplateParmDecl is just a DeclaratorDecl, not...
2011-02-09 Devang PatelIf an aggregate argument is passed indirectly because...
2011-02-08 Ted KremenekNo longer pass deprecated '-nodistribute' flag to xcode...
2011-02-08 Ted Kremenekanalyzer, retain/release checker: Remove hack where...
2011-02-08 Rafael EspindolaUpdate for API change.
2011-02-08 John McCallWhen checking the 'weak' and 'weakref' attributes,...
2011-02-08 Fariborz JahanianFix an IRGen bug in property setter calls when
2011-02-08 Argyrios Kyrtzidis[analyzer] Move the files in lib/StaticAnalyzer to...
2011-02-08 Argyrios Kyrtzidis[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperi...
2011-02-08 Argyrios Kyrtzidis[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperi...
2011-02-08 Argyrios Kyrtzidis[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineIntern...
2011-02-08 John McCallTest case accidentally left out of my last commit.
2011-02-08 Douglas GregorSplit the serialized representation for the detailed...
2011-02-08 Peter CollingbourneAST: support for pre-arg expressions on CallExpr subclasses
2011-02-08 Peter CollingbourneStmtPrinter: factor out arg printing code to PrintCallArgs
2011-02-08 Benjamin KramerAllow multiple -B prefixes. Patch by Joerg Sonnenberger.
2011-02-08 John McCallClear the linkage cache recursively. Fixes PR8926.
2011-02-08 Argyrios KyrtzidisIn Sema::CheckShadow, get the DeclContext from the...
2011-02-08 Fariborz JahanianSupport for objextive-c++ use of property-dot syntax...
2011-02-08 Douglas GregorUpdate the writing of the block-information block in...
2011-02-08 John McCallReorganize CodeGen{Function,Module} to eliminate the...
2011-02-08 John McCallExtend the const capture optimization to C++ record...
2011-02-08 Douglas GregorSema::MaybeBindToTemporary() shouldn't treat any expres...
2011-02-08 Ken DyckConvert RecordLayout::NonVirtualAlign to CharUnits...
2011-02-08 John McCalldgregor accidentally killed this assert, but on investi...
2011-02-08 Fariborz JahanianSupport for objc use of property-dot syntax as receiver
2011-02-07 John McCallWhen copy-capturing values for a nested capture, use...
2011-02-07 Ted KremenekMove uninitialized variable checking back under -Wunini...
2011-02-07 John McCallA few more tweaks to the blocks AST representation:
2011-02-07 Anton Yartsevpre/post ++/-- for AltiVec vectors. (with builtins...
2011-02-06 Anders CarlssonAdd another test that we can fully devirtualize now.
2011-02-06 Anders CarlssonFix self-host; if a thunk already exists and has availa...
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.
next