On Fri, Jan 4, 2013 at 10:06 PM, Dmitri Gribenko <[email protected]>wrote:

>
>
> ================
> Comment at: test/cpp11-migrate/LoopConvert/Inputs/negative-header.h:1
> @@ +1,2 @@
> +#ifndef _CLANG_TOOLS_EXTRA_H_
> +#define _CLANG_TOOLS_EXTRA_H_
> ----------------
> This name is reserved.
>
>
Or, to be explicit, identifiers matching "^_[A-Z]" and "__" are
unconditionally reserved (for the compiler and implementation), and names
matching "^_[a-z]" are reserved at global scope.

-- Matthieu
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to