summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaDeclAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Switching to use checkAttributeNumArgs for trivial cases. No functional chan...Aaron Ballman2013-07-181-10/+4
* Replacing a morally duplicate diagnostic by adding it to an existing diagnost...Aaron Ballman2013-07-181-3/+6
* Removed a parameter from handleAttrWithMessage to make it more consistent wit...Aaron Ballman2013-07-181-5/+5
* Use SmallVectorImpl& for function arguments instead of SmallVector.Craig Topper2013-07-051-4/+4
* Check LongDoubleFormat instead of just Width as this is PowerPC specific.Roman Divacky2013-07-031-1/+2
* Add support for TF/TC modes available on eg. PowerPC64.Roman Divacky2013-07-031-5/+8
* Don't allow __attribute__((common)) in C++. PR16330.Eli Friedman2013-06-201-0/+6
* Improved source code fidelity for gcc mode attribute.Enea Zaffanella2013-06-201-4/+7
* Adding in parsing and the start of semantic support for __sptr and __uptr poi...Aaron Ballman2013-05-221-12/+6
* Warn on and drop dllimport attrs from variable definitionsReid Kleckner2013-05-201-3/+2
* Implement __declspec(selectany) under -fms-extensionsReid Kleckner2013-05-201-0/+13
* Thread safety analysis: add two new attributes to the thread safety analysis:DeLesley Hutchins2013-05-171-0/+34
* Refactor diagnostics for MS attributes without -fms-extensionsReid Kleckner2013-05-171-66/+73
* ArrayRef'ize InitializationSequence constructor and InitializationSequence::D...Dmitri Gribenko2013-05-031-2/+2
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-0/+1
* Annotate flavor of TLS variable (statically or dynamically initialized) onto ...Richard Smith2013-04-131-2/+2
* Rework how ObjC method inherit deprecated/availability.Ted Kremenek2013-04-061-1/+4
* Add 178663 back.Rafael Espindola2013-04-031-4/+2
* Revert 178663.Rafael Espindola2013-04-031-2/+4
* Don't compute a patched/semantic storage class.Rafael Espindola2013-04-031-4/+2
* Generate metadata to implement the -cl-kernel-arg-info option.Guy Benyei2013-03-241-1/+19
* Add support for the 'endian' attribute for OpenCL.Joey Gouly2013-03-141-0/+13
* Add support for the OpenCL attribute 'vec_type_hint'.Joey Gouly2013-03-081-0/+33
* Process #pragma weak only after we know the linkage of the function or variableRafael Espindola2013-03-021-24/+24
* Be more careful in applying pragma weak. Fixes pr14974.Rafael Espindola2013-02-261-2/+10
* Unify clang/llvm attributes for asan/tsan/msan (Clang part)Kostya Serebryany2013-02-261-9/+49
* Revert r175912, "Add support for coldcc to clang" at John's request.Peter Collingbourne2013-02-231-10/+0
* Add support for coldcc to clangPeter Collingbourne2013-02-221-0/+10
* Don't crash if we try to apply 'alignas' to a variable declared with anRichard Smith2013-02-221-1/+1
* Handle alignas(foo...) pack expansions.Richard Smith2013-02-221-19/+25
* Don't crash when applying an alloc_size attribute on a K&R function.Argyrios Kyrtzidis2013-02-221-1/+5
* Implement C++11 [dcl.align]p6-p8, and C11 6.7.5/7. This had to be split out ofRichard Smith2013-02-221-2/+1
* Add a new 'type_visibility' attribute to allow users toJohn McCall2013-02-201-22/+62
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-2/+2
* The meat of this patch is in BuildCXXMemberCalLExpr where we make it useNick Lewycky2013-02-121-0/+1
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-1/+2
* Fix diagnostic for bad alignas use: it can't be applied to functions.Richard Smith2013-02-011-2/+5
* Implement [dcl.align]p5 and C11 6.7.5/4: alignas cannot underalign.Richard Smith2013-02-011-37/+79
* [Sema][Attr]Fix alignment attribute printing.Michael Han2013-02-011-18/+20
* Downgrade 'attribute ignored when parsing type' from error to warning, to matchRichard Smith2013-01-291-1/+1
* Implement C++11 [dcl.align]p1 and C11 6.7.5/2 rules for alignas and _Alignas.Richard Smith2013-01-291-3/+41
* Propagate the spelling list index for an attribute across template instantiat...Richard Smith2013-01-291-2/+2
* Actually remove the hack which was blocking the Borland-style attributes fromRichard Smith2013-01-291-7/+0
* Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelledRichard Smith2013-01-291-5/+5
* Finish semantic analysis for [[carries_dependency]] attribute.Richard Smith2013-01-281-4/+18
* Tests and a minor bugfix for [dcl.attr.depend]p1 (C++11 [[carries_dependency]]Richard Smith2013-01-281-1/+1
* PR14922: when printing an attribute, use the real syntax of the attribute (GN...Michael Han2013-01-241-193/+372
* Fix some wonky formatting, remove spurious emacs major mode marker. NoNick Lewycky2013-01-241-9/+7
* Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith2013-01-171-12/+37
* Delay linkage checks when validating the weakref attribute.Rafael Espindola2013-01-161-6/+2
OpenPOWER on IntegriCloud