]> granicus.if.org Git - clang/shortlog
clang
2009-08-24 Daniel DunbarSwitch TargetInfo to store an llvm::Triple.
2009-08-24 Daniel DunbarSwitch ABI selection to use llvm::Triple instead of...
2009-08-24 Chris Lattnerfix a GCC type punning warning.
2009-08-24 Chris Lattnerprune #includes.
2009-08-23 Chris LattnerAPI changes to match llvm ToT.
2009-08-23 Daniel DunbarReenable clang using clang-cc for C++ and all archs...
2009-08-23 Daniel DunbarFix a few tests to be -Asserts agnostic.
2009-08-23 Daniel DunbarTemporarily switch clang back to not using clang-cc...
2009-08-23 Benjamin KramerReplace cerr with errs().
2009-08-23 Daniel Dunbarcerr -> errs.
2009-08-23 Daniel DunbarTests for C++ lex.trigraph, patch by Mats!
2009-08-23 Chris Lattneruse errs() instead of cerr.
2009-08-23 Douglas GregorCMake: Improve installation of Clang
2009-08-23 Douglas GregorDon't install Clang libraries.
2009-08-23 Chris Lattneradjust for raw_fd_ostream api change.
2009-08-23 Anders CarlssonWhoops, comment this out for now. I'll fix it shortly.
2009-08-23 Anders CarlssonMore work towards zero-initializing structs that contai...
2009-08-23 Anders CarlssonRemove the PaddingFields member from CGRecordLayout...
2009-08-23 Eli FriedmanCatch a few more cases of illegal comparisons.
2009-08-23 Chris LattnerEli points out that we really must diagnose "void*...
2009-08-23 Anders CarlssonHandle CK_NullToMemberPointer casts in the constant...
2009-08-22 Anders CarlssonChange the constant expression emitter to look at the...
2009-08-22 Anders CarlssonAdd CK_NullToMemberPointer and CK_BaseToDerivedMemberPo...
2009-08-22 Anders CarlssonAdd a -fno-elide-constructors option to clang-cc.
2009-08-22 Fariborz JahanianType of a ?: expression whose either expression is...
2009-08-22 Fariborz JahanianDon't issue warning on multiple selector found when
2009-08-22 Fariborz JahanianRemoved couple of FIXME comments.
2009-08-22 Fariborz JahanianRemoved -Wundeclared-selector and -Wreadonly-setter...
2009-08-22 Chris Lattnertweak some pointer sema checking stuff (which was added...
2009-08-22 Edward O'CallaghanSecond half of, clang, AuroraUX toolchain support.
2009-08-22 Douglas GregorImplement delayed parsing for member function templates...
2009-08-22 Fariborz JahanianUpdated statuc page to reflect recent implementations
2009-08-21 Ted KremenekRemove 'AnalysisContext::setDecl()', as we the Decl...
2009-08-21 Ted KremenekConstify LocationContext* (parent) and Stmt* fields...
2009-08-21 Douglas GregorAdd test taking the address of a member function templa...
2009-08-21 Douglas GregorUpdate Clang C++ status to better reflect what is imple...
2009-08-21 Ted KremenekRemove 'SelfRegion' field from both BasicStoreManager...
2009-08-21 Douglas GregorImplement conversion function templates, along with...
2009-08-21 Mike StumpCalculate the address point for a vtable better, and...
2009-08-21 Douglas GregorRefactor instantiation of destructors to use the common...
2009-08-21 Fariborz JahanianPatch to ir-gen copy assigning array members when synth...
2009-08-21 Ted KremenekAdd LocationContext* field to VarRegion. This is neede...
2009-08-21 Douglas GregorAdd test for out-of-line definition of a conversion...
2009-08-21 Douglas GregorFix parsing for out-of-line definitions of constructors and
2009-08-21 Douglas GregorIntroduce support for constructor templates, which...
2009-08-21 Fariborz JahanianPatch to provide ir-gen support in copying array members
2009-08-21 Mike StumpTestcase for a recent checkin.
2009-08-21 Chris Lattnerremove a dead warning.
2009-08-21 Fariborz JahanianArray member construction in prologue of user-declared
2009-08-21 Fariborz JahanianIntroduce getConstantArrayElementCount API and use...
2009-08-21 Mike StumpFix typo.
2009-08-21 Zhongxing XuEagerly bind 'self' to SelfRegion. Thus we do not need...
2009-08-21 Daniel DunbarFix commentos
2009-08-21 Daniel DunbarFix refacto.
2009-08-21 Sanjiv GuptaReversing part of 79544.
2009-08-21 Zhongxing XuGet the code decl from the initial location context.
2009-08-21 Zhongxing XuGet the code decl from the initial location context.
2009-08-21 Daniel Dunbargcc told me to add these.
2009-08-21 Zhongxing XuTie the local check NSErrorCheck to a Decl to pave...
2009-08-21 Mike StumpWe now support overriding base functions in vtables...
2009-08-21 Daniel DunbarRemove comma at the end of enumerator list.
2009-08-21 Argyrios KyrtzidisRemove TypeSpecStartLocation from VarDecl/FunctionDecl...
2009-08-21 Douglas GregorMake the new Objective-C "id" and "Class" redefinition...
2009-08-21 Douglas GregorImplement support for calling member function templates...
2009-08-21 Ted KremenekCenter the dragon.
2009-08-20 Ted KremenekMake the dragon a link...
2009-08-20 Ted KremenekInclude LLVM logo ... because dragons are cool.
2009-08-20 Fariborz JahanianAdded member arrays to more tests now that ir-gen suppo...
2009-08-20 Fariborz JahanianPatch to ir-gen destruction of array member elements...
2009-08-20 Douglas GregorInitial support for parsing and representation of membe...
2009-08-20 Fariborz Jahanianir-gen patch to destruct array members. WIP.
2009-08-20 Ted KremenekUpdate checker build.
2009-08-20 Douglas GregorFix a typo in a variable name
2009-08-20 Daniel DunbarDon't install wpa or index-test tools.
2009-08-20 Sanjiv GuptaIssue an error if the user specifies parameters in...
2009-08-20 Fariborz JahanianUsing "ObjCImplicitSetterGetterRefExpr" instead of...
2009-08-20 Mike StumpRefine vbase offsets for the inductive case. Things...
2009-08-20 John McCallAdd syntax examples for the friend declaration types.
2009-08-20 Douglas GregorRefactor the instantiation of statements into a generic...
2009-08-20 Chris LattnerImprove the Getting Started and Hacking web pages...
2009-08-20 Ted Kremenekretain/release checker: Treat NSObject method '-awakeAf...
2009-08-20 Ted KremenekMake this test case more portable by removing its depen...
2009-08-20 Eli FriedmanFix bit-field promotion to be a bit closer to the behav...
2009-08-20 Zhongxing XuIf the 'while' has an empty body, set the body to the...
2009-08-20 Zhongxing XuIf the body of for loop is empty, set its body to the...
2009-08-20 Mike StumpEnsure we don't output repeated vbase offsets. I have...
2009-08-20 John McCallBasic nested-template implementation.
2009-08-20 Zhongxing XuRename: ProgramPoint::getContext() => ProgramPoint...
2009-08-20 Fariborz JahanianTest case for my last patch plus a minor clean up.
2009-08-20 Ted Kremenekretain/release checker: Special case handling of CFAttr...
2009-08-20 Fariborz Jahanianir-gen for multi-dimensional array construction. WIP.
2009-08-19 Ted KremenekEnhance diagnostics concerning attribute 'ns_returns_re...
2009-08-19 Argyrios KyrtzidisKeep track of the right paren ')' source location in...
2009-08-19 Fariborz JahanianRemoved unneeded code for break/continue statements in
2009-08-19 Fariborz Jahanianir-gen for constructing arrays as non-static data membe...
2009-08-19 Eli FriedmanAdd TCE target to clang; patch by Mikael Lepistö.
2009-08-19 Daniel DunbarRemove now unnecessary helper methods.
2009-08-19 Daniel DunbarTweak svn:ignore
2009-08-19 Daniel DunbarSwitch to SmallString::str from SmallString::c_str.
2009-08-19 Daniel DunbarConvert parts of Rewriter to StringRef based API.
next