commit | eccf95e552de02358e391977821137c3ecdba0d3 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Fri Jan 16 22:53:56 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Fri Jan 16 22:53:56 2009 +0000 |
tree | 9aadac8e9d0bfa9fce9f49cb74acb716935db2aa | |
parent | b2545cb3891091710208703abc38866d19247473 [diff] [blame] |
remove FullSourceLoc::isFileID git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@62371 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Basic/SourceLocation.cpp b/lib/Basic/SourceLocation.cpp index a342931..41ada63 100644 --- a/lib/Basic/SourceLocation.cpp +++ b/lib/Basic/SourceLocation.cpp
@@ -119,7 +119,7 @@ return; } - if (isFileID()) { + if (Loc.isFileID()) { // The instantiation and spelling pos is identical for file locs. fprintf(stderr, "File Loc from '%s': %d: %d\n", getSourceName(), getInstantiationLineNumber(),