summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/temp_arg_enum_printing_more.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [AST] Incorrectly qualified unscoped enumeration as template actual parameter.Paul Robinson2017-12-211-0/+26
An unscoped enumeration used as template argument, should not have any qualified information about its enclosing scope, as its visibility is global. In the case of scoped enumerations, they must include information about their enclosing scope. Patch by Carlos Alberto Enciso! Differential Revision: https://reviews.llvm.org/D39239 llvm-svn: 321312
OpenPOWER on IntegriCloud