summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/sallogareas.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/sallogareas.hxx')
-rw-r--r--compilerplugins/clang/sallogareas.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/compilerplugins/clang/sallogareas.hxx b/compilerplugins/clang/sallogareas.hxx
index 4b3e3664ea0a..2c0326d58037 100644
--- a/compilerplugins/clang/sallogareas.hxx
+++ b/compilerplugins/clang/sallogareas.hxx
@@ -25,8 +25,8 @@ class SalLogAreas
public:
explicit SalLogAreas( CompilerInstance& compiler );
virtual void run();
- bool VisitFunctionDecl( FunctionDecl* function );
- bool VisitCallExpr( CallExpr* call );
+ bool VisitFunctionDecl( const FunctionDecl* function );
+ bool VisitCallExpr( const CallExpr* call );
private:
void checkArea( StringRef area, SourceLocation location );
void readLogAreas();