]> granicus.if.org Git - clang/shortlog
clang
2008-10-23 Douglas GregorAdd support for conversions from a pointer-to-derived...
2008-10-23 Ted KremenekUpdate Xcode project. We still get a link error, howev...
2008-10-22 Ted KremenekWarn about potentially leaked objects that are returned...
2008-10-22 Steve NaroffFix <rdar://problem/6312683> clang block rewriter:
2008-10-22 Argyrios KyrtzidisRestrict creation of OverloadedFunctionDecl only to...
2008-10-22 Steve NaroffFix <rdar://problem/6311947> clang on xcode (regression...
2008-10-22 Ted KremenekUpdated checker build.
2008-10-22 Douglas GregorRemove the GraphWriter-based version of the C++ class...
2008-10-22 Douglas GregorAdded GraphViz visualization of C++ inheritance hierarc...
2008-10-22 Argyrios KyrtzidisNow that DeclRefExpr accepts a NamedDecl, use a DeclRef...
2008-10-22 Ted KremenekEnhance reference-count checker to correctly identify...
2008-10-22 Steve NaroffFix <rdar://problem/6257675> error: member reference...
2008-10-22 Daniel DunbarOnly create the target machine when emitting assembly.
2008-10-22 Douglas GregorAdd representation of base classes in the AST, and...
2008-10-22 Daniel Dunbar[LLVM up] Get rid of std::ostream usage from Backend.cpp
2008-10-22 Chris LattnerAdd support for assembler-with-cpp (preprocessed .S...
2008-10-22 Ted KremenekUpdate server URL for checker build.
2008-10-22 Douglas GregorQualType::isMoreQualifiedThan and isAtLeastAsQualifiedA...
2008-10-22 Zhongxing XuAdd test case for FuncDecl and function pointer variable.
2008-10-22 Douglas GregorImplement ranking of standard conversion sequences...
2008-10-22 Zhongxing XuAdd a bunch of getLValue* methods to RegionStore.
2008-10-22 Zhongxing XuAdjust parameter order to more natural one.
2008-10-22 Zhongxing XuExprs of function type is another special case for...
2008-10-22 Douglas GregorMove Sema::GetNonReferenceType to QualType::getNonRefer...
2008-10-22 Chris Lattnersome minor cleanups to ParseObjCTypeName:
2008-10-22 Daniel DunbarUpdate to use raw_ostream for PrintModulePass.
2008-10-22 Douglas GregorFix a thinko in the qualification-conversion check...
2008-10-22 Douglas GregorFunctions can be lvalues in C++, but not modifiable...
2008-10-21 Daniel DunbarCommito, didn't mean to remove this header.
2008-10-21 Daniel Dunbar[LLVM up] Add basic -S option to clang.
2008-10-21 Douglas GregorInitial step toward supporting qualification conversion...
2008-10-21 Ted KremenekUpdated checker build.
2008-10-21 Daniel DunbarAdd coverage of part of getPrimaryDecl that was failing...
2008-10-21 Daniel DunbarFix use of dyn_cast.
2008-10-21 Daniel DunbarAdd GetModule accessor to ModuleBuilder
2008-10-21 Ted KremenekWhen conjuring symbols for compound assignments, use...
2008-10-21 Steve NaroffFix <rdar://problem/6257645> clang static analyzer...
2008-10-21 Steve NaroffFix <rdar://problem/6257645> clang static analyzer...
2008-10-21 Douglas GregorCosmetic patch from João Paulo Rechi Vita
2008-10-21 Douglas GregorPreliminary support for function overloading
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...
next