[PATCH] D92103: [ASTImporter] Import the default argument of TemplateTypeParmDecl

Raphael Isemann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 26 09:03:50 PST 2020


teemperor added inline comments.
Herald added a subscriber: JDevlieghere.


================
Comment at: clang/lib/AST/ASTImporter.cpp:5161
 
-  // FIXME: Import default argument  and constraint expression.
+  // FIXME: Import constraint expression.
 
----------------
martong wrote:
> I wonder whether this FIXME is already fixed, at line 5182?
I think so. I removed the whole comment instead. Thanks!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D92103/new/

https://reviews.llvm.org/D92103



More information about the cfe-commits mailing list