================
@@ -43,10 +43,12 @@ struct LocateExample {
TestAST AST;
public:
- LocateExample(llvm::StringRef AnnotatedCode)
- : Target(AnnotatedCode), AST([this] {
+ LocateExample(llvm::StringRef AnnotatedCode,
+ std::vector<const char *> ExtraArgs = {"-std=c++17"})
----------------
zwuis wrote:
What about `ArrayRef<StringRef>`?
https://github.com/llvm/llvm-project/pull/173149
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits