diff options
Diffstat (limited to 'clang/lib/GR/GRExprEngine.cpp')
| -rw-r--r-- | clang/lib/GR/GRExprEngine.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/clang/lib/GR/GRExprEngine.cpp b/clang/lib/GR/GRExprEngine.cpp index da325929902..8743f71efe3 100644 --- a/clang/lib/GR/GRExprEngine.cpp +++ b/clang/lib/GR/GRExprEngine.cpp @@ -12,7 +12,10 @@ // functions and build the ExplodedGraph at the expression level. // //===----------------------------------------------------------------------===// -#include "GRExprEngineInternalChecks.h" + +// FIXME: Restructure checker registration. +#include "Checkers/GRExprEngineInternalChecks.h" + #include "clang/GR/BugReporter/BugType.h" #include "clang/GR/PathSensitive/AnalysisManager.h" #include "clang/GR/PathSensitive/GRExprEngine.h" |

