microsoft / spoor

Compiler-instrumented app tracing.
https://www.spoor.dev
Other
52 stars 6 forks source link

Ignore analyze arg in clang wrapper #253

Closed lelandjansen closed 2 years ago

lelandjansen commented 2 years ago

Do not try to instrument code with the --analyze argument in the clang and clang++ wrapper scripts.

We'll eventually need a more scalable option than this one-off argument handling.