samestep created this revision. Herald added subscribers: tschuett, steakhal, xazax.hun. Herald added a project: All. samestep requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits.
Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D127008 Files: clang/unittests/Analysis/FlowSensitive/MultiVarConstantPropagationTest.cpp clang/unittests/Analysis/FlowSensitive/SingleVarConstantPropagationTest.cpp Index: clang/unittests/Analysis/FlowSensitive/SingleVarConstantPropagationTest.cpp =================================================================== --- clang/unittests/Analysis/FlowSensitive/SingleVarConstantPropagationTest.cpp +++ clang/unittests/Analysis/FlowSensitive/SingleVarConstantPropagationTest.cpp @@ -1,4 +1,4 @@ -//===- unittests/Analysis/FlowSensitive/SingelVarConstantPropagation.cpp --===// +//===- unittests/Analysis/FlowSensitive/SingleVarConstantPropagation.cpp --===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. Index: clang/unittests/Analysis/FlowSensitive/MultiVarConstantPropagationTest.cpp =================================================================== --- clang/unittests/Analysis/FlowSensitive/MultiVarConstantPropagationTest.cpp +++ clang/unittests/Analysis/FlowSensitive/MultiVarConstantPropagationTest.cpp @@ -1,4 +1,4 @@ -//===- unittests/Analysis/FlowSensitive/SingelVarConstantPropagation.cpp --===// +//===- unittests/Analysis/FlowSensitive/MultiVarConstantPropagation.cpp --===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information.
Index: clang/unittests/Analysis/FlowSensitive/SingleVarConstantPropagationTest.cpp =================================================================== --- clang/unittests/Analysis/FlowSensitive/SingleVarConstantPropagationTest.cpp +++ clang/unittests/Analysis/FlowSensitive/SingleVarConstantPropagationTest.cpp @@ -1,4 +1,4 @@ -//===- unittests/Analysis/FlowSensitive/SingelVarConstantPropagation.cpp --===// +//===- unittests/Analysis/FlowSensitive/SingleVarConstantPropagation.cpp --===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. Index: clang/unittests/Analysis/FlowSensitive/MultiVarConstantPropagationTest.cpp =================================================================== --- clang/unittests/Analysis/FlowSensitive/MultiVarConstantPropagationTest.cpp +++ clang/unittests/Analysis/FlowSensitive/MultiVarConstantPropagationTest.cpp @@ -1,4 +1,4 @@ -//===- unittests/Analysis/FlowSensitive/SingelVarConstantPropagation.cpp --===// +//===- unittests/Analysis/FlowSensitive/MultiVarConstantPropagation.cpp --===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information.
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits