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