[PATCH] D93164: [AST] Add generator for source location introspection

Alexander Richardson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 14 10:28:18 PDT 2021


arichardson added inline comments.


================
Comment at: clang/lib/Tooling/DumpTool/generate_cxx_src_locs.py:1
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
----------------
Maybe this should be `#!/use/bin/env python` (or python3) instead?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93164/new/

https://reviews.llvm.org/D93164



More information about the cfe-commits mailing list