]> granicus.if.org Git - clang/shortlog
clang
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.
2009-03-28 Chris Lattnerpush more ASTContext goodness out through interfaces...
2009-03-28 Anders CarlssonRevert Sebastian's rvalue patch (r67870) since it cause...
2009-03-28 Chris Lattnerremove TranslationUnit from ParseAST.
2009-03-28 Chris Lattnerchange HandleTranslationUnit to take an ASTContext...
2009-03-28 Ted KremenekText PathDiagnosticBuilder::getEnclosingStmt() about '?'
2009-03-28 Anders CarlssonParse namespace aliases.
2009-03-28 Chris Lattnerremove dead ivar.
2009-03-28 Chris Lattnersimplify away some dead ownership stuff, TranslationUni...
2009-03-28 Chris Lattnerhoist TranslationUnit some more.
2009-03-28 Chris Lattnereliminate some wrappers.
2009-03-28 Chris Lattnereliminate ReadASTBitcodeFile
2009-03-28 Chris Lattnermove serialization logic from TranslationUnit to ASTCon...
2009-03-28 Ted KremenekTeach PathDiagnosticBuilder::getEnclosingStmtLocation...
2009-03-28 Chris Lattnerdon't poke at TranslationUnit directly
2009-03-28 Eli FriedmanTrivial cleanup.
2009-03-28 Eli FriedmanMove where block-related variables are initialized...
2009-03-28 Eli FriedmanFix silly mistake in test.
2009-03-28 Eli FriedmanMinor cleanup.
2009-03-28 Eli FriedmanMisc small fixes/cleanups/comment changes.
2009-03-28 Chris Lattnereliminate ASTConsumer::InitializeTU, all clients are
2009-03-28 Chris Lattnerrevert mike's patch which broke test/CodeGen/no-common.c.
2009-03-28 Chris Lattnerremove TranslationUnit::OwnsDecls, which is only set...
2009-03-28 Chris Lattnersimplify ParseAST by sucking -disable-free handling...
2009-03-28 Eli FriedmanChange compound assignment operators to keep track...
2009-03-28 Anders CarlssonImplement access checking for protected base classes.
2009-03-28 Chris Lattnermove StatListener out to top level.
2009-03-28 Douglas GregorMake our diagnostics about the obsolete GNU designated...
2009-03-28 Chris Lattnervarious cleanups, no functionality change
2009-03-27 Douglas GregorBetter way to free NestedNameSpecifiers. Thanks, Chris
2009-03-27 Douglas GregorFix <rdar://problem/6724396>, where we were silently...
2009-03-27 Douglas GregorPerform a very, very ugly song-and-dance number to...
2009-03-27 Devang PatelDo not emit debug information for variables while gener...
2009-03-27 Douglas GregorInitial implementation of parsing, semantic analysis...
2009-03-27 Ted KremenekAdd missing header file change.
2009-03-27 Sebastian RedlBetter overload resolution for rvalue references.
2009-03-27 Ted KremenekBugReporter: For control-flow edges from 'if', 'for...
2009-03-27 Eli FriedmanFinish off semantic analysis for regparm, and remove...
2009-03-27 Eli FriedmanFix test failures caused by reading memory after freein...
2009-03-27 Ted KremenekBugReporter: PathDiagnosticBuilder::ExecutionContinues...
2009-03-27 Chris Lattnerminor cleanups: make getIdentifierNamespace() be a...
next