aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Tooling/Core/Replacement.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/Tooling/Core/Replacement.h')
-rw-r--r--include/clang/Tooling/Core/Replacement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Tooling/Core/Replacement.h b/include/clang/Tooling/Core/Replacement.h
index 8d4a22adf368..3fea9aee604c 100644
--- a/include/clang/Tooling/Core/Replacement.h
+++ b/include/clang/Tooling/Core/Replacement.h
@@ -255,7 +255,7 @@ class Replacements {
/// \brief Merges \p Replaces into the current replacements. \p Replaces
/// refers to code after applying the current replacements.
- Replacements merge(const Replacements &Replaces) const;
+ LLVM_NODISCARD Replacements merge(const Replacements &Replaces) const;
// Returns the affected ranges in the changed code.
std::vector<Range> getAffectedRanges() const;