Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/AST/OpenMPClause.cpp | ||
---|---|---|
2204–2208 | It took me a while to realize why it is OK. This can only happen when we pretty print the name after we demangled it from the function. We could consider annotating the variant with the TI somehow but we never needed to so far. | |
clang/test/AST/ast-dump-openmp-begin-declare-variant_13.c | ||
28–30 | Leftover, good catch. |
Comment Actions
Seems OK to me as a local fix. I'm not sure about encoding 'missing condition' as 0, but that's a preexisting choice.
Why it can be nullptr if it is required to be set?