Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| clang/test/AST/ast-dump-concepts.cpp | ||
|---|---|---|
| 4 | nit: perhaps use a more generic name like binary_concept (meaning concept that takes two types) | |
| clang/test/AST/ast-dump-concepts.cpp | ||
|---|---|---|
| 12 | another nit: the requires(true) is not relevant to the testcase. (Although, perhaps it is another bug that it does not appear in the dump?) | |
| clang/test/AST/ast-dump-concepts.cpp | ||
|---|---|---|
| 1 | Can you also test for serialization by round-tripping through a PCH (see the other AST dump tests for examples; you just need to add two RUN lines)? | |
Can you also test for serialization by round-tripping through a PCH (see the other AST dump tests for examples; you just need to add two RUN lines)?