]> granicus.if.org Git - clang/shortlog
clang
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
2008-05-29 Chris LattnerImplement support for -w, which silences all warnings...
2008-05-29 Eli FriedmanMore complete/correct implementation of the comparison...
2008-05-29 Eli FriedmanFix an extremely subtle bug with pointer comparisons...
2008-05-29 Eli FriedmanRearrange EmitLValueForField a bit to work properly...
2008-05-29 Eli FriedmanAdd codegen support for a few more kinds of initializer...
2008-05-29 Eli FriedmanAdd CodeGen support for alignment on globals, both...
2008-05-29 Eli FriedmanA couple minor fixes to make debug info usable for...
2008-05-29 Eli FriedmanTentative declarations are supposed to have common...
2008-05-29 Eli FriedmanAlways use packed structs. This isn't really very...
2008-05-29 Eli FriedmanImplementation of stdarg.h.
2008-05-28 Chris LattnerFix rewrite rope to keep the leaf list up-to-date as...
2008-05-28 Chris Lattnergive location info to another paren expr.
2008-05-28 Chris Lattneradd an assertion
2008-05-27 Chris LattnerFix a couple crashes on invalid input.
2008-05-27 Ted KremenekWhen the build command is xcodebuild, set the magical...
2008-05-27 Ted KremenekCorrectly check to see if we are analyzing C++ files...
2008-05-27 Devang PatelCheck first member alignment and uses packed struct...
2008-05-27 Devang PatelFix test case
2008-05-27 Eli FriedmanAdd the copysign builtins; I ran into a program that...
2008-05-27 Eli FriedmanA few more cases for aggregate values.
2008-05-27 Eli FriedmanImplementation of __builtin_ctlz.
2008-05-27 Eli FriedmanAssume statement expressions have side effects; this...
2008-05-27 Eli FriedmanThe cache is working again; re-enable it.
2008-05-27 Eli FriedmanGet the type right for wide string literals; it's wchar...
2008-05-27 Eli FriedmanAdd FIXME.
2008-05-27 Eli FriedmanDon't swap function decls, and add them to the scope...
2008-05-27 Eli FriedmanAdd a more reliable check for whether a static declarat...
2008-05-27 Eli FriedmanStop leaking the main Sema object. (Leak found using...
2008-05-27 Eli FriedmanStop leaking the target data. (Leak found with valgrind.)
next