summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ParseDecl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improvements to vexing-parse warnings. Make the no-parameters case moreRichard Smith2012-07-301-10/+8
* Fix an assertion failure when code completing an auto variable's initialiser.Peter Collingbourne2012-07-271-0/+1
* Pedantic -pedantic correction. Duplicate cv-qualifiers are permitted in C++11Richard Smith2012-07-241-6/+6
* Fix a typo (the the => the)Sylvestre Ledru2012-07-231-1/+1
* Add diagnostics for comma at end of enum and for extra semicolon at namespaceRichard Smith2012-07-231-4/+4
* Fixes an ObjC++ parse crash caused by delayed parsingFariborz Jahanian2012-07-201-1/+4
* Better parser recovery in Objective-C containers.Jordan Rose2012-07-091-4/+22
* objective-c++ parsing. Turn off delayed parsingFariborz Jahanian2012-07-051-1/+3
* Obj-C++11 parser: handle a fall out of delayed Fariborz Jahanian2012-07-031-1/+1
* Obj-C++11 parser: fix broken parsing of c-functionFariborz Jahanian2012-07-031-4/+3
* Obj-C++11 parser: turn off buffering ofFariborz Jahanian2012-07-031-1/+3
* objective-c: just as we have done for method definitions,Fariborz Jahanian2012-07-021-0/+8
* A ':' after an enum-specifier at class scope is a bitfield, not a typo for a ...Richard Smith2012-07-021-3/+6
* Add support for the C11 _Alignof keyword.Jordan Rose2012-06-301-1/+1
* Use -frewrite-includes for crash reports.David Blaikie2012-06-291-0/+2
* Whitespace.Chad Rosier2012-06-261-147/+147
* Extend the "expected ';' after struct" logic to also apply to enums, and toRichard Smith2012-06-251-4/+23
* Recognize GNU attributes after 'enum class'. Fixes the libc++ build.John McCall2012-06-231-1/+8
* Clean up a large number of C++11 attribute parse issues, including parsingAlexis Hunt2012-06-231-18/+51
* Reapply r158700 and fixup patches, minus one hunk that slipped through andAlexis Hunt2012-06-191-2/+5
* Reapplying the changes from r158717 as they were rolled back to avoid merge c...Aaron Ballman2012-06-191-37/+143
* Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen2012-06-191-148/+39
* Improves parsing and semantic analysis for MS __declspec attributes. This in...Aaron Ballman2012-06-191-37/+143
* Improve the specification of spellings in Attr.td.Alexis Hunt2012-06-191-2/+5
* Handle C++11 attribute namespaces automatically.Alexis Hunt2012-06-181-11/+16
* [MSExtensions] Add support for __forceinline.Michael J. Spencer2012-06-181-3/+8
* Recover when correcting an unknown type name to a keyword like "struct".Kaelyn Uhrain2012-06-151-3/+7
* If parsing a trailing-return-type fails, don't pretend we didn't have one atRichard Smith2012-06-121-2/+2
* Recognize the MS inheritance attributes and turn them into attributesJohn McCall2012-05-221-4/+0
* CXXThisScopeRAII objects aren't free, don't compute one if it's unused.Benjamin Kramer2012-05-171-1/+1
* [libclang/AST] When declaring a local class, don't neglect to set the end loc...Argyrios Kyrtzidis2012-05-161-0/+1
* Move the warnings for extra semi-colons under -Wextra-semi. Also, addedRichard Trieu2012-05-161-4/+2
* Typo.Richard Smith2012-05-151-1/+1
* If we see a declaration which is either missing a type or has a malformed type,Richard Smith2012-05-151-1/+4
* Don't use the implicit int rule for error recovery in C++. Instead, try toRichard Smith2012-05-151-5/+54
* Push the knowledge that we are parsing a type-id/type-name further into theRichard Smith2012-05-091-2/+5
* Stop AltiVec parsing from going down the 'implicit int' codepath as part of itsRichard Smith2012-05-091-1/+6
* Change how we suppress access control in explicit instantiationsJohn McCall2012-05-071-24/+36
* Refactor DelayedDiagnostics so that it keeps diagnostics inJohn McCall2012-05-071-2/+2
* Revert most of r154844, which was disabled in r155975. Keep around theRichard Smith2012-05-021-19/+3
* Disable our non-standard delayed parsing of exception specifications. DelayingRichard Smith2012-05-021-0/+6
* switch some uses of ExpectAndConsume(tok::semi to use ExpectAndConsumeSemi. ...Chris Lattner2012-04-281-4/+3
* Imrpove the note text for when a non-type decl hides a tag typeKaelyn Uhrain2012-04-271-1/+1
* Add note to help explain why a tag such as 'struct' is needed to referKaelyn Uhrain2012-04-261-2/+14
* Don't try to delay parsing the exception specification for a data member of aRichard Smith2012-04-241-0/+2
* Implement the last part of C++ [class.mem]p2, delaying the parsing ofDouglas Gregor2012-04-161-5/+12
* Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor2012-04-161-6/+28
* Delete late parsed attributes instead of leaking them.Benjamin Kramer2012-04-141-0/+1
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-141-1/+1
* Part of PR10101: after a parse error in a declaration, try harder to find theRichard Smith2012-04-111-4/+62
OpenPOWER on IntegriCloud