[PATCH] D37905: [libclang, bindings]: add spelling location

Johann Klähn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 14 13:53:49 PDT 2017


jklaehn added inline comments.


================
Comment at: bindings/python/clang/cindex.py:214
 
+class Location(object):
+    """A Location is a specific kind of source location.  A SourceLocation
----------------
Can you also add `Location` to `__all__`?


https://reviews.llvm.org/D37905





More information about the cfe-commits mailing list