]> granicus.if.org Git - clang/commit
Make SourceLocation::getFileLoc private to reduce the API exposure of
authorChris Lattner <sabre@nondot.org>
Mon, 19 Jan 2009 06:46:35 +0000 (06:46 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 19 Jan 2009 06:46:35 +0000 (06:46 +0000)
commitbcc2a67e5180612417727cbdd8afd0f79fdf726d
tree6ec0a17c76a1d8ac80373d73b1e732d125dffc79
parentec0d7a6f4b0699cc9960e6d9fee0f957c64d1cf9
Make SourceLocation::getFileLoc private to reduce the API exposure of
SourceLocation.  This requires making some cleanups to token pasting
and _Pragma expansion.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62490 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/SourceLocation.h
include/clang/Basic/SourceManager.h
include/clang/Lex/Lexer.h
lib/Lex/Lexer.cpp
lib/Lex/Pragma.cpp
lib/Lex/TokenLexer.cpp