aboutsummaryrefslogtreecommitdiff
path: root/clang-tidy/ClangTidy.h
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2015-08-27 22:19:50 +0000
committerAaron Ballman <aaron@aaronballman.com>2015-08-27 22:19:50 +0000
commit38d515203fb64e0c1620069da49d9e6a9672bf4e (patch)
tree1372b02c53bedcd192fabf23201b2a7c21c4c863 /clang-tidy/ClangTidy.h
parentc95659f8a27eb4b20ec7c5656315bd4b7cf6866c (diff)
Reverting r246209 while I investigate a build bot failure: http://lab.llvm.org:8011/builders/clang-x86_64-debian-fast/builds/30516
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@246224 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang-tidy/ClangTidy.h')
-rw-r--r--clang-tidy/ClangTidy.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang-tidy/ClangTidy.h b/clang-tidy/ClangTidy.h
index a2dbcbc5..2df17c2e 100644
--- a/clang-tidy/ClangTidy.h
+++ b/clang-tidy/ClangTidy.h
@@ -158,8 +158,6 @@ protected:
OptionsView Options;
/// \brief Returns the main file name of the current translation unit.
StringRef getCurrentMainFile() const { return Context->getCurrentFile(); }
- /// \brief Returns the language options from the context.
- LangOptions getLangOpts() const { return Context->getLangOpts(); }
};
class ClangTidyCheckFactories;