forked from OSchip/llvm-project
[NFC] Builtins: list 'R' for restrict
It was added to the list of builtin modifiers in r148573 back in 2012-01-20, but the comment wasn't updated.
This commit is contained in:
parent
3a98d5d7e7
commit
13fdcd37b3
|
@ -65,6 +65,7 @@
|
|||
// & -> reference (optionally followed by an address space number)
|
||||
// C -> const
|
||||
// D -> volatile
|
||||
// R -> restrict
|
||||
|
||||
// The third value provided to the macro specifies information about attributes
|
||||
// of the function. These must be kept in sync with the predicates in the
|
||||
|
|
Loading…
Reference in New Issue