lh123 marked an inline comment as done.
lh123 added inline comments.

================
Comment at: clang/lib/Tooling/JSONCompilationDatabase.cpp:153
   assert(Syntax == JSONCommandLineSyntax::Gnu);
   CommandLineArgumentParser parser(EscapedCommandLine);
   return parser.parse();
----------------
I think we can use `TokenizeGNUCommandLine` instead of 
`CommandLineArgumentParser`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D70164/new/

https://reviews.llvm.org/D70164



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to