diff options
Diffstat (limited to 'include/clang/Basic/XRayLists.h')
-rw-r--r-- | include/clang/Basic/XRayLists.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Basic/XRayLists.h b/include/clang/Basic/XRayLists.h index fe538289c3a6..8cfea70e280a 100644 --- a/include/clang/Basic/XRayLists.h +++ b/include/clang/Basic/XRayLists.h @@ -37,6 +37,7 @@ public: NONE, ALWAYS, NEVER, + ALWAYS_ARG1, }; ImbueAttribute shouldImbueFunction(StringRef FunctionName) const; |