diff options
author | Douglas Gregor <dgregor@apple.com> | 2013-04-12 21:00:54 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2013-04-12 21:00:54 +0000 |
commit | 7332ae49671762239c9986c8f30f291c3a13d27e (patch) | |
tree | ce1c3081071f7a3e0a8cc462fa8fd0c5cc4667b0 /include/clang/Lex/ModuleMap.h | |
parent | b1b683ea5f1ff161b6bbdf2e2519317618ee2811 (diff) |
<rdar://problem/13643854> Only emit ambiguous-expansion warnings when at least one of the macro definitions comes from a non-system header.
This slightly weakens the heuristic introduced in r178109.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179411 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/Lex/ModuleMap.h')
-rw-r--r-- | include/clang/Lex/ModuleMap.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/clang/Lex/ModuleMap.h b/include/clang/Lex/ModuleMap.h index 1c9c67314a..33c92f59a4 100644 --- a/include/clang/Lex/ModuleMap.h +++ b/include/clang/Lex/ModuleMap.h @@ -177,7 +177,6 @@ public: void setBuiltinIncludeDir(const DirectoryEntry *Dir) { BuiltinIncludeDir = Dir; } - const DirectoryEntry *getBuiltinIncludeDir() { return BuiltinIncludeDir; } /// \brief Retrieve the module that owns the given header file, if any. /// |