in general, value dependent is a subset of instnatiation dependent. This
would allows us to produce diagnostics for the align expression (which
is instantiation dependent but not value dependent).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/SemaCXX/builtin-align-cxx.cpp | ||
---|---|---|
40 | Could also change this to template <typename T, long A = 31> and add another __builtin_align_up(array, A) but I'm not sure whether that increases test coverage. |
Could also change this to template <typename T, long A = 31> and add another __builtin_align_up(array, A) but I'm not sure whether that increases test coverage.