]> granicus.if.org Git - clang/shortlog
clang
2009-08-24 Daniel DunbarAdd missing '&&'...
2009-08-24 Daniel DunbarPR4766: Don't pass -static to 'as' on x86_64 on Darwin.
2009-08-24 Fariborz JahanianRemove ivarlayout bitmap optimization, instead if all...
2009-08-24 Douglas GregorDon't try to evaluate an expression that is type- or...
2009-08-24 Douglas GregorSkip transparent contexts when performing C++ name...
2009-08-24 Anders CarlssonHandle array to pointer decay in EmitCastExpr and get...
2009-08-24 Anders CarlssonHandle CK_NullToMemberPointer in ScalarExprEmitter...
2009-08-24 Anders CarlssonPass the cast kind to ScalarExprEmitter::EmitCastExpr.
2009-08-24 Anders CarlssonUse the right cast kind when comparing null to member...
2009-08-24 Douglas GregorImplement support for equality comparisons (!=, ==...
2009-08-24 Chris Lattnernormalize the CharacterLiteral::getLocation method...
2009-08-24 Fariborz JahanianFixes pr4763.
2009-08-24 Anders CarlssonMore member pointer work.
2009-08-24 Anders CarlssonRemove dead code
2009-08-24 Douglas GregorTry to complete a type before looking for conversion...
2009-08-24 Douglas GregorRefactor the template-instantiation logic for expressio...
2009-08-24 Torok EdwinFix build of clang with gcc-4.4: #include <cstdio>...
2009-08-24 Douglas GregorImprove top-level-semicolon test a bit
2009-08-24 Douglas GregorTop-level semicolons are allowed in C++0x. Fixes PR4755.
2009-08-24 Douglas GregorMake sure to adjust function template declarations...
2009-08-24 Daniel DunbarRemove TargetInfo::getTargetPrefix().
2009-08-24 Daniel DunbarSwitch to StringRef based BitstreamWriter APIs, where...
2009-08-24 Daniel DunbarRemove arch normalization from Driver, this should...
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...
next