summaryrefslogtreecommitdiffstats
path: root/clang/include/clang-c
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2010-11-16 01:56:27 +0000
committerTed Kremenek <kremenek@apple.com>2010-11-16 01:56:27 +0000
commit4b4f36990d2008aa5e8510ef511c8dd7eb4a0a7b (patch)
treec8148a90443b936c30e9ea05b433c2ff1fd49530 /clang/include/clang-c
parent4490e1015f90bf9ca5aeb063d7776145e4cabba6 (diff)
downloadbcm5719-llvm-4b4f36990d2008aa5e8510ef511c8dd7eb4a0a7b.tar.gz
bcm5719-llvm-4b4f36990d2008aa5e8510ef511c8dd7eb4a0a7b.zip
Move CXString creation/management routines into
their own .cpp file and make the interpretation of its flags private. llvm-svn: 119319
Diffstat (limited to 'clang/include/clang-c')
-rw-r--r--clang/include/clang-c/Index.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h
index f3ba9974eb2..c8af3491cd9 100644
--- a/clang/include/clang-c/Index.h
+++ b/clang/include/clang-c/Index.h
@@ -134,9 +134,7 @@ enum CXAvailabilityKind {
*/
typedef struct {
const char *Spelling;
- /* A 1 value indicates the clang_ indexing API needed to allocate the string
- (and it must be freed by clang_disposeString()). */
- int MustFreeString;
+ unsigned private_flags;
} CXString;
/**
OpenPOWER on IntegriCloud