Age | Commit message (Expand) | Author |
2009-05-13 | Some early declarations to support sentinel attribute on | Fariborz Jahanian |
2009-05-13 | reject use of the GNU _Decimal32 extension with a diagnostic, not an abort. | Chris Lattner |
2009-05-13 | Fix rdar://6881069, a crash on a form of vector_size that we | Chris Lattner |
2009-05-13 | Changed wording of warning when attribute is on | Fariborz Jahanian |
2009-05-13 | Semantic analysis for explicit instantiation of class templates. We | Douglas Gregor |
2009-05-12 | Implement parsing for explicit instantiations of class templates, e.g., | Douglas Gregor |
2009-05-12 | improve the diagnostic for uses of the GCC "global variable in a register" ex... | Chris Lattner |
2009-05-12 | Parser::ParseDeclarationOrFunctionDefinition no longer needs to accept | Douglas Gregor |
2009-05-12 | Method attributes may only be specified on method | Fariborz Jahanian |
2009-05-12 | Refactor the parsing of declarations so that template declarations can | Douglas Gregor |
2009-05-12 | Diagnostic wording fix, from Anders Johnsen | Douglas Gregor |
2009-05-12 | Patch to implement ivar synthesis of properties declared in protocols | Fariborz Jahanian |
2009-05-12 | Add logic for invalidating array region to CFRefCount.cpp. When invalidating | Zhongxing Xu |
2009-05-12 | Make precompiled headers work with -E. When we're only preprocessing | Douglas Gregor |
2009-05-11 | Encapsulate template arguments lists in a new class, | Douglas Gregor |
2009-05-11 | BugReport::getEndPath() - Only add a Stmt's range to the constructed PathDiag... | Ted Kremenek |
2009-05-11 | Friend declarations are only valid inside class definitions. | Anders Carlsson |
2009-05-11 | Add an ActOnFriendDecl and call it for friend class decls. | Anders Carlsson |
2009-05-11 | Implement the notions of the "current instantiation" and "unknown | Douglas Gregor |
2009-05-11 | Add ParentMap:getParentIgnoreParens(). | Ted Kremenek |
2009-05-10 | Implement the semantics of the injected-class-name within a class | Douglas Gregor |
2009-05-10 | Implement C++0x nullptr. | Sebastian Redl |
2009-05-09 | Rename: | Zhongxing Xu |
2009-05-09 | As discussed with Ted, rename TypedRegion::getObjectType() to | Zhongxing Xu |
2009-05-09 | Add back Parse/Sema support for attributes cf_returns_retained and | Ted Kremenek |
2009-05-09 | Fix lurking bug in one of the versions of | Ted Kremenek |
2009-05-09 | rename: MemRegion: | Zhongxing Xu |
2009-05-08 | We want to diagnose sending message to a forward class | Fariborz Jahanian |
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 |