summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Feed proper source-location information into Sema::LookupSingleResult,Douglas Gregor2010-04-151-1/+4
* Twik to radar 7839485. Do not attach weak_import attribute to classFariborz Jahanian2010-04-131-3/+3
* Turn off warning about weak_import attributeFariborz Jahanian2010-04-131-3/+1
* Issue warning when 'weak_import' attribute is applied on a class onlyFariborz Jahanian2010-04-121-3/+8
* Support __attribute__((unused)) on types. This suddenly started firingJohn McCall2010-03-311-1/+2
* Add Support for 'warn_unused_result" attribute onFariborz Jahanian2010-03-301-5/+11
* Add comment indicating that we intentionally don't add the noreturnTed Kremenek2010-03-261-0/+3
* Ignore a more comprehensive set of gcc-special format attributes.Duncan Sands2010-03-231-1/+2
* (re)implement PR6542, accepting and discarding the __gcc_tdiag__Chris Lattner2010-03-221-0/+8
* Perform access control for the implicit base and member destructor callsJohn McCall2010-03-161-1/+7
* Remember declaration scope qualifiers in the AST. Imposes no memory overheadJohn McCall2010-03-151-0/+8
* Allow __attribute__((unused)) to be applied to ObjC ivars.Ted Kremenek2010-02-251-1/+1
* Add support for the weakref attribute. We still produce "alias weak" as llvm-...Rafael Espindola2010-02-231-10/+93
* Clang really intends to reject attribute 'warn_unused_result' on Objective-C ...Ted Kremenek2010-02-211-1/+1
* Change the behavior of ibaction attributes to be attached to methods, not ivars.Ted Kremenek2010-02-181-16/+25
* Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes toTed Kremenek2010-02-181-0/+8
* Add IBAction attribute to keep the IBOutlet attribute company.Ted Kremenek2010-02-171-7/+18
* dllimport and dllexport are declspec attributes, too. They're alsoCharles Davis2010-02-161-80/+7
* Use the allocator associated with ASTContext to allocate the argsTed Kremenek2010-02-111-1/+1
* Remove use of 'std::string' from Attr objects, using instead a byteTed Kremenek2010-02-111-5/+5
* Standardize the parsing of function type attributes in a way thatJohn McCall2010-02-051-118/+11
* Testing, 1, 2, 3...Charles Davis2010-02-051-2/+4
* Allow calling convention attributes to apply to types. Patch by Chip Davis!John McCall2010-02-041-0/+16
* Implement access-check delays for out-of-line member definitionsJohn McCall2010-01-271-22/+45
* Correctly treat 64 bit integers specified via the mode attribute as the 'long'Chandler Carruth2010-01-261-2/+8
* Simplify code with StringRef.Benjamin Kramer2010-01-231-6/+5
* implement PR6007, diagnosing invalid attribute((section))Chris Lattner2010-01-121-5/+10
* Generalize target weirdness handling having proper layering in mind:Anton Korobeynikov2010-01-101-1/+5
* Get rid of FixedWidthIntType, as suggested by Chris and Eli.Anders Carlsson2009-12-291-1/+4
* warn when attribute warn_unused_result is applied to void functions.Nuno Lopes2009-12-221-1/+6
* fix PR4010: add support for the warn_unused_result for function pointersNuno Lopes2009-12-201-4/+3
* This patch should fix PR2461. It allows clang to apply the noreturnMike Stump2009-12-151-1/+2
* Add support for the cleanup attribute for C++; we don't have to copyMike Stump2009-12-091-4/+0
* DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia...John McCall2009-12-071-4/+4
* Fix for PR5650 - Revised vector_size attribute handling to be done earlier be...John Thompson2009-12-041-86/+1
* Use StringRef in Attr constructors.Benjamin Kramer2009-11-301-10/+4
* Parse C++ member check attributes - base_check, hiding, and override.Alexis Hunt2009-11-251-43/+125
* Rip out TemplateIdRefExpr and make UnresolvedLookupExpr and John McCall2009-11-241-3/+4
* Added rudimentary C++0x attribute support.Alexis Hunt2009-11-211-3/+45
* Start support of weak_import objective-c classes.Fariborz Jahanian2009-11-171-1/+1
* Adjust format attribute index for implicit object arguments. Fixes PR5521.Sebastian Redl2009-11-171-1/+8
* Add support for cdecl attribute. (As far as I know, it doesn't affect CodeGenEli Friedman2009-11-091-0/+33
* Diagnose the use of 'fastcall' on functions without prototypes or withJohn McCall2009-11-041-0/+18
* Change our basic strategy for avoiding deprecation warnings when the decl useJohn McCall2009-11-041-0/+59
* Rename FunctionDecl::isInline/setInline toDouglas Gregor2009-10-271-3/+3
* Preserve type source information in TypedefDecls. Preserve it acrossJohn McCall2009-10-241-6/+11
* PR5218: Replace IdentifierInfo::getName with StringRef version, now that clientsDaniel Dunbar2009-10-181-3/+3
* Simplify HandleModeAttr.Daniel Dunbar2009-10-181-11/+8
* Simplify HandleFormatAttr.Daniel Dunbar2009-10-181-35/+41
* Fix for PR 5181.Edward O'Callaghan2009-10-131-1/+4
OpenPOWER on IntegriCloud