[all-commits] [llvm/llvm-project] 272bcd: [clang][sema][NFC] Remove a superfluous semicolon
tbaederr via All-commits
all-commits at lists.llvm.org
Tue Mar 9 07:15:44 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 272bcd0eeff5297eea5a25223d169dcd44b06ba6
https://github.com/llvm/llvm-project/commit/272bcd0eeff5297eea5a25223d169dcd44b06ba6
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2021-03-09 (Tue, 09 Mar 2021)
Changed paths:
M clang/lib/Sema/SemaChecking.cpp
Log Message:
-----------
[clang][sema][NFC] Remove a superfluous semicolon
Silences a GCC warning:
clang/lib/Sema/SemaChecking.cpp:4506:2: warning: extra ‘;’ [-Wpedantic]
};
^
More information about the All-commits
mailing list