]> granicus.if.org Git - clang/shortlog
clang
2009-02-28 Fariborz JahanianObscure code gen bug related to sending
2009-02-28 Chris LattnerFix a crash in test/Parser/control-scope.c that testrun...
2009-02-28 Chris Lattnerremove static ctor.
2009-02-28 Chris Lattnerimprove compatibility with the VC++'08 C++ compiler...
2009-02-28 Chris Lattnerfix inverted conditional, rdar://6633188
2009-02-28 Chris Lattner"This patch addresses two FIXME on ObjCCategoryImplDecl:
2009-02-28 Chris Lattnerbrain thinking memcpy, fingers thinking memset :)
2009-02-28 Chris Lattnerafter going around in circles a few times, finally...
2009-02-28 Anders CarlssonTargetInfo::validateAsmConstraint now takes a reference...
2009-02-28 Steve NaroffMinor name change (move the ObjC prefix to a more appro...
2009-02-28 Steve NaroffFix <rdar://problem/6451399> problems with labels and...
2009-02-28 Gabor GreifAdapt help string to what the code is doing (default...
2009-02-28 Mike StumpFirst cut CodeGen support for __block variables.
2009-02-28 Eli FriedmanCheck a few more kinds of declarations that make a...
2009-02-28 Eli FriedmanStart of checking for gotos which jump to an illegal...
2009-02-28 Eli FriedmanFix obvious shortcoming in the implementations of Evalu...
2009-02-28 Ted KremenekUpdate checker build.
2009-02-28 Douglas GregorEliminate CXXRecordType
2009-02-28 Douglas GregorAdd a FIXME for something I can't look at just yet
2009-02-28 Douglas GregorTemplate instantiation for function types
2009-02-28 Fariborz JahanianAlignment of pointers in __objc_classlist must be on...
2009-02-28 Douglas GregorImplement template instantiation for pointer, reference...
2009-02-27 Eli FriedmanFix enumeration in switch warnings. No behavior change.
2009-02-27 Eli FriedmanFix enumeration in switch warnings, plus misc comment...
2009-02-27 Mike StumpFix PR3612. We ensure that we add builtins to the...
2009-02-27 Fariborz JahanianDiagnose gc attribute mismatch of property and its...
2009-02-27 Chris LattnerGive a code insertion hint for how to fix 'implicit...
2009-02-27 Douglas GregorFix a typo
2009-02-27 Ted KremenekWhen retrieving the location of a Node, for MemberExprs...
2009-02-27 Ted KremenekIn BuildAnonymousStructUnionMemberReference, we shouldn...
2009-02-27 Douglas GregorImplement the basic approach for instantiating types...
2009-02-27 Chris Lattnerminor wording changes.
2009-02-27 Chris Lattnerupgrade various 'implicit int' warnings from an ext...
2009-02-27 Chris Lattnercleanup
2009-02-27 Chris Lattnercleanup
2009-02-27 Mike StumpSilence warnings.
2009-02-27 Ted KremenekWhen checking printf-arguments for functions with ...
2009-02-27 Douglas GregorClean up and document code modification hints.
2009-02-27 Chris Lattnerchange a diagnostic message from something pedantically...
2009-02-27 Daniel DunbarOops, Ted beat me to it. I'll just play angry god and...
2009-02-27 Daniel DunbarAdd coverage of "member of anonymous union redeclares...
2009-02-27 Ted KremenekAdd test case for PR 3675.
2009-02-27 Ted KremenekUpdate checker build.
2009-02-27 Eli FriedmanChange the AST generated for offsetof a bit so that...
2009-02-27 Ted KremenekDon't report 'Parser Rejects' for conftest files.
2009-02-27 Ted KremenekCorrectly check for ccc-analyzer in the same directory...
2009-02-27 Eli FriedmanChange the way clang generates union types a bit so...
2009-02-27 Eli FriedmanSome additional ICE tests.
2009-02-27 Eli FriedmanSome minor improvements to Evaluate.
2009-02-27 Eli FriedmanFix minor memory leak. Add comment describing what...
2009-02-27 Eli FriedmanMinor cleanup: use getDeclAlignInBytes helper.
2009-02-27 Eli FriedmanMake isICE assert when Evaluate can't evaluate an ICE...
2009-02-27 Mike StumpThe middle operand in ?: is optional, really.
2009-02-26 Douglas GregorCreate a new TypeNodes.def file that enumerates all...
2009-02-26 Chris Lattnermake ASTContext::WCharTy a bit more sensical. In C...
2009-02-26 Chris Lattnerfix a bozobug.
2009-02-26 Chris Lattnerrename test
2009-02-26 Chris Lattnerok, not as broken as I thought, just confusing. This...
2009-02-26 Chris Lattnerallow wide strings to initialize arrays compatible...
2009-02-26 Ted KremenekPass -ffreestanding' to clang.
2009-02-26 Fariborz JahanianDo not issue bogus error on __weak/__strong ivar access.
2009-02-26 Chris Lattnerfix some sema problems with wide strings and hook up...
2009-02-26 Daniel DunbarAdd -emit-llvm-only option (generate LLVM IR & run...
2009-02-26 Fariborz JahanianCouple of meta-data segments were wrong. This patch...
2009-02-26 Douglas GregorMake the type associated with a ClassTemplateSpecializa...
2009-02-26 Ted KremenekPathDiagnosticPiece now automatically strips off traili...
2009-02-26 Devang PatelAdd support to emit debug info for objective-c interfaces.
2009-02-26 Ted KremenekRefine some grammar in the retain/release diagnostics.
2009-02-26 Douglas GregorIntroduce code modification hints into the diagnostics...
2009-02-26 Daniel DunbarAdd Type::hasPointerRepresentation predicate.
2009-02-26 Ted KremenekUse Loc::IsLocType() instead of isPointerType() and...
2009-02-26 Daniel DunbarRemove PointerLikeType.
2009-02-26 Daniel DunbarChange PointersToResolve to list the pointee type to...
2009-02-26 Daniel DunbarDrop uses of getAsPointerLikeType.
2009-02-26 Steve NaroffFix <rdar://problem/6574319> clang issues error on...
2009-02-26 Daniel DunbarDrop uses of isPointerLikeType.
2009-02-26 Mike StumpAdd end of line at end.
2009-02-26 Chris Lattnerthis got moved to top level
2009-02-26 Fariborz JahanianFix an inconsistance in objc2's meta-data related to
2009-02-26 Steve NaroffFix <rdar://problem/6614945> method not found.
2009-02-26 Chris Lattnermove this makefile goop up to the top level llvm makefile.
2009-02-26 Anders CarlssonAdd test for enum types
2009-02-26 Ted KremenekFor scan-build based analyses, use the '-analyzer-earge...
2009-02-26 Anders CarlssonSet tab width to 2 on a number of CG related files
2009-02-26 Anders CarlssonClassify enum types correctly
2009-02-26 Steve NaroffFix http://llvm.org/bugs/show_bug.cgi?id=3544.
2009-02-26 Sebastian RedlMake more AST nodes and semantic checkers dependent...
2009-02-26 Steve NaroffFix ObjCInterfaceDecl::lookupInstanceMethod()/lookupCla...
2009-02-26 Eli FriedmanRemove short-circuit evaluation and the extension warni...
2009-02-26 Eli FriedmanRewrite of isIntegerConstantExpr to be centered around...
2009-02-26 Anton KorobeynikovEnable export maps also on {Free, Net}BSD.
2009-02-26 Mike StumpFixup spacing.
2009-02-26 Daniel Dunbarx86_64 ABI: Qualified id types are passed as pointers.
2009-02-26 Owen AndersonAdd an export map for clang on Linux.
2009-02-26 Eli FriedmanZap the Sema constant initializer checking code that...
2009-02-26 Eli FriedmanFix for PR3663/3669: use TryToFixInvalidVariablyModifie...
2009-02-26 Douglas GregorUse RecordFirst/RecordLast range checks in DeclContext
2009-02-25 Douglas GregorImplementing parsing of template-ids as class-names...
2009-02-25 Mike StumpCodeGen support for copied BlockDeclRefExprs.
2009-02-25 Ted KremenekFix subtle bug in EvalEagerlyAssume: Check if the previ...
next