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