]> granicus.if.org Git - clang/shortlog
clang
2009-10-05 Douglas GregorEncode the Clang branch and Subversion revision into...
2009-10-05 Fariborz JahanianPatch to implement Protocols on class extensions.
2009-10-05 Douglas GregorProvide a common set of routines in Version.h that...
2009-10-05 Douglas GregorPre-commit commit to get URL keyword expansion for...
2009-10-05 Steve Naroff- Fix assert in clang_getCursorDecl (having to do with...
2009-10-05 Benjamin KramerUse new predicates for some type equality tests.
2009-10-05 Rafael EspindolaAdd a -nostdclanginc flag to clang-cc that prevents...
2009-10-03 Anders CarlssonPass the canonical method decl to GetVtableIndex. Fixes...
2009-10-03 Anders CarlssonImplement code generation of member function pointer...
2009-10-03 Anders CarlssonCreate CXXMemberCallExpr for pointer-to-member calls.
2009-10-03 Anders CarlssonIgnore No-op casts when evaluating lvalue expressions...
2009-10-03 Anders CarlssonTeach AggExprEmitter about pointers to member functions.
2009-10-03 Anders CarlssonHandle base-to-derived casts of member function pointer...
2009-10-03 Anders CarlssonHandle members to function pointers in CGExprConstant.
2009-10-03 Anders CarlssonMove some functions from CodeGenFunctions to CodeGenMod...
2009-10-03 Anders CarlssonRewrite member function pointer test not to rely on...
2009-10-02 Benjamin KramerFix typo.
2009-10-02 Benjamin KramerFileCheckize test case.
2009-10-02 Anders CarlssonDon't update the struct alignment when adding fields...
2009-10-02 Mike StumpMore magic pixie dust.
2009-10-02 Mike StumpFix up debug information for block pointers a bit more.
2009-10-02 Anders CarlssonWhen building constant structs, check if the resulting...
2009-10-01 Douglas GregorMake sure to free the explicit template arguments provi...
2009-10-01 Steve Naroff- Remove Sema::FindMethodInNestedImplementations().
2009-10-01 Douglas GregorWhen the return type of a function is dependent, don...
2009-10-01 Mike StumpImplement a FIXME. This improves codegen just a tad.
2009-10-01 Fariborz Jahanianenumerator value of 0 is not a null pointer constant for
2009-10-01 Douglas GregorCodeGen may see out-of-line declarations of the various...
2009-10-01 Fariborz JahanianPatch to implement static casting which requires one
2009-10-01 Fariborz JahanianSet __EXCEPTIONS by checking on darwin's triple.
2009-10-01 Ted KremenekFix bad grammar in static analyzer diagnostic. Reporte...
2009-10-01 Rafael EspindolaMove the "needs exception support" logic to clang....
2009-10-01 Douglas GregorFix a lame regression in IR gen for C++ delete expressi...
2009-10-01 Steve NaroffAdd support for class and protocol references.
2009-10-01 Mike StumpA couple of refinements for laying out debug informatio...
2009-10-01 John McCallAnonymous namespaces, sema + codegen. A lot of semanti...
2009-09-30 Douglas GregorImprove template argument deduction in the case where...
2009-09-30 Douglas GregorWhen overload resolution fails for an overloaded operat...
2009-09-30 Douglas GregorTweak CHECK lines to eliminate a failure on i686-apple...
2009-09-30 Fariborz JahanianIssue good diagnostics when initializing a refernce...
2009-09-30 Tanya LattnerAdd an error for function parameters that have a qualif...
2009-09-30 Chris Lattnerfix line #'s
2009-09-30 Chris Lattneradd some more popular examples, color code warning...
2009-09-30 Chris LattnerConvert from nonportable grep to filecheck, patch by...
2009-09-30 Douglas GregorUpdate C++ status page
2009-09-30 Fariborz JahanianNote location of operators caused the circularity.
2009-09-30 Fariborz Jahanian<rdar://problem/7263113> Make clang produce gcc's objc_...
2009-09-30 Chris Lattnerupdate copyright.
2009-09-30 Mike StumpImprove debugging information for BlockDeclRefExpr...
2009-09-30 John McCallSpare the processors of those poor wretches who have...
2009-09-30 John McCallDetect operator-> chains of arbitrary length. Use...
2009-09-30 Fariborz Jahanianself-referecing operator '->' member function was causing
2009-09-30 Douglas GregorFind operators new/delete in base classes. FIXME -= 2;
2009-09-29 John McCallDesugaring optimizations. Add single-step desugaring...
2009-09-29 Douglas GregorThe C++ delete expression strips cv-qualifiers from...
2009-09-29 Argyrios KyrtzidisPull TypeLocVisitor into its own header file.
2009-09-29 Argyrios KyrtzidisKeep track of type references in DeclReferenceMap.
2009-09-29 Argyrios KyrtzidisIn ASTVisitor, call the correct base methods.
2009-09-29 Argyrios KyrtzidisFix Decl class hierarchy.
2009-09-29 Fariborz Jahanian13.1-p3 Overloadable declarations
2009-09-29 Argyrios KyrtzidisResolve a source location inside the return type of...
2009-09-29 Argyrios KyrtzidisWhen pointing at a type decl reference, ASTLocation...
2009-09-29 Argyrios KyrtzidisResolve a source location that is inside a type declarator.
2009-09-29 Argyrios KyrtzidisIntroduce ObjCInterfaceLoc which provides type source...
2009-09-29 Argyrios KyrtzidisIntroduce TypedefLoc::getTypedefDecl().
2009-09-29 Argyrios KyrtzidisModify ASTLocation and apart from being a Decl or Stmt...
2009-09-29 Argyrios KyrtzidisIntroduce ObjCProtocolListLoc for keeping source locati...
2009-09-29 Argyrios KyrtzidisIntroduce ObjCProtocolListType type subclass.
2009-09-29 Argyrios KyrtzidisMove DeclSpec::setProtocolQualifiers() out of line.
2009-09-29 Argyrios KyrtzidisKeep protocol source locations when parsing protocol...
2009-09-29 Argyrios KyrtzidisIntroduce Type::getTypeClassName() that returns the...
2009-09-29 Argyrios KyrtzidisIntroduce TypeLoc::getSourceRange().
2009-09-29 Argyrios Kyrtzidis-Introduce TypeLoc::getOpaqueData()
2009-09-29 Argyrios KyrtzidisAdd more const-goodness to ASTLocation.
2009-09-29 Daniel DunbarFix truck sized thinko where Darwin/ARM toolchain didn...
2009-09-29 Daniel DunbarAdd a test case demonstrating a situation where we...
2009-09-29 Douglas GregorHandle C++ delete expressions when the overloaded delet...
2009-09-29 Fariborz JahanianFixes a nasty bug which only turned up in 32bit build...
2009-09-29 Ted KremenekUpdate checker build.
2009-09-29 Ted KremenekFix: <rdar://problem/7261075> [RegionStore] crash when...
2009-09-29 Douglas GregorMake sure to flush raw_string_ostream, from John Thompson
2009-09-29 Douglas GregorAllow the PYTHON make variable to override the default...
2009-09-29 Douglas GregorSet GNUMode only for the "gnu" language standard option...
2009-09-29 Douglas GregorSlightly improve the semantics of extern templates...
2009-09-29 Ted KremenekFix really insidious bug in RegionStoreManager::RemoveD...
2009-09-29 Anders CarlssonRemove PR5061 workaround.
2009-09-29 Anders CarlssonHandle CXXMemberCallExprs that point to a static method...
2009-09-29 Anders CarlssonForgot test.
2009-09-29 Ted KremenekReapply most of r82939, but add a guard that FieldRegio...
2009-09-29 Douglas GregorAdd an input file that includes all standard C++ headers
2009-09-29 Anders CarlssonHandle CK_BaseToDerivedMemberPointer for member functio...
2009-09-29 Ted KremenekRevert r82939. We can only not special case FieldRegio...
2009-09-29 Anders CarlssonImprove support for member function pointers.
2009-09-29 Anders CarlssonUse a switch statement in VisitCastExpr.
2009-09-29 Anders CarlssonMake hasAggregateLLVMType use positive checks.
2009-09-29 Mike StumpFix http://llvm.org/PR5090.
2009-09-28 Ted KremenekRemove test case's dependency on platform headers.
2009-09-28 Fariborz JahanianDefine and use a helper method to call a type conversion
2009-09-28 Fariborz JahanianMinor API change. No change in functionality.
2009-09-28 Douglas GregorAdd all of the C99 complex builtins prefixed with __bui...
next