summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Parser] Don't code-complete twice.Argyrios Kyrtzidis2013-03-271-1/+1
* PR15290: 'this' is not permitted in the declaration of a friend function,Richard Smith2013-03-151-4/+6
* Remove unused variable.Benjamin Kramer2013-03-081-1/+0
* Add support for the OpenCL attribute 'vec_type_hint'.Joey Gouly2013-03-081-10/+37
* Don't accidentally and silently accept C++11 attributes in decl-specifier-seqsRichard Smith2013-02-221-1/+1
* Per the grammar in [dcl.dcl]p1, a simple-declaration can only have attributesRichard Smith2013-02-221-2/+3
* Handle alignas(foo...) pack expansions.Richard Smith2013-02-221-10/+4
* PR15311: Finish implementation of the suggested resolution of core issue 1488,Richard Smith2013-02-201-0/+7
* Process and handle attributes on conditions and for loop variables. Process andRichard Smith2013-02-201-1/+4
* Don't repeat the function name in the comment.Richard Smith2013-02-201-4/+4
* PR15300: Support C++11 attributes on base-specifiers. We don't support any suchRichard Smith2013-02-191-0/+19
* Accept over-qualified constructor in MSVC emulation modeDmitri Gribenko2013-02-121-6/+3
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-3/+4
* Thread safety analysis: make sure that expressions in attributes are parsedDeLesley Hutchins2013-02-071-0/+1
* Add OpenCL samplers as Clang builtin types and check sampler related restrict...Guy Benyei2013-02-071-0/+7
* 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-0/+3
* Treat alignas and _Alignas as keyword attributes. This allows us toRichard Smith2013-01-291-10/+6
* Replace AS_MSTypespec with AS_Keyword, for representing any attribute spelledRichard Smith2013-01-291-5/+7
* Finish semantic analysis for [[carries_dependency]] attribute.Richard Smith2013-01-281-2/+7
* Give a more informative error message when the dot or arrow operator is usedRichard Trieu2013-01-261-3/+6
* Implement OpenCL event_t as Clang builtin type, including event_t related Ope...Guy Benyei2013-01-201-0/+7
* Parsing support for C11's _Noreturn keyword. No semantics yet.Richard Smith2013-01-171-0/+6
* Implement C++11 semantics for [[noreturn]] attribute. This required splittingRichard Smith2013-01-171-0/+2
* *this is const in a trailing-return-type for a constexpr member function.Richard Smith2013-01-141-1/+3
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Pass false instead of 0 since isStar parameter of getArray has type bool. No ...Nikola Smiljanic2013-01-111-1/+1
* PR14855: don't silently swallow a nested-name-specifier after a type name.Richard Smith2013-01-081-1/+5
* s/CXX0X/CXX11/g, except for __GNU_EXPERIMENTAL_CXX0X__, and update a few near...Richard Smith2013-01-021-12/+12
* s/CPlusPlus0x/CPlusPlus11/gRichard Smith2013-01-021-17/+17
* Remove unused arguments and rename to conform to coding standards.Chad Rosier2012-12-211-4/+4
* Indent.Chad Rosier2012-12-211-2/+1
* Remove unnecessary checks.Chad Rosier2012-12-211-6/+3
* Use the MaybeParseMicrosoftAttributes function.Chad Rosier2012-12-201-2/+1
* Revert r170500. It over-zealously converted *ALL* things named Attributes, wh...Bill Wendling2012-12-201-8/+8
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-8/+8
* Re-commit r170428 changes with Linux style file endings.Guy Benyei2012-12-181-0/+48
* Revert changes from r170428, as I accidentally changed the line endings of th...Guy Benyei2012-12-181-48/+0
* Add OpenCL images as clang builtin types.Guy Benyei2012-12-181-0/+48
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-3/+3
* Don't include Type.h in DeclarationName.h.Benjamin Kramer2012-12-011-0/+1
* Improve diagnostic on C++11 attribute specifiers that appear at wrong syntact...Michael Han2012-11-261-5/+32
* Made the "expected string literal" diagnostic more expressiveAndy Gibbs2012-11-171-1/+2
* Accept and pass arguments to __unknown_anytype in argumentJohn McCall2012-11-141-0/+6
* Teach Clang parser to reject C++11 attributes that appertain to declaration s...Michael Han2012-11-061-1/+19
* Thread safety analysis: Fixed ICE caused by double delete when late parsedDeLesley Hutchins2012-11-021-2/+5
* Change diagnostics for enums with fixed underlying type so in C++98 mode, we ...Eli Friedman2012-11-021-4/+7
* 'constexpr' and 'friend' are both declaration specifiers. Teach the parser th...Richard Smith2012-10-251-3/+5
* DR1528: C++11 doesn't allow repeated cv-qualifiers in declarators after all.Richard Smith2012-10-171-6/+6
* Fixed FunctionTypeLoc range for trailing return type.Abramo Bagnara2012-10-151-3/+10
OpenPOWER on IntegriCloud