]> granicus.if.org Git - clang/commitdiff
CharInfo: Add missing "using namespace clang::charinfo" in .cpp file.
authorJordan Rose <jordan_rose@apple.com>
Fri, 8 Feb 2013 22:37:49 +0000 (22:37 +0000)
committerJordan Rose <jordan_rose@apple.com>
Fri, 8 Feb 2013 22:37:49 +0000 (22:37 +0000)
Should fix the MSC bot.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@174769 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/CharInfo.cpp

index a1a4b390bf629fccce6b82b3f845d8c4c6d55bb0..32b3277c927b9b995fb4663fd019d996f8712558 100644 (file)
@@ -9,10 +9,11 @@
 
 #include "clang/Basic/CharInfo.h"
 
+using namespace clang::charinfo;
+
 // Statically initialize CharInfo table based on ASCII character set
 // Reference: FreeBSD 7.2 /usr/share/misc/ascii
-const uint16_t clang::charinfo::InfoTable[256] =
-{
+const uint16_t clang::charinfo::InfoTable[256] = {
   // 0 NUL         1 SOH         2 STX         3 ETX
   // 4 EOT         5 ENQ         6 ACK         7 BEL
   0           , 0           , 0           , 0           ,