]> granicus.if.org Git - clang/shortlog
clang
2009-07-17 Zhongxing XuCallGraph: add a bunch of stmt visitors.
2009-07-17 Zhongxing XuRelax the assertion in ASTLocation's ctor: if the decl...
2009-07-17 Zhongxing XuCallGraph:
2009-07-17 Mike StumpFixup indentation of rest of switch statement to match...
2009-07-17 Ted KremenekReplaced Type::getAsLValueReferenceType(), Type::getAsR...
2009-07-17 Argyrios KyrtzidisIf we are not doing a Debug build, no need for the...
2009-07-17 Argyrios KyrtzidisObjCCategoryImplDecl and ObjCImplementation do not...
2009-07-17 Argyrios KyrtzidisCheck whether the IdentifierInfo is null, before using it.
2009-07-17 Mike StumpMake noreturn functions alter the CFG.
2009-07-17 Ted KremenekReplace Type::getAsReferenceType() with Type::getAs...
2009-07-17 Ted KremenekUpdate cf_returns_retained/ns_returns_retained examples...
2009-07-17 Ted KremenekUpdate test case to use '__has_feature' macro.
2009-07-16 Daniel DunbarSome more ?: for Obj-C tests.
2009-07-16 Daniel DunbarFix unused variable warnings (with -Asserts)
2009-07-16 Fariborz Jahanianir-gen for --/++ operators of objc object pointers
2009-07-16 Daniel DunbarAdd more testing of ?: for Obj-C object types.
2009-07-16 Daniel Dunbar[llvm up] Add support for '#' component of QA_OVERRIDE_...
2009-07-16 Daniel DunbarAdd extra print for --time-tests output.
2009-07-16 Anton KorobeynikovHook in s390x stuff into clang
2009-07-16 Ted KremenekAdd member template 'Type::getAs<T>', which converts...
2009-07-16 Ted KremenekMove the source-level CFG from libAST to libAnalysis.
2009-07-16 Ted KremenekAdd 'clang-wpa' to the CMake-based build.
2009-07-16 Owen AndersonUpdate for LLVM API change.
2009-07-16 Fariborz JahanianDiagnose ++/-- op on objc pointers in
2009-07-16 Chris Lattneruse CreateRuntimeVariable to get __CFConstantStringClas...
2009-07-16 Steve NaroffCleanup a couple loops and improve a comment (based...
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.
next