Integration.BuckFlavors
val add_flavors_to_buck_arguments :
IBase.BuckMode.t ->
extra_flavors:string list ->
string list ->
flavored_arguments
Add infer flavors to the targets in the given buck arguments, depending on the infer analyzer. For instance, in clang capture mode, the buck command: build //foo/bar:baz#some,flavor
becomes: build //foo/bar:baz#infer-capture-all,some,flavor
NB this is for buck1 only.