This revision was automatically updated to reflect the committed changes.
Closed by commit rC350386: [Basic] Extend DiagnosticEngine to store and format
Qualifiers. (authored by stulova, committed by ).
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56198/new/
http
rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.
Thanks, LGTM.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56198/new/
https://reviews.llvm.org/D56198
___
cfe-commits mailing list
Anastasia updated this revision to Diff 179887.
Anastasia added a comment.
Addressed review comments.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56198/new/
https://reviews.llvm.org/D56198
Files:
include/clang/AST/Type.h
include/clang/Basic/Diagnostic.h
include/clang/Basic/Diag
rjmccall added inline comments.
Comment at: include/clang/AST/Type.h:6705
+/// Insertion operator for diagnostics. This allows sending Qualifiers' into a
+/// diagnostic with <<.
+inline const DiagnosticBuilder &operator<<(const DiagnosticBuilder &DB,
Unpaired ap
Anastasia created this revision.
Anastasia added a reviewer: rjmccall.
This is a follow up patch from the following review comment:
https://reviews.llvm.org/D55850?id=178767#inline-495051
https://reviews.llvm.org/D56198
Files:
include/clang/AST/Type.h
include/clang/Basic/Diagnostic.h
inc