[PATCH] D63128: Fixed google-readability-casting test to work in c++17

2019-06-11 Thread Dmitri Gribenko via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL363047: Fixed google-readability-casting test to work in c++17 (authored by gribozavr, committed by ). Herald added a project: LLVM. Herald added a subscriber: llvm-commits. Changed prior to commit: htt

[PATCH] D63128: Fixed google-readability-casting test to work in c++17

2019-06-11 Thread Dmitri Gribenko via Phabricator via cfe-commits
gribozavr accepted this revision. gribozavr added a comment. This revision is now accepted and ready to land. I'll commit this change. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D63128/new/ https://reviews.llvm.org/D63128 _

[PATCH] D63128: Fixed google-readability-casting test to work in c++17

2019-06-11 Thread Shaurya Gupta via Phabricator via cfe-commits
SureYeaah created this revision. SureYeaah added reviewers: gribozavr, hokein. Herald added a project: clang. Fixed google-readability-casting.cpp to get tests working in c++17 Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D63128 Files: clang-tools-extra/clang-tidy/google/Av