]> granicus.if.org Git - clang/shortlog
clang
2009-07-16 Steve NaroffRemove ASTContext::isObjCObjectPointerType().
2009-07-16 Chris Lattnercodegen string literals using private linkage now like...
2009-07-16 Daniel DunbarUnbreak build?
2009-07-16 Ted KremenekUpdate CMake file.
2009-07-16 Ted KremenekMove RegionStoreManager over to using new
2009-07-16 Ted KremenekTwo changes:
2009-07-16 Fariborz JahanianGenerate error on declaration containing 'static' and...
2009-07-16 Zhongxing Xuupdate makefile.
2009-07-16 Zhongxing Xuadd copyright comments.
2009-07-16 Devang PatelEnable. Now the LLVM dwarfwriter does not print extra...
2009-07-16 Zhongxing XuAdd a primitive clang whole primitive analyzer tool.
2009-07-16 Zhongxing XuCommit the initial implementation of call graph building.
2009-07-16 Steve NaroffAvoid crashing for the enclosed test case.
2009-07-16 Owen AndersonUpdate for LLVM API change.
2009-07-16 Ted KremenekUse utility method to create 0-index into ElementRegion.
2009-07-15 Fariborz JahanianFixed a stinko which caused an ast-print test failure.
2009-07-15 Ted KremenekHandle some more fallout with the conversion of using...
2009-07-15 Fariborz Jahanian#ifdef'ed out -ast-print of destructors which caused
2009-07-15 Fariborz JahanianAdded ASTs to destructor decl AST for default destructi...
2009-07-15 Ted KremenekFix <rdar://problem/7062158> by having BasicStoreManage...
2009-07-15 Ted KremenekLexically order files in CMakeLists.txt files.
2009-07-15 Daniel DunbarReapply r75764: [llvm up] Switch to using the new Targe...
2009-07-15 Steve NaroffRemove cast from test case (cast was incorrectly added...
2009-07-15 Steve NaroffRemove default argument, since it isn't being used...
2009-07-15 Argyrios KyrtzidisRevert r75764 "[llvm up] Switch to using the new Target...
2009-07-15 Argyrios KyrtzidisAdd comments to indicate why RUN lines are below the...
2009-07-15 Steve NaroffAdd a "t".
2009-07-15 Steve NaroffImplement the ObjC pseudo built-in types as clang ...
2009-07-15 Dan GohmanUpdate for raw_fd_ostream API changes. raw_fd_ostream...
2009-07-15 Daniel DunbarTweak svn:ignore
2009-07-15 Daniel Dunbar[llvm up] Switch to using the new TargetRegistry.
2009-07-15 Zhongxing XuDelete extra whitespaces.
2009-07-15 Zhongxing Xurewrite the logic to make it follow the comments more...
2009-07-15 Ted KremenekEnhance RegionStore's reasoning about Objective-C ivars...
2009-07-15 Zhongxing XuUse utility method.
2009-07-15 Zhongxing XuAdd getName() method to Entity.
2009-07-15 Ted KremenekRelax assertion.
2009-07-15 Ted KremenekMore test cases revealed that the logic in StoreManager...
2009-07-15 Ted KremenekIntroduced the notion of a "derived symbol" using the...
2009-07-14 Ted KremenekHandle cast of 'ObjCObjectRegion' in StoreManager:...
2009-07-14 Fariborz JahanianAdded a FIXME and prevent crash when listing
2009-07-14 Ted KremenekSplit out 'test2' into an i386 and x86_64 file, illustr...
2009-07-14 Owen AndersonUpdate for LLVM API change, and contextify a bunch...
2009-07-14 Ted KremenekThis test currently only passes for 32-bit archs.
2009-07-14 Fariborz JahanianFixed a bug in building ctor-initializer AST.
2009-07-14 Eli FriedmanRemove -ftraditional option, which gcc doesn't actually...
2009-07-14 Devang PatelRevert 75648 for now. It is causing test failures.
2009-07-14 Ted KremenekEnhance RegionStoreManager to handle 'Retrieve's from...
2009-07-14 Chris Lattnerfix fallout of the LLVM codegen switching to formatted_...
2009-07-14 Ted KremenekTweak pretty-printing of CompoundVal to make it more...
2009-07-14 Fariborz JahanianBuild AST for default ctor-initializer when constructor has
2009-07-14 Fariborz JahanianSupport data members of array type in default
2009-07-14 Fariborz JahanianMoved a FIXME to where it was meant to be.
2009-07-14 Steve NaroffIntroduce Type::isAnyPointerType() and convert all...
2009-07-14 Fariborz JahanianPatch to build AST for ctor's initializer list according to
2009-07-14 Chris Lattner[llvm up] adjust to match mainline.
2009-07-14 Anders CarlssonRename RecordLayout.h to ASTRecordLayout.h
2009-07-14 Daniel DunbarRevert r75614 which depend on r75610 (for LLVM), which...
2009-07-14 Steve NaroffAdd a "TypeSpecStartLoc" to FieldDecl. Patch contribute...
2009-07-14 Alisdair MeredithFix the build
2009-07-14 Alisdair MeredithBasic support for C++0x unicode types. Support for...
2009-07-14 Chris Lattneruse new name for method.
2009-07-14 Argyrios KyrtzidisMove the RUN lines on the same file but below the code...
2009-07-14 Argyrios KyrtzidisIn Stmt::printPretty(), pass the SourceManager to dump().
2009-07-14 Argyrios KyrtzidisHandle redeclarations properly at the index-test tool.
2009-07-14 Argyrios KyrtzidisIntroduce redecl_iterator, used for iterating over...
2009-07-14 Argyrios KyrtzidisIntroduce FunctionDecl::getLatestDeclaration() and...
2009-07-14 Argyrios KyrtzidisIntroduce FunctionDecl::getFirstDeclaration() and VarDe...
2009-07-14 Argyrios KyrtzidisAdd a C++ indexing test case, where we show the referen...
2009-07-14 Argyrios KyrtzidisFor C++ overloaded operator calls, set the source locat...
2009-07-14 Argyrios KyrtzidisFor index-test, if the ASTLocation points at a CallExpr...
2009-07-14 Argyrios KyrtzidisRead/write a CXXOperatorCallExpr from/to PCH files.
2009-07-14 Argyrios KyrtzidisFixes for a couple of things:
2009-07-14 Argyrios KyrtzidisHandle struct fields through the index-test tool.
2009-07-14 Argyrios KyrtzidisMove the test input source code to a separate file.
2009-07-14 Argyrios KyrtzidisIn ResolveLocationInAST, handle locations that are...
2009-07-14 Argyrios KyrtzidisIn DeclReferenceMap, map FieldDecls to the MemberExprs...
2009-07-14 Argyrios KyrtzidisRead/write TagDecl's RBraceLoc from/to PCH files.
2009-07-14 Argyrios KyrtzidisPass the right brace SourceLocation from the Parser...
2009-07-14 Argyrios KyrtzidisAdd the SourceLocation for the right brace in TagDecl.
2009-07-14 Devang PatelUse LLVM mangler to get mangled name for debug info...
2009-07-14 Daniel DunbarUpdate debug info generation for ObjCObjectPointer...
2009-07-14 Zhongxing XuInstead of recovering from a wrong invalidation, this...
2009-07-14 Devang PatelI just revertd llvm patch.
2009-07-14 Ted KremenekAdd basic checking for passing NULL to CFRetain/CFRelea...
2009-07-14 Owen AndersonUpdate for API change.
2009-07-13 Ted KremenekTidy pretty-printing for SVals, using 'dump()' instead...
2009-07-13 Ted KremenekWhen pretty-printing symbolic regions, use '{' ......
2009-07-13 Fariborz JahanianFixes a minor bug in pretty printing of ctor defs.
2009-07-13 Ted KremenekChange pretty-printing API for SymExprs and MemRegions...
2009-07-13 Ted KremenekEnhance SimpleSValuator::EvalBinOpNN to recognize the...
2009-07-13 Daniel DunbarExplicitly initialize the options array, MinGW's gcc...
2009-07-13 Daniel DunbarThere is no need to value initialize this array.
2009-07-13 Steve NaroffRemove superfluous call to getAsPointerType()...
2009-07-13 Daniel DunbarMake stdin for test scripts empty, so that tests don...
2009-07-13 Steve NaroffSema::CheckAdditionOperands(): Use Type::getPointeeType...
2009-07-13 Devang PatelNew testcase for rev 75503.
2009-07-13 Chris Lattneradd netbsd support, patch by Krister Kalfridsson!
2009-07-13 Fariborz JahanianAdded pretty-printing support for constructor definition.
2009-07-13 Steve Naroff- Improve comment for Type::getPointeeType().
next