Don't use identifiers that start with an underscore followed
authorDan Gohman <gohman@apple.com>
Thu, 1 Oct 2009 17:39:52 +0000 (17:39 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 1 Oct 2009 17:39:52 +0000 (17:39 +0000)
commit835b142edd2a3da6d0b7a4e47d50408953a49db4
treec549f0b8aeb39189652f25f2e18cdea871cd6e32
parent9c091a4846044f18cfdd8bca55957c2aa6c9a8a5
Don't use identifiers that start with an underscore followed
by a capital letter, which invokes undefined behavior.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83206 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/StringRef.h