Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AST] Incorrectly qualified unscoped enumeration as template actual parameter. | Paul Robinson | 2017-12-21 | 1 | -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 |