]> granicus.if.org Git - clang/shortlog
clang
2008-10-21 Ted KremenekHandle [NSAutoreleasePool addObject:] (an alternative...
2008-10-21 Ted KremenekUpdate Xcode project.
2008-10-21 Steve NaroffFix a crasher during error recovery in Parser::ParseObj...
2008-10-21 Steve NaroffFix <rdar://problem/6297052> confused in some way by...
2008-10-21 Steve NaroffUpdate VC++ project files.
2008-10-21 Gabor GreifTweak an expected-error to match the output. IMHO it...
2008-10-21 Steve NaroffFix typo.
2008-10-21 Steve NaroffFix <rdar://problem/6261178> clang-on-xcode: [sema...
2008-10-21 Zhongxing XuLocalize the special processing of array variable inside
2008-10-21 Zhongxing XuModify Store interface: GetSVal/SetSVal => Retrieve...
2008-10-21 Ted KremenekAdd partial specialization of ImmutableList for GRState...
2008-10-21 Zhongxing XuRename:
2008-10-21 Zhongxing XuProcess decls in RegionStore. Individual elements of...
2008-10-21 Zhongxing XuAdd ElementRegion to represent memory chunks for array...
2008-10-21 Ted KremenekUpdated checker build
2008-10-21 Ted KremenekAdd fileid_iterator to SourceManager.
2008-10-21 Ted KremenekAdded method to access the raw flags of Token.
2008-10-21 Ted KremenekChange signature for CheckDivideZero.
2008-10-21 Ted KremenekAdded the start of a prototype implementation of PCH...
2008-10-20 Ted KremenekFurther improve path-sensitivity with divide-by-zero...
2008-10-20 Ted KremenekAdded test case inspired by <rdar://6268365>: recover...
2008-10-20 Ted KremenekUsed conjured symbols to recover path-sensitivity when...
2008-10-20 Steve NaroffFix <rdar://problem/6268365> Parser rejects property...
2008-10-20 Steve NaroffSema::CheckCompareOperands() and ASTContext::mergeTypes...
2008-10-20 Matthijs KooijmanAdd newline at the end of file, to silence compiler...
2008-10-20 Chris Lattnereliminate ObjCPropertyAttrs an corresponding enums...
2008-10-20 Chris Lattnerrearrange some code.
2008-10-20 Chris Lattnermore simplifications to error recovery in ParseObjCProp...
2008-10-20 Chris Lattnerremove extraneous braces
2008-10-20 Chris Lattnermove some code around to make it fall through more...
2008-10-20 Chris Lattnerreject properties completely in objc1 instead of emitting
2008-10-20 Chris LattnerMore property attribute recovery improvements. Instead...
2008-10-20 Chris Lattneradd testcase for the recovery improvements in my last...
2008-10-20 Chris Lattnersignificantly simplify and clean up error recovery in
2008-10-20 Ted KremenekUpdated checker build
2008-10-20 Chris Lattnersimplify some other code for __extension__ processing.
2008-10-20 Chris Lattnerimplement a couple fixme's by implementing __extension_...
2008-10-20 Chris Lattnerfix a crash on unnamed properties like:
2008-10-20 Chris Lattnersimplify some code by using ExpectAndConsume. When...
2008-10-20 Chris Lattnerrefactor a bunch of code:
2008-10-20 Chris Lattnerfix some minor error recovery bugs in ParseObjCInterfac...
2008-10-20 Chris Lattnerrestructure the body of the ParseObjCInterfaceDeclList...
2008-10-20 Chris LattnerFix rdar://6257721 by tightening up the block "snapshot...
2008-10-20 Chris LattnerSupport attributes in *yet another* place. Is there...
2008-10-20 Chris LattnerFix a parser bug where we let attributes interfere...
2008-10-20 Chris Lattnerfix indentation
2008-10-20 Chris Lattnerfix indentation
2008-10-20 Chris LattnerRemove an implemented fixme, only treat < as a type...
2008-10-19 Argyrios KyrtzidisChange a couple of cast<> to reinterpret_cast<>.
2008-10-19 Ted KremenekAdd "argument key" processing similar to ccc.
2008-10-19 Daniel Dunbarccc: Pass '-g' through to clang. Handle -weak_framework.
2008-10-19 Daniel DunbarImprove attribute parsing & tests.
2008-10-18 Ted KremenekAdd support in GRExprEngine for UnaryOperator::AlignOf...
2008-10-18 Ted KremenekUpdated checker build
2008-10-18 Ted KremenekFix incorrect release of Decl* array referenced by...
2008-10-18 Daniel DunbarDebug info bug fix, function start wasn't getting gener...
2008-10-18 Ted KremenekUpdated checker build.
2008-10-18 Ted KremenekGeneralize VisitLValue: not only can CallExprs and...
2008-10-18 Ted KremenekFunction calls and ObjC message expressions can be...
2008-10-18 Ted Kremenekretain/release checker: Check if a tracked value escape...
2008-10-18 Ted KremenekUse "VisitLValue" when processing the base for "x.f...
2008-10-18 Mon P WangMake llvm memory barrier available as an intrinsic
2008-10-18 Mon P WangAdded vec_set intrinsics
2008-10-17 Argyrios KyrtzidisJust do a diagIfAmbiguous -> warnIfAmbiguous rename.
2008-10-17 Daniel DunbarEmit more descriptive unsupported error message on...
2008-10-17 Daniel DunbarAdd some uses of PredefinedExpr to language coverage...
2008-10-17 Daniel DunbarAdd FIXME about potential problem in how property ref...
2008-10-17 Ted KremenekThis test now passes again.
2008-10-17 Ted KremenekHack: have BasicStore::getLValueElement return the...
2008-10-17 Ted KremenekWhen conjuring symbols to recover path-sensitivity...
2008-10-17 Daniel DunbarLift CodeGenFunction::EmitPredefinedFunctioName out...
2008-10-17 Daniel DunbarAdd option argument to GetAddrOfConstantString to use...
2008-10-17 Chris Lattnerfix rdar://6288301: custom warnings don't respect ...
2008-10-17 Ted KremenekEnhance "Assumption" logic in BasicConstraintManager...
2008-10-17 Ted KremenekAdd pretty-printing support for FieldRegions.
2008-10-17 Daniel DunbarEmit error unsupported when asm string conversion fails...
2008-10-17 Ted KremenekFixed an elusive caching bug in ExplodedGraph construct...
2008-10-17 Ted KremenekTest now passes.
2008-10-17 Ted Kremenek- constify some uses of MemRegion* (MemRegion should...
2008-10-17 Daniel DunbarRemove unneeded EncodingRecordTypes argument to getObjC...
2008-10-17 Mon P WangFixed vec_set_v2di signature
2008-10-17 Ted Kremenek"Implement" GRExprEngine::VisitLValue for ObjCPropertyR...
2008-10-17 Daniel DunbarMore Obj-C type encoding improvements.
2008-10-17 Daniel DunbarChange CGDebugInfo::setLocation to just ignore invalid...
2008-10-17 Daniel DunbarExercise #pragma pack(pop, <width>) in test case.
2008-10-17 Daniel DunbarFix bug in Obj-C type encoding for structures.
2008-10-17 Daniel DunbarAnonymous structures print as '?=' in Obj-C type encoding.
2008-10-17 Zhongxing XuThis patch did the following renaming. There should...
2008-10-17 Zhongxing XuAdd test case for array and struct variable lvalue...
2008-10-17 Daniel DunbarNeXT: Use objc_msgSend_fpret for calling functions...
2008-10-17 Zhongxing XuGet array's lvalue through standard interface.
2008-10-17 Zhongxing XuReturn the corresponding MemRegionVal for both rvalue...
2008-10-17 Zhongxing XuArray and struct variables do have lvalue. For example,
2008-10-17 Daniel DunbarQuick patch for PR2784, assert genereting debug info...
2008-10-17 Ted KremenekRemove an untrue assertion: lval::FuncVals can be retur...
2008-10-17 Ted KremenekMark these tests XFAIL. We need to add back assumption...
2008-10-17 Ted KremenekRemove lval::FieldOffset, lval::ArrayOffset. These...
2008-10-17 Ted KremenekAdd transfer function support for ObjCIvarRefExpr.
2008-10-16 Argyrios KyrtzidisIn C++, an empty parameter list indicates a function...
2008-10-16 Chris LattnerAdd basic FreeBSD target support, patch by Roman Divacky!
next