summaryrefslogtreecommitdiff
path: root/lib/Sema/SemaStmtAttr.cpp
Commit message (Expand)AuthorAge
* Fix PR20069: bad loop pragma arguments crash FEEli Bendersky2014-06-19
* Explicitly initialize all fields to avoid -Wmissing-field-initializers warning.Eli Bendersky2014-06-12
* Add loop unroll pragma supportEli Bendersky2014-06-11
* Avoid dubious IdentifierInfo::getNameStart() usesAlp Toker2014-06-07
* Fix DOS-style newlines.Eli Bendersky2014-06-06
* Replacing r210333 with an improved solution; we should never reach this code ...Aaron Ballman2014-06-06
* Quieting a false-positive which was causing the sanitizer bots to go red.Aaron Ballman2014-06-06
* Adding a new #pragma for the vectorize and interleave optimization hints.Aaron Ballman2014-06-06
* [C++11] Use 'nullptr'. Sema edition.Craig Topper2014-05-26
* Fix a bunch of mislayered clang/Lex includes from SemaAlp Toker2014-05-03
* Distinguish between attributes explicitly written at the request of the user,...Aaron Ballman2014-01-16
* Removing the notion of TargetAttributesSema and replacing it with one where t...Aaron Ballman2014-01-09
* PR15300: Support C++11 attributes on base-specifiers. We don't support any suchRichard Smith2013-02-19
* Improve C++11 attribute parsing.Michael Han2012-10-03
* Inline storage of attributes in AttributedStmt.Alexander Kornienko2012-07-09
* Reapply r158700 and fixup patches, minus one hunk that slipped through andSean Hunt2012-06-19
* Revert r158700 and dependent patches r158716, r158717, and r158731.Jakob Stoklund Olesen2012-06-19
* Improve the specification of spellings in Attr.td.Sean Hunt2012-06-19
* Handle C++11 attribute namespaces automatically.Sean Hunt2012-06-18
* Add -Wimplicit-fallthrough warning flag, which warns on fallthrough betweenRichard Smith2012-05-03
* Add an AttributedStmt type to represent a statement with C++11 attributesRichard Smith2012-04-14