aboutsummaryrefslogtreecommitdiffstats
path: root/src/FixItUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/FixItUtils.h')
-rw-r--r--src/FixItUtils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FixItUtils.h b/src/FixItUtils.h
index aed09b4f..95cbed3a 100644
--- a/src/FixItUtils.h
+++ b/src/FixItUtils.h
@@ -39,7 +39,7 @@ class CallExpr;
class CXXMemberCallExpr;
}
-namespace FixItUtils {
+namespace clazy {
/**
* Replaces whatever is in range, with replacement
@@ -82,7 +82,7 @@ CLAZYLIB_EXPORT clang::SourceLocation locForNextToken(const clang::ASTContext *c
*
* ^ // expr->getLocStart()
* ^ // expr->getLocEnd()
- * ^ // FixItUtils::locForEndOfToken(expr->getLocStart())
+ * ^ // clazy::locForEndOfToken(expr->getLocStart())
*/
CLAZYLIB_EXPORT clang::SourceLocation locForEndOfToken(const clang::ASTContext *context, clang::SourceLocation start, int offset = 0);