]> granicus.if.org Git - clang/shortlog
clang
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...
2009-03-27 Mike StumpFixup -fcommon and -fno-common to be more gcc compatible.
2009-03-27 Chris Lattnerreduce # const_casts, no functionality change.
2009-03-27 Anders CarlssonIt is OK to cast to a private base class if the current...
2009-03-27 Anders CarlssonAdd a Class field to the base path element structure...
2009-03-27 Chris Lattnerchange Decl::DeclCtx to use a PointerIntPair instead...
2009-03-27 Fariborz JahanianBesides the warning, issue unsupported diagnostics in
2009-03-27 Chris Lattnerpush line markers through -E mode.
2009-03-27 Ted KremenekUpdate "Getting Started" with more current information...
2009-03-27 Ted Kremenekanalyzer plist: For PathDiagnosticControlFlowPieces...
2009-03-27 Ted KremenekEmit aggregate "location" for PathDiagnostic to plist...
2009-03-27 Ted KremenekMove declaration of 'PathDiagnostic' to the end of...
2009-03-27 Daniel DunbarDriver: Pass -f[no-]pascal-strings on to clang, even...
2009-03-27 Ted KremenekPathDiagnostic: replace 'std::list' with 'std::deque'
2009-03-27 Ted KremenekAdd iterators to PathDiagnosticControlFlowDiagnostic...
2009-03-27 Daniel DunbarDriver: -print-libgcc-file-name was searching wrong...
2009-03-27 Anders CarlssonImplement checking for base class access. Right now...
2009-03-27 Douglas GregorIf the user is trying to apply the -> or . member refer...
2009-03-27 Zhongxing Xuremove dead code.
2009-03-27 Douglas GregorUpdate CMake
2009-03-27 Douglas GregorRemove the code insertion hint for implicit int. Too...
2009-03-27 Ted KremenekBugReporter:
2009-03-27 Anders CarlssonAdd a stubbed out CheckBaseClassAccess method.
2009-03-27 Anders CarlssonMove Sema::SetMemberAccessSpecifier to SemaAccess.cpp
2009-03-27 Anders CarlssonAdd SemaAccess.cpp
2009-03-27 Douglas GregorImprove recovery when a constructor fails to type-check...
2009-03-27 Douglas GregorTests and fixes for templates declared within (non...
2009-03-27 Chris LattnerFix rdar://6719156 - clang should emit a better error...
2009-03-27 Zhongxing Xuremove the updated notes.
2009-03-27 Ted Kremenek- Fix thinko in implementation of PathDiagnosticLocatio...
2009-03-27 Mike StumpFix searching for gcc, we only want executable files.
2009-03-27 Douglas GregorClarify that QualifiedNameType is sugar-only. This...
2009-03-26 Fariborz JahanianPut back __OBJC2__ definition.
2009-03-26 Douglas GregorSimplify CXXScopeSpec a lot. No more weird SmallVector...
2009-03-26 Douglas GregorRevamp our representation of C++ nested-name-specifiers...
2009-03-26 Anders CarlssonI said _fix_ the build, don't break it.
2009-03-26 Anders CarlssonFix build.
2009-03-26 Anders CarlssonAdd
2009-03-26 Ted Kremenek- Add class PathDiagosticLocationPair.
2009-03-26 Ted KremenekImplement PathDiagnosticLocation::asRange() and PathDia...
2009-03-26 Ted KremenekAdd comment.
2009-03-26 Ted KremenekRestructure code to silence bogus GCC warning.
2009-03-26 Ted Kremenek- Implement PathDiagnosticLocation::asLocation.
2009-03-26 Ted KremenekBecause of the use of 'cast<TagDecl>', ASTContext.h...
2009-03-26 Mike StumpRemove dead code.
2009-03-26 Ted KremenekPathDiagnostics (analyzer):
2009-03-26 Fariborz Jahanian- Minor change to dump of ivar layout map.
2009-03-26 Daniel DunbarDriver: Forward -fno-common to clang.
2009-03-26 Daniel DunbarDriver: Test case for darwin::Link
2009-03-26 Daniel DunbarDriver: Add darwin::Link tool.
next