aboutsummaryrefslogtreecommitdiff
path: root/include/clang
AgeCommit message (Expand)Author
2009-05-08Make BlockEntrace program points taggable.Ted Kremenek
2009-05-08Fix typo in method name.Ted Kremenek
2009-05-08Warn if forward class is used as a receiver.Fariborz Jahanian
2009-05-08More type checking for properties, accessors andFariborz Jahanian
2009-05-08Remove experimental ownership attributes from Clang.Ted Kremenek
2009-05-08reimplement __sync_* builtins to be variadic and to follow the sameChris Lattner
2009-05-08Revert r71079.Zhongxing Xu
2009-05-07Add a warning for a missing copy attribute on a property that is aMike Stump
2009-05-07Remove -fobjc-tight-layout, seems to work!Daniel Dunbar
2009-05-07More attribute renaming:Ted Kremenek
2009-05-07add isFriendSpecified.Anders Carlsson
2009-05-07analyzer: Add ProgramPoint 'PostLValue' just to distinguish (forTed Kremenek
2009-05-07Start canonicalizing template names. This is not yet complete, but itDouglas Gregor
2009-05-07Improve semantic checking for blocks. Radar 6441502Mike Stump
2009-05-07Add preliminary support for enhancing null-pointer dereference diagnostics.Ted Kremenek
2009-05-07Bug fix: Not all ConstraintManagers always return a null state when settingTed Kremenek
2009-05-06Back out r70506 (exception spec in AST) again. We won't have exception specs ...Sebastian Redl
2009-05-06Refactor BugReporter interface to have a new 'BugReporterContext' andTed Kremenek
2009-05-06More x86 target feature support.Daniel Dunbar
2009-05-06add getTargetInfo() method to ASTContext.Zhongxing Xu
2009-05-06The super region of ElementRegion no longer needs to be TypedRegion. In theZhongxing Xu
2009-05-06Add parsing of friend specifiers.Anders Carlsson
2009-05-06Eliminate extra vertical space in Clang diagnosticsDouglas Gregor
2009-05-06Improve handling of (X86) target features.Daniel Dunbar
2009-05-06Make StoreManager::CastRegion() virtual and implement a new CastRegion() forZhongxing Xu
2009-05-06Add --analyze-auto.Daniel Dunbar
2009-05-05Implement attribute 'ns_autorelease'.Ted Kremenek
2009-05-05Issue a warning in odd case of instance method usedFariborz Jahanian
2009-05-05remove some incorrect and unimplemented atomic builtins (e.g. Chris Lattner
2009-05-05Implement attribute 'cf_returns_owned' (mirrors 'ns_returns_owned').Ted Kremenek
2009-05-05Rename ownership attributes:Ted Kremenek
2009-05-04Rename attribute 'ns_ownership_returns' to 'ns_returns_ownership'.Ted Kremenek
2009-05-04Remove experimental attribute 'ns_ownership_make_collectable.'Ted Kremenek
2009-05-04Add ASTRecordLayout::getFieldCount accessor, change NextOffset field to 64-bits.Daniel Dunbar
2009-05-04Add ASTRecordLayout::getNextOffset accessor, and some doxygen comments.Daniel Dunbar
2009-05-04Initialize NextOffset correctly, otherwise tight layout fails forDaniel Dunbar
2009-05-04Rename attributes 'objc_ownership...' to 'ns_ownership...'.Ted Kremenek
2009-05-04Rename attributes:Ted Kremenek
2009-05-04Remove support for ObjCMethodDecl attributes that appear between theTed Kremenek
2009-05-04Rename 'makeZeroIndex' to 'makeZeroArrayIndex'.Ted Kremenek
2009-05-04array indexes are unsigned integers of the same width as pointer.Zhongxing Xu
2009-05-04Per conversations with Zhongxing, add an 'element type' toTed Kremenek
2009-05-04Implement support for comparing pointers with <, >, <=, >=, ==, and !=Douglas Gregor
2009-05-04Add -fobjc-tight-layout.Daniel Dunbar
2009-05-03PR2524: downgrade taking address of expression of type 'void' to an Eli Friedman
2009-05-03PR4134: Implement __builtin_extract_return_addr.Eli Friedman
2009-05-03Remove ASTContext::addRecordToClass.Daniel Dunbar
2009-05-03Split out getASTObjCImplementationLayoutDaniel Dunbar
2009-05-03PR4063, with feeling: Chain PP callbacks by default.Daniel Dunbar
2009-05-03add a flag to output asm constraints so that we efficiently knowChris Lattner