[clang] Thread Safety Analysis: Compare values of literals (PR #148551)
Marco Elver via cfe-commits
cfe-commits at lists.llvm.org
Mon Aug 4 01:37:19 PDT 2025
================
@@ -148,129 +148,54 @@ StringRef getBinaryOpcodeString(TIL_BinaryOpcode Op);
/// All variables and expressions must have a value type.
/// Pointer types are further subdivided into the various heap-allocated
/// types, such as functions, records, etc.
-/// Structured types that are passed by value (e.g. complex numbers)
----------------
melver wrote:
Maybe add a comment explaining why we can get rid of float and such (which you already did in the commit message, but it'd also be good to have in code comment).
https://github.com/llvm/llvm-project/pull/148551
More information about the cfe-commits
mailing list