mizvekov added inline comments.

================
Comment at: clang/include/clang/AST/Type.h:4564
+  /// Returns true if this is a typeof_unqual type.
+  bool isUnqual() const { return TypeOfBits.IsUnqual; }
+
----------------
aaron.ballman wrote:
> mizvekov wrote:
> > I only noticed this after rebasing some of my patches, I missed this on the 
> > original review (same for TypeOfType)
> Sure, on the whole I think this makes the code cleaner. I've updated in 
> 42ad305bdbb87d567d4d365ec5ede8be4d2a4210, thank you for the suggestion!
Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134286

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to