diff options
Diffstat (limited to 'compilerplugins/clang/sallogareas.hxx')
-rw-r--r-- | compilerplugins/clang/sallogareas.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/sallogareas.hxx b/compilerplugins/clang/sallogareas.hxx index d665c38099f2..a689ce9ec9ca 100644 --- a/compilerplugins/clang/sallogareas.hxx +++ b/compilerplugins/clang/sallogareas.hxx @@ -35,6 +35,8 @@ class SalLogAreas const FunctionDecl* inFunction; SourceLocation lastSalDetailLogStreamMacro; set< string > logAreas; + string firstSeenLogArea; + SourceLocation firstSeenLocation; }; } // namespace |