[PATCH] D46449: remove references to nonexistent PragmaTable interface

Mostyn Bramley-Moore via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 4 13:19:08 PDT 2018


mostynb created this revision.
Herald added a subscriber: cfe-commits.

There does not appear to be a PragmaTable interface in the repository, either on tip-of-tree or historically.

Let's remove these references.


Repository:
  rC Clang

https://reviews.llvm.org/D46449

Files:
  clang/include/clang/Lex/Pragma.h
  clang/lib/Lex/Pragma.cpp


Index: clang/lib/Lex/Pragma.cpp
===================================================================
--- clang/lib/Lex/Pragma.cpp
+++ clang/lib/Lex/Pragma.cpp
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file implements the PragmaHandler/PragmaTable interfaces and implements
+// This file implements the PragmaHandler interface and implements
 // pragma related methods of the Preprocessor class.
 //
 //===----------------------------------------------------------------------===//
Index: clang/include/clang/Lex/Pragma.h
===================================================================
--- clang/include/clang/Lex/Pragma.h
+++ clang/include/clang/Lex/Pragma.h
@@ -7,7 +7,7 @@
 //
 //===----------------------------------------------------------------------===//
 //
-// This file defines the PragmaHandler and PragmaTable interfaces.
+// This file defines the PragmaHandler interface.
 //
 //===----------------------------------------------------------------------===//
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46449.145265.patch
Type: text/x-patch
Size: 1048 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180504/ffa2321f/attachment.bin>


More information about the cfe-commits mailing list