File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -3792,6 +3792,7 @@ namespace {
37923792
37933793 OS << " \n " ;
37943794 Indent += 2 ;
3795+ // [TODO: Improve-Clang-type-printing]
37953796 if (!T->getClangTypeInfo ().empty ()) {
37963797 std::string s;
37973798 llvm::raw_string_ostream os (s);
@@ -3842,6 +3843,7 @@ namespace {
38423843 OS << ' \n ' ;
38433844 T->getInvocationSubstitutions ().dump (OS, SubstitutionMap::DumpStyle::Full,
38443845 Indent+2 );
3846+ // [TODO: Improve-Clang-type-printing]
38453847 if (!T->getClangTypeInfo ().empty ()) {
38463848 std::string s;
38473849 llvm::raw_string_ostream os (s);
Original file line number Diff line number Diff line change @@ -827,6 +827,7 @@ void AbstractionPattern::print(raw_ostream &out) const {
827827 }
828828 getType ().dump (out);
829829 out << " , " ;
830+ // [TODO: Improve-Clang-type-printing]
830831 // It would be better to use print, but we need a PrintingPolicy
831832 // for that, for which we need a clang LangOptions, and... ugh.
832833 clang::QualType (getClangType (), 0 ).dump ();
You can’t perform that action at this time.
0 commit comments