We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CowCompilerInvocation
1 parent 8f5d519 commit c60ee7cCopy full SHA for c60ee7c
clang/include/clang/Frontend/CompilerInvocation.h
@@ -354,6 +354,9 @@ class CowCompilerInvocation : public CompilerInvocationBase {
354
deep_copy_assign(X);
355
}
356
357
+ CowCompilerInvocation(CompilerInvocation &&X)
358
+ : CompilerInvocationBase(std::move(X)) {}
359
+
360
// Const getters are inherited from the base class.
361
362
/// Mutable getters.
0 commit comments