diff options
| author | ykiko <ykikoykikoykiko@gmail.com> | 2024-03-18 22:13:10 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-18 10:13:10 -0400 |
| commit | eb264d825beb048c6e673ddaf5aca069511fcfb3 (patch) | |
| tree | 3506d70a96ffe78dcc8da6d9be509ef3468fbba4 /clang/include/clang-c | |
| parent | 276847a65af67bdc4eb79989f196d1968cb50ae6 (diff) | |
Add some missing Kinds to libclang python bindings (#85571)
Add some Kinds existing in Index.h but missing in cindex.py.
Diffstat (limited to 'clang/include/clang-c')
| -rw-r--r-- | clang/include/clang-c/Index.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang-c/Index.h b/clang/include/clang-c/Index.h index 3f3620609b6d..60db3cf0966c 100644 --- a/clang/include/clang-c/Index.h +++ b/clang/include/clang-c/Index.h @@ -1675,7 +1675,7 @@ enum CXCursorKind { CXCursor_ConceptSpecializationExpr = 153, /** - * Expression that references a C++20 concept. + * Expression that references a C++20 requires expression. */ CXCursor_RequiresExpr = 154, |
