[libcxx-commits] [clang] [libcxxabi] [lldb] [llvm] [mlir] [polly] [RFC][NFCI][IR] Rename isNullValue and getNullValue to isZeroValue and getZeroValue (PR #195687)

Sergei Barannikov via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 4 10:16:46 PDT 2026


================
@@ -44,18 +44,24 @@ enum Token {
   tok_eof = -1,
 
   // commands
-  tok_def = -2, tok_extern = -3,
+  tok_def = -2,
----------------
s-barannikov wrote:

It should reformat only changed lines, not the whole files. Maybe something is wrong with the setup?


https://github.com/llvm/llvm-project/pull/195687


More information about the libcxx-commits mailing list