]> granicus.if.org Git - clang/shortlog
clang
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().
2009-07-13 Steve NaroffFix 5 issues from Chris's feedback on http://llvm.org...
2009-07-13 Devang PatelUpdate debug info type cache after fwd decl is replaced...
2009-07-13 Devang PatelFix comment.
2009-07-13 Owen AndersonUpdate for LLVM API change.
2009-07-13 Chris Lattnerminor cleanups, reduce nesting of if's with early return.
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-07-12 Daniel DunbarMatch declaration to definition.
2009-07-12 Chris Lattnerfix file headers.
2009-07-12 Chris Lattnerfix typo in file headers.
2009-07-12 Chris Lattnerimprove comments.
2009-07-12 Chris Lattnerdocument the diagnostics pragmas, patch by Louis Gerbarg!
2009-07-12 Chris Lattneradd push/pop semantics for diagnostics. Patch by Louis...
2009-07-12 Daniel DunbarRevert to using shell to find files instead of 'find...
2009-07-11 Daniel DunbarStop looking for tests in the Output/ directory.
2009-07-11 Daniel DunbarThe -disable-free hack didn't work...
2009-07-11 Daniel DunbarForce NeXT runtime for this test.
2009-07-11 Daniel DunbarRemove excessive use of Carbon.h / Cocoa.h in clang...
2009-07-11 Daniel DunbarAdd --time-tests option to test runner, for profiling...
2009-07-11 Daniel DunbarFix comment, and reduce computational expense of this...
2009-07-11 Daniel DunbarAdd -disable-free to this test in the hopes if having...
2009-07-11 Daniel DunbarFix type conversion of ObjCObjectPointerType.
2009-07-11 Daniel DunbarGenerate correct prototype for objc_enumerationMutation.
2009-07-11 Daniel DunbarFix test case to match intent.
2009-07-11 Nuno Lopesrestore proper valgrind support.
2009-07-11 Alisdair MeredithFix breakage on Windows, cannot redeclare loop variable...
2009-07-11 Ted KremenekHandle insidious corner case exposed by RegionStoreMana...
2009-07-11 Zhongxing Xuremove duplicated test cast.
2009-07-11 Anders CarlssonFix a test.
2009-07-11 Ted KremenekRestructure RegionStoreManager::EvalBinOp() as a switch...
2009-07-11 Eli FriedmanFix typo (found by gcc warning).
2009-07-11 Anders CarlssonAdd another test.
2009-07-11 Anders CarlssonImplement more of C++0x 'auto'. A variable with an...
2009-07-11 Ted KremenekFix warning when compiling with optimizations:
2009-07-11 Ted KremenekThis test passes with RegionStoreManager.
2009-07-11 Ted KremenekThis test now passes with RegionStoreManager.
2009-07-10 Anders CarlssonRemove some unused code from an experiment that I didn...
2009-07-10 Steve NaroffThis patch includes a conceptually simple, but very...
2009-07-10 Ted KremenekRestructure RegionStoreManager::getSizeInElements(...
2009-07-10 Eli FriedmanFix silly mistake I made applying patch to fix test.
2009-07-10 Ted KremenekRename test file.
2009-07-10 Ted KremenekRegionStoreManager also passes this test file.
2009-07-10 Ted KremenekRegionStoreManager now correctly passes this test file.
2009-07-10 Ted KremenekTest case in test/Analysis/xfail_regionstore_wine_crash...
2009-07-10 Anders CarlssonFix type of 'this' and add a decltype test.
2009-07-10 Ted KremenekRevert r75281 and simply remove the assertion in NewCas...
2009-07-10 Ted KremenekFix crash in StoreManager::NewCastRegion regarding...
2009-07-10 Eli FriedmanUse /usr/bin/env trick to find python. Patch by Kriste...
2009-07-10 Fariborz JahanianPatch to build list of inherited virtual base classes
2009-07-10 Eli FriedmanMisc fixes to fix tests on OpenBSD, per email to cfe...
2009-07-10 Anders CarlssonFix a problem that Eli noticed, and that Doug helped...
2009-07-10 Ted KremenekRename potentially ambiguous member template 'getRegion...
next