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.
 //
 
//===----------------------------------------------------------------------===//
 


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.
 //
 //===----------------------------------------------------------------------===//
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to