summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor the LookupResult API to simplify most common operations. Require us...John McCall2009-10-091-2/+3
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-7/+7
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-9/+8
* reduce indentation.Chris Lattner2009-09-081-17/+16
* Regularize the case and sort.Mike Stump2009-08-261-6/+6
* Handle the implicit 'this' parameter for format attributes.Anders Carlsson2009-08-251-3/+12
* Enhance diagnostics concerning attribute 'ns_returns_retained' and 'cf_return...Ted Kremenek2009-08-191-4/+6
* Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interf...Argyrios Kyrtzidis2009-08-191-2/+3
* Change handling of attribute 'malloc' to only accept the attribute on functionTed Kremenek2009-08-151-14/+7
* Per Eli Friedman's feedback, handle attribute 'malloc' being applied toTed Kremenek2009-08-141-5/+5
* Use 'dyn_cast' instead of a check for a function declaration followed by aTed Kremenek2009-08-141-2/+3
* Improve Sema's handling of attribute 'malloc' to reject the attribute whenTed Kremenek2009-08-141-18/+26
* change cast to dyn_cast because d may not be a FunctionDeclRyan Flynn2009-08-131-1/+1
* change a dyn_cast to castRyan Flynn2009-08-121-1/+1
* fix a couple of problems with section attributes:Chris Lattner2009-08-101-10/+20
* warn, as gcc does, if __attribute__((malloc)) applied to function returning n...Ryan Flynn2009-08-091-0/+7
* map previously ignored __attribute((malloc)) to noalias attribute of llvm fun...Ryan Flynn2009-08-091-0/+17
* Introduce a new PragmaPack attribute, and use it for #pragma pack. The Packed...Anders Carlsson2009-08-081-2/+2
* add support for FreeBSD's format(printf0,x,y) attribute; allows null format s...Ryan Flynn2009-08-061-1/+2
* Canonicalize else.Mike Stump2009-08-041-2/+1
* PR3679 - enable #pragma weak aliasing.Ryan Flynn2009-07-311-6/+12
* PR3679 - handle #pragma weakRyan Flynn2009-07-301-0/+47
* Change uses of:Ted Kremenek2009-07-291-10/+10
* Fix 80-col violations, reflow a few comments and zap some extraMike Stump2009-07-241-159/+158
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-10/+10
* Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek2009-07-171-1/+1
* Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.Ted Kremenek2009-07-161-9/+9
* Generate error on declaration containing 'static' and '__attribute__((weak))'Fariborz Jahanian2009-07-161-0/+13
* Handle some more fallout with the conversion of using PointerType forTed Kremenek2009-07-151-2/+2
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-2/+3
* De-ASTContext-ify DeclContext.Argyrios Kyrtzidis2009-06-301-2/+2
* Remove the ASTContext parameter from the getBody() methods of Decl and subcla...Argyrios Kyrtzidis2009-06-301-1/+1
* Remove the ASTContext parameter from the attribute-related methods of Decl.Argyrios Kyrtzidis2009-06-301-55/+50
* OpenCL 1.0 support: attributesNate Begeman2009-06-261-0/+27
* Move the static DeclAttrs map into ASTContext. Fixes <rdar://problem/6983177>.Douglas Gregor2009-06-181-49/+53
* Support dependent extended vector types and template instantiationDouglas Gregor2009-06-171-39/+34
* Add more parser support for Microsoft extensions.Eli Friedman2009-06-081-0/+3
* implementation of format_arg for ObjC methods/functions.Fariborz Jahanian2009-05-201-0/+70
* Patch finishes off application of printf attribute on blocks.Fariborz Jahanian2009-05-191-4/+9
* Minor tweak to support format attribute on blocks. No change in functionality.Fariborz Jahanian2009-05-181-3/+3
* Reflow some comments.Mike Stump2009-05-161-10/+8
* Removed superfluous code.Fariborz Jahanian2009-05-151-11/+0
* Early support for __format__attribute on blocks.Fariborz Jahanian2009-05-151-4/+32
* improved on diagnosing misplacement of sentinel attributes.Fariborz Jahanian2009-05-151-3/+4
* This patch finishes off the sentinel attribute handling forFariborz Jahanian2009-05-151-5/+3
* updated comments.Fariborz Jahanian2009-05-141-3/+2
* Adds recognition of sentinel attribute on block declarations.Fariborz Jahanian2009-05-141-2/+24
* Look for and diagnose missing sentinel argument on messageFariborz Jahanian2009-05-131-2/+1
* Add some basic type checking for attributes ns_returns_retained andTed Kremenek2009-05-131-39/+39
* Fix rdar://6880951 by rejecting vectors of vectors.Chris Lattner2009-05-131-2/+3
OpenPOWER on IntegriCloud