diff options
author | Bruno Ricci <riccibrun@gmail.com> | 2020-06-11 11:53:47 +0100 |
---|---|---|
committer | Bruno Ricci <riccibrun@gmail.com> | 2020-06-11 12:19:45 +0100 |
commit | 0418005c0e2f280f0cdab9ad7b5a1a7bd03d9c10 (patch) | |
tree | c4ce277aae0fca5eb16967ad6d9a2ce3697b4316 /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | 9ed452f3701ec225b9e3296d5ab244fec6699fdf (diff) | |
download | llvm-0418005c0e2f280f0cdab9ad7b5a1a7bd03d9c10.zip llvm-0418005c0e2f280f0cdab9ad7b5a1a7bd03d9c10.tar.gz llvm-0418005c0e2f280f0cdab9ad7b5a1a7bd03d9c10.tar.bz2 |
[clang][NFC] Various NFCs in CheckDefaultArgumentVisitor
Before the next patches do the following NFCs:
- Make it a const visitor; CheckDefaultArgumentVisitor should
really not modify the visited nodes.
- clang-format
- Take a reference to Sema instead of a pointer and pass it
as the first argument to the constructor. This is for
consistency with the other similar visitors.
- Use range for loops when appropriate as per the style guide.
- Use `const auto *" when appropriate as per the style guide.
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions