[cfe-commits] [PATCH] Transferred loop-convert tests to cpp11-migrate

Matthieu Monrocq matthieu.monrocq at gmail.com
Sat Jan 5 04:44:42 PST 2013


On Fri, Jan 4, 2013 at 10:06 PM, Dmitri Gribenko <gribozavr at gmail.com>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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130105/6d5380de/attachment.html>


More information about the cfe-commits mailing list