]> granicus.if.org Git - clang/shortlog
clang
2009-10-06 Anders CarlssonAdd files to xcode project.
2009-10-06 Anders CarlssonWhen mangling names, always use the canonical decl...
2009-10-06 Devang PatelInsertSubprogramStart if ATTACH_DEBUG_INFO_TO_AN_INSN...
2009-10-06 Douglas GregorTest explicit specialization for all of the various...
2009-10-06 Mike StumpAdd more of __builtin_abort, WIP, still missing codegen.
2009-10-06 Ted KremenekUpdated checker build.
2009-10-06 Devang PatelAdd support to attach debug info to an instruction.
2009-10-06 Anders CarlssonFix test.
2009-10-06 Anders CarlssonEmit the destructor epilogue in a cleanup block so...
2009-10-06 Douglas GregorRefactor the code that walks a C++ inheritance hierarch...
2009-10-06 Anders CarlssonPass the right type to GetAddrOfFunction when getting...
2009-10-06 Rafael EspindolaAdd the -nostdclanginc option to clang (the driver).
2009-10-06 Ted KremenekFix 'clang-cc -analyzer-display-progress' by flushing...
2009-10-06 Ted KremenekFix crash introduced by r83358 where a symbol could...
2009-10-06 Ted KremenekFix: <rdar://problem/7275774> Static analyzer warns...
2009-10-06 Rafael EspindolaRefactor the c++ include path a bit.
2009-10-06 Devang PatelSet appropriate context for a global variable while...
2009-10-06 Fariborz JahanianRefixed pr5086 by letting Expr::isNullPointerConstant
2009-10-05 Mike StumpThis is slightly contentious, but, if llvm has gone...
2009-10-05 Mike StumpFix thinko and simplify.
2009-10-05 Mike StumpEnsure we have atleast 2-byte alignment for member...
2009-10-05 Douglas GregorMake sure that c-index-test links as a C++ executable
2009-10-05 Douglas GregorMake sure that libCIndex links as a C++ library
2009-10-05 Mike StumpTestcase for recent checkin.
2009-10-05 Mike StumpRespect alignments better.
2009-10-05 Eric ChristopherFix C90 compile warning about mixed declarations and...
2009-10-05 Fariborz Jahaniantweaked my last patch to 1) preserve the protocol in
2009-10-05 Chris Lattnerremove this test, grepping for define isn't really...
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().
next