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

Masud Rahman via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 15 08:14:47 PDT 2017


frutiger added a comment.

**Please note**:

- this change means that versions of `libclang` built prior to the introduction of `clang_getExpansionLocation` will not work.
- this change alters the behavior of `clang_getSpellingLocation` to return the spelling location

I would appreciate advice on if either of these changes are acceptable.  Thank you.


https://reviews.llvm.org/D37905





More information about the cfe-commits mailing list