]> granicus.if.org Git - clang/shortlog
clang
2009-03-31 Chris Lattnersmall cleanups.
2009-03-31 Chris Lattneradd a const version of the lookupFieldDeclForIvar method.
2009-03-31 Chris Lattnerreduce nesting.
2009-03-31 Chris LattnerCodegen sometimes crashes on comparisons that aren...
2009-03-31 Anders CarlssonCheck in test for namespace aliases+using directives.
2009-03-31 Anders CarlssonDocument NamespaceAliasDecl.
2009-03-31 Ted KremenekUpdate test case.
2009-03-31 Douglas GregorParsing and AST representation for dependent template...
2009-03-31 Fariborz Jahanianfe support for objc2's nonfragile-abi synthesized ivars.
2009-03-30 Steve NaroffImplement UCN support for C string literals (C99 6...
2009-03-30 Eli FriedmanSlight generalization for Evaluate with const variables.
2009-03-30 Douglas GregorImprove the representation of template names in the...
2009-03-30 Ted KremenekAdd partial CFG support for Objective-C exception-handl...
2009-03-30 Ted KremenekRe-apply 68028. The code had drifted enough that the...
2009-03-30 Daniel DunbarComment fix.
2009-03-30 Ted KremenekRevert 68028.
2009-03-30 Fariborz JahanianAdded new info to property impl. AST node to support
2009-03-30 Ted KremenekRemove dead code.
2009-03-30 Eli FriedmanImplement -Wno-pointer-sign.
2009-03-30 Daniel DunbarDriver: Sketch FreeBSD tool chain.
2009-03-30 Fariborz JahanianCode gen does not yet supports __asm__ on a variable
2009-03-30 Ted KremenekSimplify more code by using SVal::getAsSymbol().
2009-03-30 Ted KremenekSimplify more code by using SVal::getAsSymbol() instead of
2009-03-30 Ted KremenekConvert use of loc::SymbolVal and nonloc::SymbolVal...
2009-03-30 Ted KremenekAdd another uninitialized values test case illustrating...
2009-03-30 Douglas GregorRemove a trivial FIXME
2009-03-30 Daniel DunbarDriver: Unbreak ArgList::hasFlag.
2009-03-30 Fariborz JahanianUse CodeGenModule API for ObjC runtime function references.
2009-03-30 Daniel DunbarFix -MD with no -MT when -o is specified (and fix test...
2009-03-30 Ted KremenekAdd version of GRExprEngine::AddCheck that registered...
2009-03-30 Daniel DunbarSome very rough Driver documentation.
2009-03-30 Daniel DunbarMissed test case update (part of previous commit)
2009-03-30 Zhongxing XuMake SymbolicRegion untyped.
2009-03-30 Daniel DunbarDriver: Support -M and -MM.
2009-03-30 Zhongxing XuImplement a FIXME.
2009-03-30 Daniel DunbarImprove dependency file support.
2009-03-29 Sebastian RedlHopefully fix the rval regressions. Thanks to Chris...
2009-03-29 Daniel DunbarDriver: Track which original arguments an arg is derive...
2009-03-29 Daniel DunbarDriver: Add test case for darwin::Preprocess and darwin...
2009-03-29 Daniel DunbarDriver: Make sure to claim -### before emitting "unused...
2009-03-29 Daniel DunbarFix typo in diagnostic.
2009-03-29 Eli FriedmanFix the default for intptr_t on *BSD x86-32 and Windows...
2009-03-29 Daniel DunbarDriver: Finish porting Darwin::Preprocess and Compile...
2009-03-29 Chris Lattnerminor simplification
2009-03-29 Chris Lattnerhoist some code for handling objc foreach construct...
2009-03-29 Chris Lattnerhoist checks for ; and in out of ParseInitDeclaratorLis...
2009-03-29 Daniel DunbarDriver: Start porting Darwin::Preprocess and Compile...
2009-03-29 Chris LattnerPush DeclGroup much farther throughout the compiler...
2009-03-29 Chris LattnerDeclRefExpr refers to one decl, not all the declarators...
2009-03-29 Chris Lattnersimplify
2009-03-29 Sebastian RedlReintroduce r67870 (rval ref overloading), since I...
2009-03-29 Chris LattnerImplement PointerLikeTypeTraits for DeclGroupRef.
2009-03-29 Chris Lattnerreduce indentation with an early exit.
2009-03-29 Chris Lattnerremove unused #include
2009-03-29 Chris Lattnerswitch TemplateOrInstantiation to be a PointerUnion...
2009-03-29 Chris Lattnerchange another PointerIntPair into a PointerUnion.
2009-03-29 Chris Lattnerswitch DeclBase::DeclCtx to the new happy and type...
2009-03-29 Chris LattnerMake the ActionResult optimization work for non-void...
2009-03-29 Chris Lattnergenericize the ActionResult optimization for holding...
2009-03-29 Chris Lattnervarious cleanups
2009-03-29 Chris Lattneradjust to llvm mainline changes.
2009-03-29 Chris Lattnertighten this up, the decl *must* be a declcontext,...
2009-03-29 Chris Lattneradd fixme
2009-03-29 Ted KremenekUpdate checker build.
2009-03-29 Chris Lattneradd getNumLowBitsAvailable for OpaquePtr and QualType.
2009-03-29 Chris Lattnerfollow llvm mainline, where PointerLikeTypeInfo got...
2009-03-29 Ted Kremenekscan-build: Also look for clang-cc in ../libexec
2009-03-29 Eli FriedmanInitial implementation of ARM ABI. Mostly untested...
2009-03-29 Chris LattnerQualType can go in SmallPtrSet now, simplify code that...
2009-03-29 Chris Lattnerimplement the PointerLikeTypeInfo trait for QualType...
2009-03-28 Anders CarlssonMore improvements to namespace aliases. We now support...
2009-03-28 Anders CarlssonHandle the case where the namespace decl is an alias.
2009-03-28 Anders CarlssonFix lookup bug
2009-03-28 Anders CarlssonLet getIdentifierNamespaceForKind know about aliases...
2009-03-28 Anders CarlssonCreate AST nodes for namespace aliases.
2009-03-28 Anders CarlssonParse the location of the 'namespace' token to ActOnNam...
2009-03-28 Ted KremenekFix regression in pointer comparison with NULL (e.g...
2009-03-28 Chris LattnerIntroduce a new OpaquePtr<N> struct type, which is...
2009-03-28 Chris Lattnersort alphabetically
2009-03-28 Ted KremenekAdjust control-flow endpoints for '&&' and '||'.
2009-03-28 Ted KremenekAdd comparison operators for PathDiagosticLocation.
2009-03-28 Ted KremenekAdd comparison operators for SourceRange.
2009-03-28 Cedric VenetCMake: remove TranslationUnit.cpp from build (file...
2009-03-28 Chris Lattnermove file to proper place.
2009-03-28 Anders CarlssonAs Eli pointed out, it is possible that a namespace...
2009-03-28 Chris Lattneradd accessors.
2009-03-28 Chris Lattnersome random cleanups
2009-03-28 Chris Lattnereliminate unneeded iterator wrappers.
2009-03-28 Chris Lattnerchange NamespaceDecl to hold its 'NextNamespace' pointe...
2009-03-28 Anders CarlssonCheck that the alias points to a valid namespace.
2009-03-28 Ted KremenekProperly escape special characters in <string>'s in...
2009-03-28 Chris Lattnerrename some methods.
2009-03-28 Chris LattnerCleanups for DeclGroup.
2009-03-28 Anders CarlssonCheck that the namespace alias doesn't conflict with...
2009-03-28 Chris Lattnertidy whitespace.
2009-03-28 Chris Lattnerrename NextDeclInScope to NextDeclInContext, since...
2009-03-28 Chris Lattnersimplify getNextDeclInScope
2009-03-28 Chris Lattnerreduce indentation, no functionality change.
2009-03-28 Anders CarlssonAdd an ActOnNamespaceAliasDef action and have the parse...
2009-03-28 Chris Lattnerremove TranslationUnit.
next