Files
clang-p2996/mlir
Walter Erquinigo d90159add4 [LSP] Use std::string for storing the Reply method (#92464)
This was using a StringRef, which is very unsafe because the method name
might just get disposed due to the async nature of the response.
This was causing weird characters being printed in the output logs.
2024-05-17 12:32:59 -04:00
..

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.