]> granicus.if.org Git - clang/shortlog
clang
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
2008-06-01 Argyrios KyrtzidisInclude <string> header to allow compiling for MSVC.
2008-06-01 Nuno Lopesfix PR2357 (#ifs didnt invalidate the multiple-inclusio...
2008-06-01 Eli FriedmanDon't name the ObjC types if there aren't any ObjC...
2008-06-01 Eli FriedmanFirst cut at setting attributes for functions and calls...
2008-06-01 Eli FriedmanMake sure _Bool globals have the correct type.
2008-06-01 Eli FriedmanMinor cleanup to use the ConvertTypeForMem helper.
2008-06-01 Anton KorobeynikovRemove spurious == 0
2008-06-01 Anton KorobeynikovSupport for code generation of Objective-C top-level...
2008-06-01 Steve NaroffTweak Sema::ObjCQualifiedIdTypesAreCompatible() to...
2008-05-31 Steve NaroffAdd some more test cases that demonstrate clang is...
2008-05-31 Steve NaroffTeach Sema::CheckConditionalOperands() to check for...
2008-05-31 Chris LattnerTwo identifiers are not the same unless they have the...
2008-05-31 Eli FriedmanCalculate alignment for local variables.
2008-05-31 Ted KremenekAdded "InitializeTU" to ASTConsumer. This is used by...
2008-05-31 Steve NaroffFix <rdar://problem/5917992> clang ObjC rewriter: ...
2008-05-31 Steve NaroffFix <rdar://problem/5969777> clang ObjC rewriter: ...
2008-05-31 Steve NaroffHack RewriteObjC::RewriteObjCStringLiteral() to include...
2008-05-31 Steve NaroffFix <rdar://problem/5965704> clang: bad receiver type...
2008-05-31 Ted KremenekCorrectly preserve the order between -F and -I options.
2008-05-30 Steve NaroffTeach Expr::isLvalue() about ObjC properties. For now...
2008-05-30 Eli FriedmanPR1893: Fix up the type of tentative definitions of...
2008-05-30 Eli FriedmanFix and enable generating general union initializers...
2008-05-30 Eli FriedmanAllow the type of a global to be different from the...
2008-05-30 Eli FriedmanAllow a pointer implicitly cast to a bool as a constant...
2008-05-30 Eli FriedmanMake sure to allow assigning a pointer to a bool.
2008-05-30 Ted KremenekUse llvm::cl::desc for description of the -Wimplicit...
2008-05-30 Ted KremenekFix some strict-aliasing warnings by using Stmt* instea...
2008-05-30 Eli FriedmanFix constant vector init for initializer lists with...
2008-05-30 Eli FriedmanFix crash with -serialize (reported to cfe-dev). The...
2008-05-30 Eli FriedmanAlways check that the definition of a function has...
2008-05-30 Sanjiv GuptaEmit parameter and local variable debug information...
2008-05-30 Eli FriedmanAdd FIXME to CodeGen struct layout.
2008-05-30 Eli FriedmanSome additions to constant initializer generation code...
2008-05-30 Eli FriedmanCleanup/refactoring of Sema struct layout. This patch...
2008-05-30 Steve NaroffAdd basic support for properties references (a missing...
2008-05-29 Ted KremenekFix one strict-aliasing warning.
2008-05-29 Steve Naroff- Move ObjC Expresssion AST's from Expr.h => ExprObjC.h
2008-05-29 Anton KorobeynikovUpdate to follow recent LLVM changes
next