[PATCH] D13322: Add -f[no-]declspec to control recognition of __declspec as a keyword

Warren Ristow via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 1 14:58:17 PDT 2015


wristow updated this revision to Diff 36307.
wristow added a comment.

Updated patch to change the Group of the diagnostic from f_Group to f_clang_Group, and to change the string associated with the LANGOPT definition of the flag.  Also fixed a minor typo in a comment.


http://reviews.llvm.org/D13322

Files:
  include/clang/Basic/LangOptions.def
  include/clang/Basic/TokenKinds.def
  include/clang/Driver/Options.td
  include/clang/Parse/Parser.h
  lib/Basic/IdentifierTable.cpp
  lib/Driver/Tools.cpp
  lib/Frontend/CompilerInvocation.cpp
  lib/Parse/ParseDecl.cpp
  test/Lexer/keywords_test.c
  test/Lexer/keywords_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13322.36307.patch
Type: text/x-patch
Size: 9502 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151001/38c330cb/attachment-0001.bin>


More information about the cfe-commits mailing list