[clang] [libclang/python] Change all global variables to snake case (PR #132378)

Jannick Kremer via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 21 17:23:59 PDT 2025


================
@@ -10,7 +10,7 @@
 import sys
 from pathlib import Path
 
-kInputsDir = os.path.join(os.path.dirname(__file__), "INPUTS")
+k_inputs_dir = os.path.join(os.path.dirname(__file__), "INPUTS")
----------------
DeinAlptraum wrote:

Sounds good. I've been wondering the entire time what the `k` us supposed to stand for.

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


More information about the cfe-commits mailing list