]> granicus.if.org Git - clang/shortlog
clang
2008-10-25 Zhongxing XuAdd StringLiteral test code.
2008-10-25 Zhongxing XuNow we can handle arrays.
2008-10-24 Nuno Lopes2nd try to fix leakage of the module provider. note...
2008-10-24 Nuno Lopesfix leaking of the module provider
2008-10-24 Ted KremenekUpdated checker build.
2008-10-24 Argyrios KyrtzidisAdd a quote from the standard about the type of 'this'.
2008-10-24 Argyrios KyrtzidisUnbreak the test by.. removing a space. (clang proteste...
2008-10-24 Daniel DunbarAdd initial dependency file generation support. Patch...
2008-10-24 Argyrios Kyrtzidis-Add support for cv-qualifiers after function declarators.
2008-10-24 Daniel DunbarAdd ViewVC link from web page.
2008-10-24 Ted KremenekGeneralize searching for the keyword "leak" in a bug...
2008-10-24 Ted KremenekUse "followsFundamentalRule" to determine if an instanc...
2008-10-24 Ted KremenekfollowsFundamentalRule() returns true if "alloc" or...
2008-10-24 Ted KremenekExpand bubble size by 50%.
2008-10-24 Ted KremenekImplicit conversions from arrays can also be conversion...
2008-10-24 Ted KremenekThis test no longer is marked XFAIL.
2008-10-24 Ted KremenekIssue warnings about owned objects returned from a...
2008-10-24 Ted KremenekAdded method "getSelfRegion" to Store. This method...
2008-10-24 Ted KremenekAdded region ObjCObjectRegion that represents an instan...
2008-10-24 Douglas GregorMove viewInheritance to CXXRecordDecl, and make sure...
2008-10-24 Douglas GregorPR2942: FunctionDecls by typedef crash the C++ front-end
2008-10-24 Sebastian RedlTest commit
2008-10-24 Steve NaroffAdd another file to VC++ project.
2008-10-24 Douglas GregorMake QualTypeOrdering::operator() const
2008-10-24 Douglas GregorSome cleanups for the ambiguous derived-to-base convers...
2008-10-24 Douglas GregorSemantic analysis for C++ reinterpret_cast and const_ca...
2008-10-24 Ted KremenekFix scan-build's processing of clang's analysis argumen...
2008-10-24 Steve NaroffYet another update to the VC++ proj.
2008-10-24 Zhongxing XuThe Decl of an array region can be VarDecl or FieldDecl...
2008-10-24 Zhongxing XuAdd random array and struct test code for SCA.
2008-10-24 Daniel DunbarUse #define trickery to de-XFAIL test/Coverage/codegen...
2008-10-24 Zhongxing XuImplement struct initialization. Make it into a recursi...
2008-10-24 Daniel DunbarUse #define trickery to de-XFAIL test/Coverage/codegen...
2008-10-24 Daniel DunbarDon't crash on invalid source locations in
2008-10-24 Daniel Dunbarsvn:ignore test/SemaCXX/Output
2008-10-24 Daniel DunbarPR2919: __builtin_types_compatible_p strips CRV qualifiers.
2008-10-24 Chris Lattneradd a missing file to project, alphabeticalize.
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...
next