excludeArgs is expected to be an array

David Vanderhaeghe 2019-02-26 08:11:42 +01:00 committed by Fangrui Song
parent 00a13dc9cf
commit 72acf4dcc5

@ -95,7 +95,7 @@ when indexing.
Conversely, you can add more arguments using `clang.extraArgs` (this could
also be done through the `.ccls` file).
Example: `{"clang": {"excludeArgs": "-frounding-math"}}`
Example: `{"clang": {"excludeArgs": ["-frounding-math"]}}`
#### `clang.pathMappings`