summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use only explicit bool conversion operatorDavid Blaikie2013-05-151-1/+1
* Properly parsing __declspec(safebuffers), though there is no semantic hookup....Aaron Ballman2013-05-041-0/+1
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-021-0/+10
* Revert r180970; it's causing breakage.Douglas Gregor2013-05-021-10/+0
* Use attribute argument information to determine when to parse attribute argum...Douglas Gregor2013-05-021-0/+10
* Fix PR15845: apparently MSVC does not support implicit int in C++ mode.Richard Smith2013-04-301-3/+2
* ArrayRef'ize Sema::ActOnEnumBody. No functionality change.Dmitri Gribenko2013-04-271-2/+2
* Implement C++1y decltype(auto).Richard Smith2013-04-261-2/+1
* Warn that scoped enumerations are a C++11 extenstion when compiling inRichard Trieu2013-04-231-3/+3
* The 'constexpr implies const' rule for non-static member functions is gone inRichard Smith2013-04-211-1/+2
* [Parser] Handle #pragma pack/align inside C structs.Argyrios Kyrtzidis2013-04-181-0/+10
* Fix PR4296: Add parser detection/error recovery for nested functions, from Se...Douglas Gregor2013-04-161-20/+27
* Basic support for Microsoft property declarations andJohn McCall2013-04-161-10/+112
* Parsing support for thread_local and _Thread_local. We give them the sameRichard Smith2013-04-121-4/+18
* <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets ...Douglas Gregor2013-04-081-7/+16
* Enable use of _Static_assert inside structs and unions in C11 mode (as per C1...Andy Gibbs2013-04-031-0/+7
* Assert that Parser::ParseStructUnionBody is not called for C++ code.Andy Gibbs2013-04-031-3/+3
* PR15633: Note that we are EnteringContext when parsing the nested nameRichard Smith2013-04-011-1/+1
* Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar...Richard Smith2013-03-281-11/+32
* [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
OpenPOWER on IntegriCloud