Move CXString creation/management routines into

their own .cpp file and make the interpretation
of its flags private.

llvm-svn: 119319
This commit is contained in:
Ted Kremenek
2010-11-16 01:56:27 +00:00
parent 4490e1015f
commit 4b4f36990d
11 changed files with 11 additions and 59 deletions

View File

@@ -13,6 +13,7 @@
//===----------------------------------------------------------------------===//
#include "CIndexer.h"
#include "CXString.h"
#include "CIndexDiagnostic.h"
#include "clang/Basic/SourceManager.h"
#include "clang/Basic/FileManager.h"