[clang] [Clang] Fix a crash when using ast-dump=json (PR #70224)

Tom Honermann via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 8 13:11:15 PST 2023


================
@@ -697,6 +697,8 @@ Miscellaneous Clang Crashes Fixed
   `Issue 64564 <https://github.com/llvm/llvm-project/issues/64564>`_
 - Fixed a crash when an ObjC ivar has an invalid type. See
   (`#68001 <https://github.com/llvm/llvm-project/pull/68001>`_)
+- Fixed a crash when ``-ast-dump=json`` was used for code using template
+  deduction guides.
----------------
tahonermann wrote:

```suggestion
- Fixed a crash when ``-ast-dump=json`` was used for code using class
  template deduction guides.
```

https://github.com/llvm/llvm-project/pull/70224


More information about the cfe-commits mailing list