[libc-commits] [clang] [compiler-rt] [libc] [libclc] [libcxxabi] [lld] [lldb] [llvm] [mlir] Add clarifying parenthesis around non-trivial conditions in ternary expressions. (PR #90391)
Fangrui Song via libc-commits
libc-commits at lists.llvm.org
Sat May 4 10:52:49 PDT 2024
================
@@ -801,7 +801,7 @@ static OutputDesc *addInputSec(StringMap<TinyPtrVector<OutputSection *>> &map,
auto *firstIsec = cast<InputSectionBase>(
cast<InputSectionDescription>(sec->commands[0])->sectionBases[0]);
OutputSection *firstIsecOut =
- firstIsec->flags & SHF_LINK_ORDER
----------------
MaskRay wrote:
Why is random change made to lld/ELF?
`[-+*%] \w+ \?'` is extensively used and I don't see we add `)`
https://github.com/llvm/llvm-project/pull/90391
More information about the libc-commits
mailing list