summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/expandablemethods.py
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/expandablemethods.py')
-rwxr-xr-xcompilerplugins/clang/expandablemethods.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/expandablemethods.py b/compilerplugins/clang/expandablemethods.py
index 934a5f6580ed..9a7b828a4ad5 100755
--- a/compilerplugins/clang/expandablemethods.py
+++ b/compilerplugins/clang/expandablemethods.py
@@ -25,7 +25,7 @@ def normalizeTypeParams( line ):
# primary input loop
# --------------------------------------------------------------------------------------------
-with io.open("loplugin.expandablemethods.log", "rb", buffering=1024*1024) as txt:
+with io.open("workdir/loplugin.expandablemethods.log", "rb", buffering=1024*1024) as txt:
for line in txt:
tokens = line.strip().split("\t")
if tokens[0] == "definition:":