mizvekov marked 2 inline comments as done.
mizvekov added inline comments.
Comment at: clang/lib/Sema/SemaTemplate.cpp:534-540
+ QualType TransformSubstTemplateTypeParmType(TypeLocBuilder &TLB,
+ SubstTemplateTypeParmTypeLoc TL)
{
+
davrec added inline comments.
Comment at: clang/lib/Sema/SemaTemplate.cpp:534-540
+ QualType TransformSubstTemplateTypeParmType(TypeLocBuilder &TLB,
+ SubstTemplateTypeParmTypeLoc TL)
{
+QualType QT = TL.getType();
+const Sub
davrec added inline comments.
Comment at: clang/lib/Sema/SemaTemplate.cpp:534-540
+ QualType TransformSubstTemplateTypeParmType(TypeLocBuilder &TLB,
+ SubstTemplateTypeParmTypeLoc TL)
{
+QualType QT = TL.getType();
+const Sub
mizvekov added inline comments.
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:377
+CFLAGS: "-fcrash-diagnostics-dir=crash_diagnostics_dir"
+CXXFLAGS: "-fcrash-diagnostics-dir=crash_diagnostics_dir"
LLVM_SYMBOLIZER_PATH: "/usr/bin/llvm-symbolizer-${LL
Mordante added subscribers: ldionne, Mordante.
Mordante added inline comments.
Comment at: libcxx/utils/ci/buildkite-pipeline.yml:377
+CFLAGS: "-fcrash-diagnostics-dir=crash_diagnostics_dir"
+CXXFLAGS: "-fcrash-diagnostics-dir=crash_diagnostics_dir"
LLVM_
mizvekov added inline comments.
Comment at: clang/test/Sema/Resugar/resugar-expr.cpp:244
+// N-error@-2 {{with an rvalue of type 'int'}}
+} // namespace t21
davrec wrote:
> Compositions of MemberExprs/CXXMemberCallExprs have an issue:
> ```
> template struct A {
davrec added inline comments.
Comment at: clang/test/Sema/Resugar/resugar-expr.cpp:244
+// N-error@-2 {{with an rvalue of type 'int'}}
+} // namespace t21
Compositions of MemberExprs/CXXMemberCallExprs have an issue:
```
template struct A {
struct Inner {