]> granicus.if.org Git - clang/shortlog
clang
2008-10-27 Zhongxing XuAdd store option to scan-build and ccc-analyzer.
2008-10-27 Zhongxing XuUse ASTContext::getCanonicalType() to get TypedRegion...
2008-10-27 Zhongxing XuAn ElementRegion is really a typed region. Its super...
2008-10-27 Douglas GregorWhen destroying a translation unit, deallocate its...
2008-10-27 Zhongxing XuWe cannot get precise lvalue for symbolic base array...
2008-10-27 Steve NaroffReplace common diagnostic with a convenience function.
2008-10-27 Steve NaroffFix <rdar://problem/6315646> clang on xcode: error...
2008-10-27 Zhongxing XuGet the canonical type for struct initialization. The...
2008-10-27 Zhongxing XuAdd test for SCA region store.
2008-10-27 Zhongxing XuAdd test for SCA region store.
2008-10-27 Zhongxing XuOnly loc::MemRegionVal can be modified. This avoids...
2008-10-27 Chris LattnerRename Characteristic_t to CharacteristicKind
2008-10-27 Chris LattnerFix the definition of __builtin_va_list on PPC, which...
2008-10-26 Chris Lattnermake codegen reject initializes with designators, like...
2008-10-26 Chris LattnerRemember whether an initlist had a designator in the...
2008-10-26 Chris Lattnerpass designators into sema. This completes parser...
2008-10-26 Chris Lattnerimplement some more FIXMEs, by rejecting more bogus...
2008-10-26 Chris Lattneradd some simple designator testcases. Reject things...
2008-10-26 Chris Lattnerimprove comments, build array and array range designato...
2008-10-26 Chris Lattnerimprove comments, build a Designation for field designa...
2008-10-26 Chris Lattnerrestructure ParseInitializerWithPotentialDesignator...
2008-10-26 Chris Lattnerimprove MayBeDesignationStart to do the entire determin...
2008-10-26 Chris Lattnerinline the decision logic that chooses between an assig...
2008-10-26 Chris LattnerThis patch continues parser-level implementation of...
2008-10-26 Chris Lattnerminor cleanups
2008-10-26 Sebastian RedlAllow \n for newlines in expected error messages.
2008-10-26 Argyrios KyrtzidisDon't give a default argument to ASTContext::getFunctio...
2008-10-26 Zhongxing XuRemove loc::StringLiteralVal. Now we allocate regions...
2008-10-26 Zhongxing XuSimplify ArrayToPointer conversion. Actually the only...
2008-10-26 Oscar FuentesCMake: Builds and installs clang binary and libs (no...
2008-10-25 Ted KremenekUse string literal for format string specifier; this...
2008-10-25 Ted KremenekDo not crash when performing VisitLValue on union types.
2008-10-25 Zhongxing XuAdd a note file for SCA module. Is it the right place?
2008-10-25 Zhongxing XuAdd code for get the lvalue for string literals. Now...
2008-10-25 Zhongxing XuAdd StringRegion to MemRegions.
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.
next