[all-commits] [llvm/llvm-project] d76b56: [NFC] Eliminate warnings in SourceLocationEncoding...
Chuanqi Xu via All-commits
all-commits at lists.llvm.org
Wed Nov 1 23:03:05 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d76b56fd28582c1cc6663cefa5ae2f8a23492d0a
https://github.com/llvm/llvm-project/commit/d76b56fd28582c1cc6663cefa5ae2f8a23492d0a
Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
Date: 2023-11-02 (Thu, 02 Nov 2023)
Changed paths:
M clang/unittests/Serialization/SourceLocationEncodingTest.cpp
Log Message:
-----------
[NFC] Eliminate warnings in SourceLocationEncodingTest.cpp
There are 2 dangling else warnings and a warning pararences around bit operations.
This patch tries to eliminate that.
More information about the All-commits
mailing list