aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Sema/SemaOpenMP.cpp
diff options
context:
space:
mode:
authorChris Warner <73851242+cwarner-8702@users.noreply.github.com>2024-05-13 05:11:39 -0700
committerGitHub <noreply@github.com>2024-05-13 08:11:39 -0400
commit5e9401c2c21efcd55aae42d0b3d68034d344b08d (patch)
treea9e5926a2f9f50b4fad0b615c78faf44c599bee0 /clang/lib/Sema/SemaOpenMP.cpp
parent19a62fbe00930d7eaa9f948c8dd26d58f5422c00 (diff)
downloadllvm-5e9401c2c21efcd55aae42d0b3d68034d344b08d.zip
llvm-5e9401c2c21efcd55aae42d0b3d68034d344b08d.tar.gz
llvm-5e9401c2c21efcd55aae42d0b3d68034d344b08d.tar.bz2
[clang-query] Load queries and matchers from file during REPL cycle (#90603)
The clang-query tool has the ability to execute or pre-load queries from a file when the tool is launched, but doesn't have the ability to do the same from the interactive REPL prompt. Because the prompt also doesn't seem to allow multi-line matchers, this can make prototyping and iterating on more complicated matchers difficult. Supporting a dynamic load at REPL time allows the cost of reading the compilation database and building the AST to be imposed just once, and allows faster prototyping.
Diffstat (limited to 'clang/lib/Sema/SemaOpenMP.cpp')
0 files changed, 0 insertions, 0 deletions