]> granicus.if.org Git - clang/shortlog
clang
2008-10-24 Zhongxing XuAdd printing method to ElementRegion.
2008-10-24 Daniel DunbarUse LINK_COMPONENTS instead of hard coding LLVM libraries.
2008-10-24 Zhongxing XuAdd printing method to RegionStoreManager.
2008-10-24 Zhongxing XuAdd printing with llvm::raw_ostream methods to SVals.
2008-10-24 Douglas GregorFirst non-embarrassing cut at checking for ambiguous...
2008-10-24 Zhongxing XuFix 80-col violation.
2008-10-24 Zhongxing XuFix linking error.
2008-10-24 Zhongxing XuAdd a bunch of dummy methods to make RegionStoreManager...
2008-10-24 Steve NaroffAdd file to VC++ project.
2008-10-24 Zhongxing XuAdded getLValueElement() to RegionStore. Only handle...
2008-10-24 Ted KremenekMake the analyzer store (memory model) a command line...
2008-10-24 Daniel DunbarMap compilation units using FileEntry pointers instead of
2008-10-23 Ted KremenekUse llvm::errs() instead of cerr.
2008-10-23 Ted KremenekConvert InheritanceHierarchyWriter to use llvm::raw_ost...
2008-10-23 Ted KremenekAdded driver option "-cxx-inheritance-view" for viewing...
2008-10-23 Ted KremenekAdded iterators for types.
2008-10-23 Daniel DunbarFix regression in comparison of qualified id; == operat...
2008-10-23 Steve NaroffAdd some files to VC++ project.
2008-10-23 Ted KremenekUpdated Xcode project.
2008-10-23 Ted KremenekFor Radar reporting, null dereferences should be defaul...
2008-10-23 Douglas GregorClean up and document the representation of C++ base...
2008-10-23 Daniel DunbarHook "fast" code generation to -O0.
2008-10-23 Daniel DunbarAdd -O[0-3s] support (following llvm-gcc).
2008-10-23 Zhongxing XuAdd an assertion to make our intention more clear.
2008-10-23 Douglas GregorIf NDEBUG is set, don't include any of the code for...
2008-10-23 Zhongxing XuLet StoreManager do different cast on arrays. BasicStor...
2008-10-23 Ted KremenekUpdated checker build.
2008-10-23 Ted KremenekTemporarily mark this test XFAIL.
2008-10-23 Ted KremenekDisable warning about potential leaks of returned value...
2008-10-23 Zhongxing XuAdded a method to ElementRegion.
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...
next