aeubanks added a comment.

a really bad reduced repro which also has random syntax errors:

  using string = struct basic_string {
    constexpr basic_string(char *) {}                 constexpr ~basic_string(
  } struct AutocompleteParsingResult struct optional {
    template <typename U = AutocompleteParsingResult> constexpr optional(U &&) 
{}
    namespace enum { kName } struct AutocompleteParsingResult {
      string StringPiece;
      optional expected_result;
      int max_length = 0
    } kAutocompleteTestcases {
      "", {
        { "", kName }
      }
  }

`clang -cc1 -x c++ -triple x86_64-unknown-linux-gnu  -std=c++20  -fsyntax-only  
/tmp/reduced.cpp.orig -ferror-limit 1`
working on a reduced repro with -ferror-limit=1


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136554

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

Reply via email to