]> granicus.if.org Git - clang/shortlog
clang
2008-06-11 Ted KremenekUse sans-serif font.
2008-06-11 Ted KremenekIncluded page-specific formatting for tables.
2008-06-11 Ted KremenekInclude side-menu.
2008-06-11 Ted KremenekMinor tweaks/grammar/formatting.
2008-06-10 Ted KremenekSkip a few more files and linker options.
2008-06-10 Argyrios KyrtzidisFix the setup of CodeGen/bitfield.c test.
2008-06-10 Eli FriedmanFix the run line for this test.
2008-06-10 Eli FriedmanMake this test C instead of C++; making it C++ causes...
2008-06-10 Eli FriedmanDon't include complex.h or tgmath.h for this test;...
2008-06-10 Eli FriedmanFix getTrueExpr for ConditionalOperator to actually...
2008-06-10 Argyrios Kyrtzidis-Add DeclChain member to DeclContext.
2008-06-09 Argyrios KyrtzidisMake CodeGenFunction::EmitDecl() recognise CXXClass...
2008-06-09 Argyrios KyrtzidisDump the name of CXXStruct/CXXUnion/CXXClass Decl subcl...
2008-06-09 Argyrios Kyrtzidis-Changes to TagDecl:
2008-06-09 Argyrios KyrtzidisAdded new C++ AST Decl subclasses.
2008-06-09 Eli FriedmanGet -serialize working again, plus a bit of minor cleanup.
2008-06-09 Ted KremenekAdded link to Mac OS X builds. Provide instructions...
2008-06-09 Matthijs KooijmanSprinkle some "-o -" clang options to make the examples...
2008-06-09 Ted KremenekAdd redirection page.
2008-06-09 Sanjiv GuptaGenerate debug descriptors for array types while genera...
2008-06-09 Eli FriedmanAdd code to make test/CodeGen/struct-init.c work correc...
2008-06-09 Eli FriedmanFor struct initialization, check compatibility with...
2008-06-08 Chris LattnerSince this isn't linked from anywhere yet, I'm taking...
2008-06-08 Nuno Lopesimplement the alias attirbute (in both Sema and Codegen)
2008-06-08 Nuno Lopesfix compiler warnings
2008-06-08 Eli FriedmanDon't crash emitting an initializer for a static local...
2008-06-07 Eli FriedmanEnable the rewriter tests on all platforms; there don...
2008-06-07 Eli FriedmanDon't include objc.h, so the rewriter tests work on...
2008-06-07 Chris Lattnercapture whether a CharacterLiteral was wide or not...
2008-06-07 Chris LattnerFix ast dumping to work with long double literals,...
2008-06-07 Chris LattnerMark the right ctor explicit, patch by Cédric Venet
2008-06-07 Eli FriedmanFix crash with conversion to an address-space-qualified...
2008-06-07 Eli FriedmanFix the line endings in the newly added DeclBase.cpp.
2008-06-07 Eli FriedmanFix Visual Studio project files; patch by Cédric Venet.
2008-06-07 Sanjiv GuptaCreate debug type descriptors for aggregate/enum types.
2008-06-06 Ted KremenekUse a common SourceManager when processing multiple...
2008-06-06 Ted KremenekUpdated Xcode project.
2008-06-06 Ted KremenekReclaim memory owned by ObjCForwardProtocolDecls.
2008-06-06 Eli FriedmanReorganize this loop a bit so it doesn't crash for...
2008-06-06 Ted KremenekImplement "Destroy" and destructor for ObjCClassDecl...
2008-06-06 Ted KremenekImplement "Destroy" and destructor for ObjCProtocolDecl...
2008-06-06 Eli FriedmanClean up dead code from SemaInit landing.
2008-06-06 Ted KremenekBecause of a lack of a clear ownership role between...
2008-06-06 Ted KremenekInitial work on additional memory collection for ObjC...
2008-06-06 Nuno Lopesimplement constant expr. sub ptr ptr
2008-06-06 Devang PatelDuring interface layout, don't forget super class.
2008-06-06 Devang PatelUndo previous check-in.
2008-06-06 Devang PatelDuring interface layout, don't forget super class.
2008-06-06 Ted KremenekFix crash when running with multiple source files....
2008-06-05 Steve NaroffOops...remove weird printf:-)
2008-06-05 Steve NaroffSecond half of "fix" for <rdar://problem/5986085> clang...
2008-06-05 Ted KremenekIgnore a few more linker arguments.
2008-06-05 Steve Naroffsuper fix submitted by David Chisnall.
2008-06-05 Steve NaroffFixed a recent test regression from last night (r51976).
2008-06-05 Steve NaroffFix <rdar://problem/5986833> clang on xcode: incompatib...
2008-06-05 Steve NaroffFix <rdar://problem/5987482> clang on xcode: null deref...
2008-06-05 Sanjiv GuptaEmit debug information for global and static variables...
2008-06-05 Steve NaroffFix trivial crasher and downgrade an error to warning...
2008-06-05 Steve NaroffSupport "<p>" as a short-hand for "id<p>". Here's a...
2008-06-04 Steve NaroffFix crash identified by <rdar://problem/5986085>.
2008-06-04 Devang PatelAdd ObjCInterface layout support.
2008-06-04 Steve NaroffUpdate a test and add a FIXME.
2008-06-04 Devang PatelRefactoring.
2008-06-04 Ted Kremenekccc-analyzer now properly eats the -install_name, ...
2008-06-04 Ted KremenekAdded fixmes.
2008-06-04 Steve NaroffParser::ParseObjCSynchronizedStmt() needs to Enter...
2008-06-04 Eli FriedmanMake sure the types are consistent for a void condition...
2008-06-04 Eli FriedmanFor setting attributes, don't assume there are ParamVar...
2008-06-04 Nuno Lopesfix crash when codegening 'cond ? lhs : call-to-void...
2008-06-04 Nuno Lopesfix type of ?: operator. If one of the operator is...
2008-06-04 Fariborz JahanianFix a gcc compatibility issue which allows more protoco...
2008-06-04 Eli FriedmanDon't assume that the type of a FunctionDecl is a Funct...
2008-06-04 Eli FriedmanMake the width and alignment for long double consistent...
2008-06-04 Eli Friedmanclang fix to parallel LLVM r51928
2008-06-04 Ted KremenekMoved LangOptions from TranslationUnit to ASTContext...
2008-06-04 Ted KremenekUpdate Xcode project.
2008-06-04 Steve NaroffASTContext::typesAreCompatible(): id is compatible...
2008-06-04 Steve NaroffSema::ActOnClassMessage() needs to look through it...
2008-06-04 Argyrios KyrtzidisMove Decl and DeclContext implementations into a new...
2008-06-04 Steve NaroffMake sure we look through categories when searching...
2008-06-04 Steve NaroffGive the "isa" slot a name!
2008-06-03 Steve NaroffAdd a few more built-in functions.
2008-06-03 Steve NaroffPut back my temporary hack until Eli addresses this...
2008-06-03 Steve NaroffImplement another property related FIXME:
2008-06-03 Eli FriedmanRe-fix r51907 in a way which doesn't affect valid code...
2008-06-03 Steve NaroffFixup recent "super" regression.
2008-06-03 Steve NaroffAdd a builtin. Fixes <rdar://problem/5982037> clang...
2008-06-03 Steve NaroffChange Expr::isIntegerConstantExpr() to allow for point...
2008-06-03 Steve NaroffAllow implicit pointer/int conversions on ObjCQualified...
2008-06-03 Steve NaroffFinish up r51900.
2008-06-03 Steve NaroffAllow for a GCC cast extension.
2008-06-03 Chris Lattnermake rewrite macros insert a space when commenting...
2008-06-03 Steve NaroffFix parser bug/FIXME with @catch.
2008-06-02 Steve NaroffFix <rdar://problem/5979875> clang on xcode: error...
2008-06-02 Ted KremenekUse the correct 'ccc-analyzer' when the build command...
2008-06-02 Chris Lattnerhandle the full assignment-expression grammar when...
2008-06-02 Steve NaroffFix <rdar://problem/5976164> clang ObjC rewriter: for...
2008-06-02 Ted KremenekTeach the CF retain checker about "_init" methods....
2008-06-02 Ted KremenekUse "file_language" for per-language -x options.
2008-06-01 Nuno Lopesfix decl attributes cleaning
next