summaryrefslogtreecommitdiffstats
path: root/lib/Sema/SemaStmtAttr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow constant expressions in pragma loop hints.Tyler Nowicki2014-10-121-9/+3
* Add a state variable to the loop hint attribute.Tyler Nowicki2014-07-311-58/+46
* Revert r214333, "Add a state variable to the loop hint attribute."NAKAMURA Takumi2014-07-311-46/+58
* Add a state variable to the loop hint attribute.Tyler Nowicki2014-07-301-58/+46
* Modify how the loop hint attribute is printed as a lead-up to supporting cons...Tyler Nowicki2014-07-291-7/+9
* Add support for #pragma nounroll.Mark Heffernan2014-07-241-3/+11
* In unroll pragma syntax and loop hint metadata, change "enable" forms to a ne...Mark Heffernan2014-07-231-16/+26
* Add support for '#pragma unroll'.Mark Heffernan2014-07-211-66/+60
* Fix PR20069: bad loop pragma arguments crash FEEli Bendersky2014-06-191-14/+5
* Explicitly initialize all fields to avoid -Wmissing-field-initializers warning.Eli Bendersky2014-06-121-5/+6
* Add loop unroll pragma supportEli Bendersky2014-06-111-53/+60
* Avoid dubious IdentifierInfo::getNameStart() usesAlp Toker2014-06-071-1/+1
* Fix DOS-style newlines.Eli Bendersky2014-06-061-181/+181
* Replacing r210333 with an improved solution; we should never reach this code ...Aaron Ballman2014-06-061-2/+3
* Quieting a false-positive which was causing the sanitizer bots to go red.Aaron Ballman2014-06-061-1/+1
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-061-25/+180
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-261-4/+4
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-031-3/+1
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-161-1/+2
* Removing the notion of TargetAttributesSema and replacing it with one where t...Aaron Ballman2014-01-091-1/+0
* PR15300: Support C++11 attributes on base-specifiers. We don't support any suchRichard Smith2013-02-191-2/+2
* Improve C++11 attribute parsing.Michael Han2012-10-031-2/+7
* Inline storage of attributes in AttributedStmt.Alexander Kornienko2012-07-091-1/+1
* Reapply r158700 and fixup patches, minus one hunk that slipped through andSean Hunt2012-06-191-1/+1
* Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen2012-06-191-1/+1
* Improve the specification of spellings in Attr.td.Sean Hunt2012-06-191-1/+1
* Handle C++11 attribute namespaces automatically.Sean Hunt2012-06-181-1/+1
* Add -Wimplicit-fallthrough warning flag, which warns on fallthrough betweenRichard Smith2012-05-031-4/+30
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-141-0/+48