]> granicus.if.org Git - clang/commitdiff
Use scope-resolution operator to hopefully unbreak Windows builds.
authorTed Kremenek <kremenek@apple.com>
Wed, 22 May 2013 20:01:35 +0000 (20:01 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 22 May 2013 20:01:35 +0000 (20:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@182509 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Core/BugReporter.cpp

index 28326eee7d0fd8bbc455d5b46abf49da7450f6e2..b8be5395137700800cd2d133fae3d7b93430b27c 100644 (file)
@@ -2016,7 +2016,7 @@ static void removePunyEdges(PathPieces &path,
     if (Invalid)
       continue;
 
-    if (abs(startCol - endCol) <= 2) {
+    if (::abs(startCol - endCol) <= 2) {
       I = path.erase(I);
       erased = true;
       continue;