Commit c59a8bc
committed
Add KEYCUSTOMFN flag definition and mapping
Added the missing KEYCUSTOMFN keyword flag that was causing compilation errors.
Changes:
- Added KEYCUSTOMFN = 0x10000000 to keyword flags enum in IdentifierTable.h
- Shifted KEYFIXEDPOINT to 0x20000000 to make room
- Added case for KEYCUSTOMFN in getKeywordStatus() in IdentifierTable.cpp
- Maps to LangOpts.CustomizableFunctions
This fixes the 'KEYCUSTOMFN was not declared in this scope' errors.1 parent 7cfbe57 commit c59a8bc
File tree
2 files changed
+4
-1
lines changed- clang
- include/clang/Basic
- lib/Basic
2 files changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
142 | 144 | | |
143 | 145 | | |
144 | 146 | | |
| |||
0 commit comments