|
|
| Bugzilla Link |
3765 |
| Resolution |
FIXED |
| Resolved on |
Jul 07, 2016 05:23 |
| Version |
unspecified |
| OS |
All |
| Reporter |
LLVM Bugzilla Contributor |
| CC |
@Abramo-Bagnara,@tkremenek |
Extended Description
The clang::ConditionalOperator class does not seem to provide a way to get the location of the operator's tokens themselves.
Would it possible add the member functions that return the location of ?' and :'?