[PATCH] D52248: [SEMA] ignore duplicate declaration specifiers from typeof exprs
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 28 16:06:57 PDT 2018
nickdesaulniers updated this revision to Diff 167565.
nickdesaulniers added a comment.
Herald added a subscriber: jfb.
- split duplicate_declspec into Extension and Extwarn from Extwarn.
- rename ext_duplicate_declspec to be the Extension, not the Extwarn.
- Fix C++ case.
- Use tablegen'd Extension rather than checking Pedantic diag option.
- Update tests that started failing due to this change.
- Consolidate checks for duplicate declspecs into 1 file.
- Move cases for PR8264 into my added test case, extending them for various language standards.
- Update my tests/rename the new test file name.
Repository:
rC Clang
https://reviews.llvm.org/D52248
Files:
include/clang/Basic/DiagnosticSemaKinds.td
lib/Parse/ParseDecl.cpp
lib/Sema/DeclSpec.cpp
lib/Sema/SemaType.cpp
test/FixIt/fixit-eof-space.c
test/FixIt/fixit.c
test/Parser/atomic.c
test/Sema/declspec.c
test/Sema/dupl-declspec.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D52248.167565.patch
Type: text/x-patch
Size: 18795 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180928/d05bce74/attachment-0001.bin>
More information about the cfe-commits
mailing list