[all-commits] [llvm/llvm-project] 0a996c: [Assignment Tracking] Fix -fexperimental-assignmen...
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Fri Jan 20 06:37:20 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a996c82a75f330f3d01541381569c8cd2cd6190
https://github.com/llvm/llvm-project/commit/0a996c82a75f330f3d01541381569c8cd2cd6190
Author: OCHyams <orlando.hyams at sony.com>
Date: 2023-01-20 (Fri, 20 Jan 2023)
Changed paths:
M clang/include/clang/Driver/Options.td
M clang/test/CodeGen/assignment-tracking/flag.cpp
Log Message:
-----------
[Assignment Tracking] Fix -fexperimental-assignment-tracking cc1 flag
This change allows `-fexperimental-assignment-tracking` to be negated using the
negative equivalent `-fno-experimental-assignment-tracking`, and fixes the flag
so that the default behaviour can be changed (currently the default is still
false / disabled).
Reviewed By: StephenTozer
Differential Revision: https://reviews.llvm.org/D142029
More information about the All-commits
mailing list