This broke a test case in IWYU, so I read the diff a few times more
than usual...

On Thu, Dec 21, 2017 at 10:47 PM, Paul Robinson via cfe-commits
<cfe-commits@lists.llvm.org> wrote:
>
>        // scope of the enumeration.
> -      if (ED->isScoped() || ED->getIdentifier())
> +      // For the case of unscoped enumerator, do not include in the qualified
> +      // name any information about its enum enclosing scope, as is 
> visibility
> +      // is global.


Typo: as is -> as its

Happy holidays,
- Kim
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to