[clang] [clang] SourceLocIdentKind::Function should not be dependent (PR #94942)

Timm Baeder via cfe-commits cfe-commits at lists.llvm.org
Mon Jun 10 03:30:36 PDT 2024


================
@@ -846,6 +846,7 @@ Bug Fixes to C++ Support
 - Fix a crash caused by improper use of ``__array_extent``. (#GH80474)
 - Fixed several bugs in capturing variables within unevaluated contexts. (#GH63845), (#GH67260), (#GH69307),
   (#GH88081), (#GH89496), (#GH90669) and (#GH91633).
+- Fix a crash when SourceLocExpr instantiated in a dependent context. (GH80210).
----------------
tbaederr wrote:

```suggestion
- Fix a crash when SourceLocExpr instantiated in a dependent context. (#GH80210).
```

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


More information about the cfe-commits mailing list