]> granicus.if.org Git - clang/shortlog
clang
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.
2009-07-03 Ted KremenekBasicStoreManager: Use SymbolManager::canSymbolicate...
2009-07-03 Ted KremenekFix a horrible CFG bug reported in <rdar://problem...
2009-07-02 Daniel DunbarRevert prev commit, we have much bigger problems becaus...
2009-07-02 Daniel DunbarAvoid @staticmethod to allow use with Python 2.3.
2009-07-02 Ted KremenekReplace guarded calls in RegionStoreManager to
2009-07-02 Ted KremenekEnhance RegionStore to lazily symbolicate fields and...
2009-07-02 Ted KremenekFix RUN line so this test doesn't hang.
2009-07-02 Fariborz JahanianPatch to allocate list of bases in CXXRecordDecl
2009-07-02 Ted KremenekStoreManagers: Use 'hasGlobalsStorage()' and 'hasParame...
2009-07-02 Ted KremenekAdd a separate MemSpaceRegion for function/method argum...
2009-07-02 Ted KremenekRemove commented methods. Add MemRegion::printStdErr().
2009-07-02 Douglas GregorAdd support for retrieving the Doxygen comment associat...
2009-07-01 Douglas GregorLook through vector types when determining the base...
2009-07-01 Fariborz JahanianUse Destroy for member initializer list clean up.
2009-07-01 Ted KremenekMinor code cleanup: pull variables into scope of 'if...
2009-07-01 Douglas GregorFix PR 4489, a PCH crash during de-serialization.
2009-07-01 Ted KremenekTemporarily disable RegionStore for stack-addr-ps.c...
2009-07-01 Ted KremenekAdd a FIXME to RegionStore, do some minor code cleanup...
2009-07-01 Owen AndersonUpdate for changes in LLVM. Hopefully this is the...
2009-07-01 Douglas GregorKeep track of more information within the template...
2009-07-01 Owen AndersonHold the LLVMContext by reference instead of by pointer.
2009-07-01 Fariborz JahanianUpdated CXXConstructorDecl AST node for ctor-initilaize...
2009-07-01 Daniel DunbarFix thinko in r74506, test condition for floats was...
2009-07-01 Daniel DunbarDriver: Mark some Compilation members const.
2009-07-01 Daniel DunbarDriver: Move Compilation::Execute to Driver::ExecuteCom...
2009-07-01 Fariborz JahanianPatch to implement template types in ctor-initializer...
2009-07-01 Daniel DunbarDriver: Improve diagnostics for failed commands.
2009-07-01 Daniel DunbarDriver: Add Source argument for Commands to hold the...
2009-07-01 Sebastian RedlAdd header search path for Gentoo stable, x86_64 version.
2009-07-01 Owen AndersonUpdate for LLVMContext+Module change.
2009-07-01 Douglas GregorTwo fixes to make Clang build on Visual C++ (again...
2009-07-01 Steve NaroffRework Sema::CheckConditionalOperands(). No functionali...
2009-07-01 Nate BegemanImplement Eli's feedback for vecto constant expressions;
2009-07-01 Chris Lattneruse new and simplified LLVM APIs. Patch by Jay Foad!
2009-07-01 Eli FriedmanFix for PR4192: fix the definition of int64_t on x86_64...
2009-07-01 Zhongxing Xuadd fixme.
2009-07-01 Douglas GregorCope with explicitly-specified function template argume...
next