[clang] [Clang] Fix a crash when using ast-dump=json (PR #70224)
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 26 12:39:23 PDT 2023
================
@@ -377,6 +377,8 @@ Miscellaneous Clang Crashes Fixed
`Issue 64065 <https://github.com/llvm/llvm-project/issues/64065>`_
- Fixed a crash when check array access on zero-length element.
`Issue 64564 <https://github.com/llvm/llvm-project/issues/64564>`_
+- Fixed a crash when -ast-dump=json was used for code using template
----------------
AaronBallman wrote:
```suggestion
- Fixed a crash when ``-ast-dump=json`` was used for code using template
```
https://github.com/llvm/llvm-project/pull/70224
More information about the cfe-commits
mailing list