]> granicus.if.org Git - clang/commit
Improve diagnostic reporting when using __declspec without enabling __declspec as...
authorAaron Ballman <aaron@aaronballman.com>
Tue, 14 Feb 2017 22:47:20 +0000 (22:47 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 14 Feb 2017 22:47:20 +0000 (22:47 +0000)
commit8e4aad78974956d3cc99409a2567494117611b47
tree4cf66717e910c722c7f84b232922b55719c14bdd
parent6b15b6d3c1f8274162d5881b05d79aeddd5d6aad
Improve diagnostic reporting when using __declspec without enabling __declspec as a keyword.

Fixes PR31936.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295114 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticParseKinds.td
lib/Parse/ParseDecl.cpp
test/Parser/declspec-recovery.c [new file with mode: 0644]
test/Parser/declspec-supported.c [new file with mode: 0644]