llvm-project/clang/include
Alex Lorenz 79e09af1d6 [clang] Fix the begin location of concepts specialization expression
The concept specialization expression should start at the location of
the  nested qualifiers when it has nested qualifiers.
This ensures that libclang reports correct source ranges that include
all subexpressions when visiting the expression.

Differential Revision: https://reviews.llvm.org/D126332
2022-05-25 12:39:21 -07:00
..
clang [clang] Fix the begin location of concepts specialization expression 2022-05-25 12:39:21 -07:00
clang-c [libclang] add supporting for indexing/visiting C++ concepts 2022-05-24 10:02:53 -07:00
CMakeLists.txt