diff options
| author | Vitaly Buka <vitalybuka@google.com> | 2019-09-11 21:33:06 +0000 |
|---|---|---|
| committer | Vitaly Buka <vitalybuka@google.com> | 2019-09-11 21:33:06 +0000 |
| commit | 48eb4a27d1d1f2f6e7f6036d47fb282e6eb49310 (patch) | |
| tree | d1a68f4f6aa581aa9bcb2c486a9d9c9927b637d1 /compiler-rt/test/asan/TestCases/use-after-scope-conversion.cpp | |
| parent | aeeb9e3895e22ab99c18c5e62775fc6461e8a16d (diff) | |
| download | bcm5719-llvm-48eb4a27d1d1f2f6e7f6036d47fb282e6eb49310.tar.gz bcm5719-llvm-48eb4a27d1d1f2f6e7f6036d47fb282e6eb49310.zip | |
Update compiler-rt cpplint.py
https://github.com/cpplint/cpplint/commit/adb3500107f409ac5491188ae652ac3f4d03d9d3
llvm-svn: 371675
Diffstat (limited to 'compiler-rt/test/asan/TestCases/use-after-scope-conversion.cpp')
| -rw-r--r-- | compiler-rt/test/asan/TestCases/use-after-scope-conversion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/use-after-scope-conversion.cpp b/compiler-rt/test/asan/TestCases/use-after-scope-conversion.cpp index 99b845d07a1..b3ab50170cd 100644 --- a/compiler-rt/test/asan/TestCases/use-after-scope-conversion.cpp +++ b/compiler-rt/test/asan/TestCases/use-after-scope-conversion.cpp @@ -20,7 +20,7 @@ struct C { struct A { char p; - explicit A() : p('C') {} + A() : p('C') {} const operator C() const { return C(&p); } }; |

