[all-commits] [llvm/llvm-project] c1dda0: [AST] Remove unneeded `return false` from UseExces...
Jim Lin via All-commits
all-commits at lists.llvm.org
Wed Aug 30 01:08:14 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1dda0f7934d28eb8dfc92206c49b188a1a091de
https://github.com/llvm/llvm-project/commit/c1dda0f7934d28eb8dfc92206c49b188a1a091de
Author: Jim Lin <jim at andestech.com>
Date: 2023-08-30 (Wed, 30 Aug 2023)
Changed paths:
M clang/lib/AST/Type.cpp
Log Message:
-----------
[AST] Remove unneeded `return false` from UseExcessPrecision. NFC.
Remove unneeded `return false` from UseExcessPrecision and move `break` inside.
More information about the All-commits
mailing list