CharInfo: Add missing "using namespace clang::charinfo" in .cpp file.

Should fix the MSC bot.

llvm-svn: 174769
This commit is contained in:
Jordan Rose 2013-02-08 22:37:49 +00:00
parent a7d03840e6
commit 388d767ab1
1 changed files with 3 additions and 2 deletions

View 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 ,