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 {
3792
3792
3793
3793
OS << " \n " ;
3794
3794
Indent += 2 ;
3795
+ // [TODO: Improve-Clang-type-printing]
3795
3796
if (!T->getClangTypeInfo ().empty ()) {
3796
3797
std::string s;
3797
3798
llvm::raw_string_ostream os (s);
@@ -3842,6 +3843,7 @@ namespace {
3842
3843
OS << ' \n ' ;
3843
3844
T->getInvocationSubstitutions ().dump (OS, SubstitutionMap::DumpStyle::Full,
3844
3845
Indent+2 );
3846
+ // [TODO: Improve-Clang-type-printing]
3845
3847
if (!T->getClangTypeInfo ().empty ()) {
3846
3848
std::string s;
3847
3849
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 {
827
827
}
828
828
getType ().dump (out);
829
829
out << " , " ;
830
+ // [TODO: Improve-Clang-type-printing]
830
831
// It would be better to use print, but we need a PrintingPolicy
831
832
// for that, for which we need a clang LangOptions, and... ugh.
832
833
clang::QualType (getClangType (), 0 ).dump ();
You can’t perform that action at this time.
0 commit comments