aboutsummaryrefslogtreecommitdiff
path: root/lib/Checker/GRExprEngineInternalChecks.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Checker/GRExprEngineInternalChecks.h')
-rw-r--r--lib/Checker/GRExprEngineInternalChecks.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Checker/GRExprEngineInternalChecks.h b/lib/Checker/GRExprEngineInternalChecks.h
index 9877626984..a4bcd72143 100644
--- a/lib/Checker/GRExprEngineInternalChecks.h
+++ b/lib/Checker/GRExprEngineInternalChecks.h
@@ -44,6 +44,7 @@ void RegisterVLASizeChecker(GRExprEngine &Eng);
// API checks.
void RegisterOSAtomicChecker(GRExprEngine &Eng);
+void RegisterUnixAPIChecker(GRExprEngine &Eng);
} // end clang namespace
#endif