]> granicus.if.org Git - clang/shortlog
clang
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.)
2008-05-27 Eli FriedmanGeneralize the float type generation code, and specific...
2008-05-27 Eli FriedmanImplementation of gcc mode attribute; this is significa...
2008-05-27 Eli FriedmanRewrite struct/union layout. This is mostly cleanup...
2008-05-27 Eli FriedmanStop leaking the TUDecl.
2008-05-27 Eli FriedmanChange diagnostic per suggestion, to make it a bit...
2008-05-26 Eli FriedmanEmit memmove, not memcpy, for structure copies; this...
2008-05-25 Eli FriedmanFix for PR2001. I'm not really fond of it, but it is...
2008-05-25 Eli FriedmanCount the number of initializable members correctly...
2008-05-25 Eli FriedmanDiagnose implicit init list for empty aggregate, like...
2008-05-25 Eli FriedmanMove the error checking for variable-sized objects...
2008-05-25 Eli FriedmanMake sure to define __sparc__ on Solaris; this should...
2008-05-25 Sanjiv GuptaGenerate subprogram debug info with -g.
2008-05-25 Eli FriedmanFix this test on non-X86 platforms.
2008-05-25 Eli FriedmanAlways initialize NEXT_CATCH; fixes a Valgrind uninitia...
2008-05-24 Ted KremenekFix variable misspelling.
2008-05-24 Ted KremenekDon't use inferlanguage to override the default languag...
2008-05-24 Ted KremenekDon't analyze .o files.
2008-05-24 Ted KremenekCleanup indentation and remove some dead code.
2008-05-24 Ted KremenekCall the correct destructor.
2008-05-24 Steve NaroffThis fixes a VC++ build failure.
2008-05-23 Chris Lattnerfix a nasty off-by-one error.
2008-05-23 Chris Lattneradd some assertions to catch bad things before they die
2008-05-23 Chris Lattnerfix an inconsistency computing offsets that caused...
2008-05-23 Ted KremenekDisable the use of PCH files when using xcodebuild.
2008-05-23 Steve NaroffMinor tweak to -ast-dump for ivars.
2008-05-23 Steve NaroffFix range info for explicit ivar refs.
2008-05-23 Ted KremenekRevert r51498: http://llvm.org/viewvc/llvm-project...
2008-05-23 Steve NaroffRemove a diagnostic (temporary hack that will be remove...
2008-05-23 Chris Lattnerminor changes, collect the range of an expr before...
2008-05-23 Steve NaroffMake sure method definitions get output with -ast-dump.
2008-05-23 Ted KremenekWhen known, include the analyzer build in the output...
2008-05-23 Ted KremenekMore test cases for retain/release checker. These...
2008-05-23 Gabor Greiffix typo
2008-05-23 Ted KremenekUnbreak build. Forget to check in this header file...
2008-05-23 Ted KremenekFix typo.
2008-05-23 Steve NaroffTweak AST dumper for ObjC ivars.
2008-05-22 Ted KremenekAdditional retain/release checker regression tests.
2008-05-22 Ted KremenekPrototyped support in the BugReporter to emit diagnosti...
2008-05-22 Steve NaroffMake sure the source location for @property points...
2008-05-22 Dan GohmanChange uses of llvm::Type::isFirstClassType to use...
next