]> granicus.if.org Git - clang/shortlog
clang
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...
2009-07-10 Chris Lattnerlinkify
2009-07-10 Argyrios KyrtzidisAdd documentation for the Index library to clang's...
2009-07-10 Argyrios KyrtzidisSimplify a bit by using functions instead of checking...
2009-07-10 Ted KremenekSwitch BasicStoreManager to use the new CastRegion...
2009-07-09 Fariborz Jahaniandon't crash if class is using itself as its super class.
2009-07-09 Anders CarlssonFix another decltype crash.
2009-07-09 Fariborz JahanianSema check on out of order object initialization of
2009-07-09 Anders CarlssonUse getDeclName in DefineImplicitOverloadedAssign as...
2009-07-09 Douglas GregorAnother little test for C++ [over.over]
2009-07-09 Anders CarlssonPass the DeclName to the diagnostic builder so that...
2009-07-09 Ted KremenekUpdate checker build.
2009-07-09 Douglas GregorAdd test for C++ [over.over.]p1, the contexts in which...
2009-07-09 Zhongxing XuRemove dead code.
2009-07-09 Anders CarlssonStore the isAddressOfOperand in the UnresolvedDeclRefEx...
2009-07-08 Douglas GregorImplement the simple form of overload resolution used...
2009-07-08 Ted KremenekFix: <rdar://problem/7034511> ValueManager::makeIntVal...
2009-07-08 Anders CarlssonIt's not allowed to form member pointers to members...
2009-07-08 Douglas GregorBump the PCH version number
2009-07-08 Douglas GregorImplement template argument deduction when taking the...
2009-07-08 Owen AndersonUpdate for IRBuilder API change.
2009-07-08 Owen AndersonUpdate for LLVM API change.
2009-07-08 Anders CarlssonImplement code generation of ChooseExpr for aggregate...
2009-07-08 Fariborz JahanianPatch adds test to my previous patch for assigning to
2009-07-08 Chris Lattnerfix PR4513, a build problem with VC++, patch by James...
2009-07-08 Duncan SandsCorrect FreeBSD target info, fixing PR4514.
2009-07-08 Douglas GregorFix a corner case with argument-dependent lookup and...
2009-07-08 Douglas GregorUpdate the C++ status table to better reflect our suppo...
2009-07-08 Douglas GregorImprove argument-dependent lookup to find associated...
2009-07-08 Argyrios KyrtzidisInitialize the ConstantArraySizeAsWritten field of...
2009-07-08 Owen AndersonUpdate for LLVM API change.
2009-07-08 Fariborz JahanianImplemented memmove_collectable API for Next runtime
2009-07-08 Chris Lattnerreimplement vector comparisons as [fi]cmp+sext instead...
2009-07-08 Douglas GregorThe canonical type of typeof or decltype with a depende...
2009-07-07 Douglas GregorOverload resolution prefers non-templates to templates
2009-07-07 Douglas GregorTemplate argument deduction from a call has improved...
2009-07-07 Douglas GregorImprove template argument deduction from a call. In...
2009-07-07 Nate BegemanExtra vector element initializers in OpenCL is an error...
2009-07-07 Sebastian RedlImplement checking of exception spec compatibility...
2009-07-07 Anders CarlssonSome (most) type trait expressions require that the...
2009-07-07 Fariborz JahanianDiagnose, and not crash, when taking address of propert...
2009-07-07 Chris LattnerConvert the CharInfo table to be statically initialized...
2009-07-07 Douglas GregorTighten up the conditions under which we build an impli...
2009-07-07 Douglas GregorMake ASTContext explicitly keep track of the declaratio...
2009-07-07 Fariborz JahanianA few change per Doug's feedback.
2009-07-07 Zhongxing XuFix comment.
2009-07-07 Chris Lattnerfix an out-of-date comment.
2009-07-07 Sanjiv Guptapic16 preproc defs.
2009-07-07 Zhongxing Xufix comment.
2009-07-07 Argyrios KyrtzidisRefactor DeclLocResolver/StmtLocResolver into a more...
2009-07-07 Douglas GregorIntroduce the notion of "Relocatable" precompiled heade...
2009-07-06 Ted KremenekNewCastRegion: Handle casts *from* pointers to incomple...
2009-07-06 Ted KremenekFix 80 col violation.
2009-07-06 Ted KremenekRestructure NewCastRegion to use a switch statement...
2009-07-06 Ted KremenekFix 80 col violation.
2009-07-06 Ted KremenekNewCastRegion: Handle casts to any Objective-C pointer...
2009-07-06 Ted KremenekImplement FIXME.
2009-07-06 Ted KremenekUnbreak build by including header.
2009-07-06 Ted KremenekStoreManager::NewCastRegion:
2009-07-06 Ted KremenekMake 'BasicStoreManager' + 'NewCastRegion' testable...
2009-07-06 Argyrios KyrtzidisUpdate CMake files.
2009-07-06 Argyrios KyrtzidisUse the "ASTLocation nomenclature" (instead of the...
2009-07-06 Argyrios KyrtzidisSome changes to ASTLocation's methods
2009-07-06 Argyrios KyrtzidisAdd some comments to the ASTLocation class.
2009-07-06 Argyrios KyrtzidisMove the 'ResolveLocationInAST' function from the Front...
2009-07-06 Argyrios KyrtzidisMove ASTLocation and DeclReferenceMap from the AST...
2009-07-06 Argyrios KyrtzidisRename 'ASTNode' -> 'ASTLocation'.
2009-07-06 Ted KremenekNewCastRegion:
2009-07-06 Ted KremenekFix loop so that 'continue' statements actually cause...
2009-07-06 Ted KremenekMove the new 'CastRegion' implementation from RegionSto...
2009-07-06 Douglas GregorFix a problem with false diagnostics when comparing...
2009-07-06 Ted KremenekUpdate checker build.
next