summaryrefslogtreecommitdiff
path: root/include/clang/Basic/XRayLists.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-05-29 16:25:46 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-05-29 16:25:46 +0000
commitb5aee35cc5d62f11d98539f62e4fe63f0ac9edc6 (patch)
tree3e6ab962dbc73cfe1445a60d2eb4dfba7c939a22 /include/clang/Basic/XRayLists.h
parentaa803409c3bd3930126db630c29f63d42f255153 (diff)
Diffstat (limited to 'include/clang/Basic/XRayLists.h')
-rw-r--r--include/clang/Basic/XRayLists.h1
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;