diff options
author | Chris Lattner <sabre@nondot.org> | 2010-11-17 07:05:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-11-17 07:05:50 +0000 |
commit | 7ef5c27eb6e8ebe58b52013246c06753c3613263 (patch) | |
tree | f03b2004f9df4e41b3aaf1c0b4ff747811138aa9 /include/clang/Basic/SourceLocation.h | |
parent | 872a45e91778eb0b706ff57272fe547d4512eb19 (diff) |
move AdvanceToTokenCharacter and getLocForEndOfToken from
Preprocessor to Lexer where they make more sense.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@119474 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Basic/SourceLocation.h')
-rw-r--r-- | include/clang/Basic/SourceLocation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Basic/SourceLocation.h b/include/clang/Basic/SourceLocation.h index 35f27fbebd..da2ec15e3f 100644 --- a/include/clang/Basic/SourceLocation.h +++ b/include/clang/Basic/SourceLocation.h @@ -121,7 +121,6 @@ public: /// directly. unsigned getRawEncoding() const { return ID; } - /// getFromRawEncoding - Turn a raw encoding of a SourceLocation object into /// a real SourceLocation. static SourceLocation getFromRawEncoding(unsigned Encoding) { |