forked from OSchip/llvm-project
parent
2555952ba8
commit
92d91569a1
|
@ -17,7 +17,7 @@
|
|||
namespace clang {
|
||||
namespace tooling {
|
||||
|
||||
/// Add -fsyntax-only option to the commnand line arguments.
|
||||
/// Add -fsyntax-only option to the command line arguments.
|
||||
ArgumentsAdjuster getClangSyntaxOnlyAdjuster() {
|
||||
return [](const CommandLineArguments &Args, StringRef /*unused*/) {
|
||||
CommandLineArguments AdjustedArgs;
|
||||
|
|
Loading…
Reference in New Issue