[clang-tools-extra] [clang-query] Load queries and matchers from file during REPL cycle (PR #90603)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu May 9 06:16:15 PDT 2024


================
@@ -0,0 +1 @@
+m functionDecl()
----------------
AaronBallman wrote:

Can you add a few more commands to the file to show that we execute all of the commands rather than just one?

It would also be good to have a test where the file is not found and a test where the file is empty, just to test boundary conditions.

https://github.com/llvm/llvm-project/pull/90603


More information about the cfe-commits mailing list