[clang] [clang] Introduce `SemaConcept` (PR #92672)

via cfe-commits cfe-commits at lists.llvm.org
Mon May 20 08:01:16 PDT 2024


================
@@ -989,6 +991,11 @@ class Sema final : public SemaBase {
     return *CodeCompletionPtr;
   }
 
+  SemaConcept &Concept() {
----------------
cor3ntin wrote:

```suggestion
  SemaConcept &Concepts() {
```

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


More information about the cfe-commits mailing list