diff options
author | Chris Lattner <sabre@nondot.org> | 2008-10-27 01:19:25 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-10-27 01:19:25 +0000 |
commit | 66a740e66e616b8453af44325b9a4b422fe15205 (patch) | |
tree | 67b64cb7676a09c0fbff275b4b17a85e01d42741 /clang/lib/Basic/SourceManager.cpp | |
parent | 69f9bc24f406a152bcd432182d0d2cf41d1fa714 (diff) | |
download | bcm5719-llvm-66a740e66e616b8453af44325b9a4b422fe15205.tar.gz bcm5719-llvm-66a740e66e616b8453af44325b9a4b422fe15205.zip |
Rename Characteristic_t to CharacteristicKind
llvm-svn: 58224
Diffstat (limited to 'clang/lib/Basic/SourceManager.cpp')
-rw-r--r-- | clang/lib/Basic/SourceManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Basic/SourceManager.cpp b/clang/lib/Basic/SourceManager.cpp index 1eed0bc1432..b8b72878f52 100644 --- a/clang/lib/Basic/SourceManager.cpp +++ b/clang/lib/Basic/SourceManager.cpp @@ -76,7 +76,7 @@ SourceManager::createMemBufferContentCache(const MemoryBuffer *Buffer) { /// corresponds to a file or some other input source. unsigned SourceManager::createFileID(const ContentCache *File, SourceLocation IncludePos, - SrcMgr::Characteristic_t FileCharacter) { + SrcMgr::CharacteristicKind FileCharacter) { // If FileEnt is really large (e.g. it's a large .i file), we may not be able // to fit an arbitrary position in the file in the FilePos field. To handle // this, we create one FileID for each chunk of the file that fits in a |