summaryrefslogtreecommitdiff
path: root/tools/scan-build-py/bin/intercept-c++
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scan-build-py/bin/intercept-c++')
-rw-r--r--tools/scan-build-py/bin/intercept-c++4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/scan-build-py/bin/intercept-c++ b/tools/scan-build-py/bin/intercept-c++
index fc422287f84b..67e076f39e4b 100644
--- a/tools/scan-build-py/bin/intercept-c++
+++ b/tools/scan-build-py/bin/intercept-c++
@@ -10,5 +10,5 @@ import os.path
this_dir = os.path.dirname(os.path.realpath(__file__))
sys.path.append(os.path.dirname(this_dir))
-from libscanbuild.intercept import intercept_build_wrapper
-sys.exit(intercept_build_wrapper(True))
+from libscanbuild.intercept import intercept_compiler_wrapper
+sys.exit(intercept_compiler_wrapper())