martemyev created this revision.
martemyev added a project: clang.
The patch adds a new option '-fno-var-tracking-assignments' in the same group
(clang_ignored_f_Group) where the existing '-fno-var-tracking' resides.
https://reviews.llvm.org/D39116
Files:
include/clang/Driver/Options.td
In
On Fri, Oct 20, 2017 at 11:44 AM, Mikhail Artemyev via cfe-commits
wrote:
> Hi All,
>
> The attached patch adds a new option '-fno-var-tracking-assignments' in the
> same group (clang_ignored_f_Group) where the existing '-fno-var-tracking'
> resides.
It might be best to upload it to https://llvm.o
Hi All,
The attached patch adds a new option '-fno-var-tracking-assignments' in the
same group (clang_ignored_f_Group) where the existing '-fno-var-tracking'
resides.
Thanks,
Mikhail
clang-no-var-tracking-assignments.patch
Description: Binary data
___