|
clang
5.0.0
|
This file implements NamespaceEndCommentsFixer, a TokenAnalyzer that fixes namespace end comments. More...
#include "NamespaceEndCommentsFixer.h"#include "llvm/Support/Debug.h"#include "llvm/Support/Regex.h"Go to the source code of this file.
Namespaces | |
| clang | |
| /file This file defines classes for searching and anlyzing source code clones. | |
| clang::format | |
Macros | |
| #define | DEBUG_TYPE "namespace-end-comments-fixer" |
This file implements NamespaceEndCommentsFixer, a TokenAnalyzer that fixes namespace end comments.
Definition in file NamespaceEndCommentsFixer.cpp.
| #define DEBUG_TYPE "namespace-end-comments-fixer" |
Definition at line 20 of file NamespaceEndCommentsFixer.cpp.
1.8.6