]> granicus.if.org Git - clang/shortlog
clang
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.
2009-07-06 Douglas GregorFix PR 4489, a crash in PCH loading that occurs when...
2009-07-06 Ted KremenekFix <rdar://problem/7033733>. The CF_RETURNS_RETAINED...
2009-07-06 Douglas GregorParsing fix for out-of-line constructors, from Piotr Rak
2009-07-06 Douglas GregorFix out-of-source regression testing for makefiles
2009-07-06 Douglas GregorKeep track of the Expr used to describe the size of...
2009-07-06 Douglas GregorFix bitfield promotion in the presence of explicit...
2009-07-06 Zhongxing XuFurther cleanup of region invalidation code. No functio...
2009-07-06 Zhongxing XuAllocaRegion and SymbolicRegion are both boundable.
2009-07-06 Zhongxing XuStart to gradually move region invalidation code into...
2009-07-06 Argyrios KyrtzidisHaving tests that depend on previously created files...
2009-07-05 Eli FriedmanFix for PR4502: add calculation of the integer conversi...
2009-07-05 Eli FriedmanMore tweaks to types for OpenBSD. Patch by Jonathan...
2009-07-05 Argyrios KyrtzidisMake use of the Index library through the index-test...
2009-07-05 Argyrios KyrtzidisIntroduce the 'Index' library.
2009-07-05 Argyrios KyrtzidisIntroduce the DeclReferenceMap class inside the AST...
2009-07-05 Argyrios KyrtzidisIntroduce the virtual method Decl::getPrimaryDecl().
2009-07-05 Argyrios KyrtzidisAvoid re-checking the parameters of a function, when...
2009-07-05 Argyrios KyrtzidisMake use of ASTNode for return value of clang::ResolveL...
2009-07-05 Argyrios KyrtzidisIntroduce ASTNode class into the AST library.
2009-07-05 Argyrios KyrtzidisDo an early check for function definition.
2009-07-05 Eli FriedmanPer PR4506, fix the type of size_t on OpenBSD.
2009-07-04 Zhongxing XuCompoundLiteralRegion is boundable when it is not in...
2009-07-04 Sebastian RedlCatch function redeclarations with incompatible excepti...
2009-07-04 Zhongxing XuStringRegion is not boundable.
2009-07-03 Fariborz JahanianThis fixes the case where the wrong symbol is emitted...
2009-07-03 Zhongxing Xuremove utility methods that are not very useful.
2009-07-03 Zhongxing Xuadd test case for r74407.
2009-07-03 Ted KremenekUpdate checker build.
2009-07-03 Eli FriedmanAdd an intermediate typedef for __builtin_va_tag to...
2009-07-03 Ted KremenekRemove unused method.
next