Make FileCheckNumericVariable constructor explicit to avoid implicit
conversions from StringRef.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D66640
[FileCheck] Make NumericVariable ctor explicit ClosedPublic Authored by thopre on Aug 23 2019, 4:05 AM.
Details Summary Make FileCheckNumericVariable constructor explicit to avoid implicit
Diff Detail
Event Timelinethopre added a parent revision: D66141: [FileCheck] Forbid using var defined on same line.Aug 23 2019, 4:05 AM This revision is now accepted and ready to land.Aug 23 2019, 5:34 AM Closed by commit rL370664: [FileCheck] Make NumericVariable ctor explicit (authored by thopre). · Explain WhySep 2 2019, 7:08 AM This revision was automatically updated to reflect the committed changes. thopre added a child revision: D68186: [FileCheck] Remove implementation types from API.Sep 28 2019, 3:55 PM
Revision Contents
Diff 218361 llvm/trunk/include/llvm/Support/FileCheck.h
|