[PATCH] D55932: [Sema] Simplfy static_assert diagnostic code.
Clement Courbet via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Dec 20 07:38:43 PST 2018
courbet created this revision.
courbet added reviewers: aaron.ballman, Quuxplusone.
We can now remove the specific handling of NestedNameQualifiers as
it's now handled by the type printer as of r349729.
Repository:
rC Clang
https://reviews.llvm.org/D55932
Files:
include/clang/AST/NestedNameSpecifier.h
lib/AST/NestedNameSpecifier.cpp
lib/Sema/SemaTemplate.cpp
test/SemaCXX/static-assert.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55932.179077.patch
Type: text/x-patch
Size: 4933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20181220/5ba1ba5d/attachment.bin>
More information about the cfe-commits
mailing list