[PATCH] D126031: [libclang] add supporting for indexing/visiting C++ concepts

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 23 15:49:20 PDT 2022


arphaman updated this revision to Diff 431506.
arphaman added a comment.
Herald added a project: clang.

Fix the windows test failure (add -fno-delayed-template-parsing)


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126031/new/

https://reviews.llvm.org/D126031

Files:
  clang/include/clang-c/Index.h
  clang/lib/Sema/SemaCodeComplete.cpp
  clang/test/Index/index-concept-kind.cpp
  clang/test/Index/index-concepts.cpp
  clang/tools/c-index-test/c-index-test.c
  clang/tools/libclang/CIndex.cpp
  clang/tools/libclang/CXCursor.cpp
  clang/tools/libclang/CXIndexDataConsumer.cpp
  clang/tools/libclang/CXIndexDataConsumer.h
  clang/tools/libclang/CursorVisitor.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126031.431506.patch
Type: text/x-patch
Size: 28891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220523/8cff779e/attachment-0001.bin>


More information about the cfe-commits mailing list