Files
clang-p2996/clang/unittests/Frontend/CompilerInvocationTest.cpp
Jan Svoboda e1cc299ec8 [clang] Introduce copy-on-write CompilerInvocation (#65412)
This PR introduces new copy-on-write `CompilerInvocation` class
(`CowCompilerInvocation`), which will be used by the dependency scanner
to reduce the number of copies performed when generating command lines
for discovered modules.
2023-09-07 14:01:40 -07:00

38 KiB