summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/InitHeaderSearch.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-10-27 01:19:25 +0000
committerChris Lattner <sabre@nondot.org>2008-10-27 01:19:25 +0000
commit66a740e66e616b8453af44325b9a4b422fe15205 (patch)
tree67b64cb7676a09c0fbff275b4b17a85e01d42741 /clang/lib/Driver/InitHeaderSearch.cpp
parent69f9bc24f406a152bcd432182d0d2cf41d1fa714 (diff)
downloadbcm5719-llvm-66a740e66e616b8453af44325b9a4b422fe15205.tar.gz
bcm5719-llvm-66a740e66e616b8453af44325b9a4b422fe15205.zip
Rename Characteristic_t to CharacteristicKind
llvm-svn: 58224
Diffstat (limited to 'clang/lib/Driver/InitHeaderSearch.cpp')
-rw-r--r--clang/lib/Driver/InitHeaderSearch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/InitHeaderSearch.cpp b/clang/lib/Driver/InitHeaderSearch.cpp
index a2fa826d0cb..b76c99d55d6 100644
--- a/clang/lib/Driver/InitHeaderSearch.cpp
+++ b/clang/lib/Driver/InitHeaderSearch.cpp
@@ -43,7 +43,7 @@ void InitHeaderSearch::AddPath(const std::string &Path, IncludeDirGroup Group,
MappedPath.append(Path.begin(), Path.end());
// Compute the DirectoryLookup type.
- SrcMgr::Characteristic_t Type;
+ SrcMgr::CharacteristicKind Type;
if (Group == Quoted || Group == Angled)
Type = SrcMgr::C_User;
else if (isCXXAware)
OpenPOWER on IntegriCloud