-
Notifications
You must be signed in to change notification settings - Fork 755
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* When representing properties using `@llvm.ptr.annotation`, represent all properties in the fifth argument. This allows each property and its value to be represented as its own metadata, rather than combining them all into a single string. * Add an initial optional parameter to each C++ attribute that allows filtering of the properties. * The header now passes `nullptr` instead of `""` to represent the "value" of a property that has no value. * Clarify that each property in the C++ attribute parameter list has exactly one value, so the number of parameters is even (assuming the initial optional parameter is not specified).
- Loading branch information
Showing
1 changed file
with
169 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters