summaryrefslogtreecommitdiffstats
path: root/include/clang/Sema/AttributeList.h
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2010-09-29 18:20:25 +0000
committerDaniel Dunbar <daniel@zuster.org>2010-09-29 18:20:25 +0000
commitdd0cb22bd62e1e835327f478a2dbf0b8fa439713 (patch)
tree805eb968edf6bf2d50915296c171dc81cbd0ff98 /include/clang/Sema/AttributeList.h
parent1b398205267ea69f35230eea50e0225db22ebb7e (diff)
Add support for attribute((naked)), patch by Zoxc on cfe-commits!
- Minor style tweaks by me. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115056 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Sema/AttributeList.h')
-rw-r--r--include/clang/Sema/AttributeList.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/Sema/AttributeList.h b/include/clang/Sema/AttributeList.h
index 53316477e1..5cdfb9484e 100644
--- a/include/clang/Sema/AttributeList.h
+++ b/include/clang/Sema/AttributeList.h
@@ -83,6 +83,7 @@ public:
AT_hiding,
AT_malloc,
AT_mode,
+ AT_naked,
AT_nodebug,
AT_noinline,
AT_no_instrument_function,