summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/attr-flag-enum-reject.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Create a new 'flag_enum' attribute.Alexis Hunt2014-11-281-0/+4
This attribute serves as a hint to improve warnings about the ranges of enumerators used as flag types. It currently has no working C++ implementation due to different semantics for enums in C++. For more explanation, see the docs and testcases. Reviewed by Aaron Ballman. llvm-svn: 222906
OpenPOWER on IntegriCloud