We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5daf200 commit 7fa8585Copy full SHA for 7fa8585
clang/lib/InstallAPI/FileList.cpp
@@ -22,13 +22,13 @@ InstallAPI JSON Input Format specification.
22
{
23
"headers" : [ # Required: Key must exist.
24
{ # Optional: May contain 0 or more header inputs.
25
- "path" : "/usr/include/mach-o/dlfn.h", # Required: Path should point to destination
+ "path" : "/usr/include/mach-o/dlfn.h", # Required: Path should point to destination
26
# location where applicable.
27
"type" : "public", # Required: Maps to HeaderType for header.
28
"language": "c++" # Optional: Language mode for header.
29
}
30
],
31
- "version" : "3" # Required: Version 3 supports language mode
+ "version" : "3" # Required: Version 3 supports language mode
32
& project header input.
33
34
*/
0 commit comments