]> granicus.if.org Git - clang/shortlog
clang
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...
2009-03-25 Ted KremenekCMake: Also include header files in target when the...
2009-03-25 Anders CarlssonIt doesn't make sense to set the access specifier to...
2009-03-25 Mike StumpRemove -f__block as codegen for __block variables shoul...
2009-03-25 Mike StumpFixup codegen for block literals that bleed copy/dispos...
2009-03-25 Mike StumpUpdate to account for the great driver renaming.
2009-03-25 Douglas GregorPredicate to detect when a RecordDecl is really the...
2009-03-25 Douglas GregorStub out some declaration kinds that cannot ever be...
2009-03-25 Douglas GregorFix parsing of template classes prefixed by nested...
2009-03-25 Douglas GregorMinor refactoring to eliminate an extra switch during...
2009-03-25 Daniel DunbarDriver: Implement Darwin_X86 tool chain level argument...
2009-03-25 Daniel DunbarDriver: Handle -Xarch_, including warning for nasty...
2009-03-25 Daniel DunbarDriver: Replace Option::ForwardToGCC by Option::DriverO...
2009-03-25 Zhongxing XuThis patch adds two more SymbolData subclasses: SymIntE...
2009-03-25 Daniel DunbarDriver: Fix typo in JoinedAndSeparateArg::render.
2009-03-25 Daniel DunbarDriver: Prep for tool chain specific argument translation.
2009-03-25 Chris Lattnersimplify some conditionals, don't copy LangOptions.
2009-03-25 Daniel Dunbargcc 4.3 finds my use of ^ suspicious.
2009-03-25 Anders CarlssonImprove handling of base initializers. We now parse...
2009-03-25 Anders CarlssonAdd the .td files and remove the .def files from the...
2009-03-25 Ted KremenekTurn on -analyzer-eagerly-assume by default when using...
2009-03-25 Douglas GregorTemplate instantiation for conversion functions
2009-03-25 Ted KremenekTurn on '-analyzer-eagerly-assume' by default in ccc...
2009-03-25 Douglas GregorMove template instantiation for expressions into a...
2009-03-25 Douglas GregorIn Parser::ParseClassSpecifier, don't conflate a NULL...
2009-03-24 Sebastian RedlParse deleted function definitions and hook them up...
2009-03-24 Devang PatelEncode language.
2009-03-24 Douglas GregorType::isObjectType now implements the (more sensible...
2009-03-24 Daniel DunbarDriver: Handle -flto, -O4, and tweak -emit-llvm to...
next