]> granicus.if.org Git - clang/shortlog
clang
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.
2009-03-26 Ted KremenekAdd a high-level intro to the memory regions design...
2009-03-26 Daniel DunbarDriver: Fix a number of option definition mismatches...
2009-03-26 Daniel DunbarDriver: Print the correct target when printing the...
2009-03-26 Steve NaroffFix <rdar://problem/6697053> instance variable is prote...
2009-03-26 Daniel DunbarDriver: Move GetReleaseVersion to static Driver::GetRel...
2009-03-26 Daniel DunbarDriver: Add ArgList::AddAllArgsTranslated; for forwardi...
2009-03-26 Ted KremenekMove "regions" analyzer design document to 'docs'.
2009-03-26 Zhongxing XuSimplify some code. No functionality change.
2009-03-26 Zhongxing XuCheck in some design documents to centralize ideas...
2009-03-26 Eli FriedmanSanity-check argument to indirect goto.
2009-03-26 Chris Lattnerhopefully fix VC++ build error.
2009-03-26 Chris Lattnermost of this is plumbing to get CompileOptions down...
2009-03-26 Chris Lattnermake this self contained, declare everything as 'class'.
2009-03-26 Chris Lattnersort items.
2009-03-26 Chris Lattneradd driver and clang-cc to project.
2009-03-26 Ted Kremenekanalyzer infrastructure: make a bunch of changes to...
2009-03-26 Anders CarlssonSet the access specifier for templates inside classes.
2009-03-26 Anders CarlssonFactor the member access specifier setting code into...
2009-03-26 Anders CarlssonHandle parsing of templates in member declarations...
2009-03-26 Anders CarlssonCheck that the access specifier of a member redeclarati...
2009-03-26 Eli FriedmanFix for PR3869: actually enforce that the argument...
2009-03-26 Douglas GregorThe injected-class-name of class templates and class...
2009-03-25 Anders CarlssonTighten the setAccess assert. We now allow AS_none...
2009-03-25 Douglas GregorImplement template instantiation for static data member...
2009-03-25 Fariborz JahanianMore for for objc2's ivar layout map (currently
2009-03-25 Douglas GregorPass access specifiers through to member classes and...
2009-03-25 Douglas GregorFix notes regarding the instantiation of member classes...
2009-03-25 Douglas GregorInstantiation for member classes of class templates...
2009-03-25 Chris Lattnerfix PR3880, fixing a comma swallowing bug handling...
2009-03-25 Chris Lattnerremove some dead code. ArgTokens can never be empty...
next