Files
clang-p2996/clang/test/CodeGen/assignment-tracking/flag.cpp
OCHyams de6da6ad55 Reapply D146987 "[Assignment Tracking] Enable by default"
See https://discourse.llvm.org/t/rfc-enable-assignment-tracking/69399

This sets the -Xclang -fexperimental-assignment-tracking flag to the value
enabled which means it will be enabled so long as none of the following are
true: it's an LTO build, LLDB debugger tuning has been specified, or it's an O0
build (no work is done in any case if -g is not specified or -gmlt is used).

This reverts commit 9e7f14a821 which reverts
https://reviews.llvm.org/D146987
2023-06-13 12:43:46 +01:00

3.5 KiB