<br><br><div class="gmail_quote">On Fri, Jan 4, 2013 at 10:06 PM, Dmitri Gribenko <span dir="ltr"><<a href="mailto:gribozavr@gmail.com" target="_blank">gribozavr@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
================<br>
Comment at: test/cpp11-migrate/LoopConvert/Inputs/negative-header.h:1<br>
@@ +1,2 @@<br>
+#ifndef _CLANG_TOOLS_EXTRA_H_<br>
+#define _CLANG_TOOLS_EXTRA_H_<br>
----------------<br>
This name is reserved.<br>
<br></blockquote><div><br>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.<br>
<br>-- Matthieu<br></div></div>