diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-03-01 12:49:14 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-03-01 12:49:14 +0000 |
commit | 390ad0db26065532b138488fe94acbd0d27426e1 (patch) | |
tree | e617efecd3c238d8a62dac65a5537a7b88aefe88 /clang | |
parent | 3a377bce4e134406920a3ee744e2ef9edd21762f (diff) | |
download | bcm5719-llvm-390ad0db26065532b138488fe94acbd0d27426e1.tar.gz bcm5719-llvm-390ad0db26065532b138488fe94acbd0d27426e1.zip |
ASTReader.h: Prune \param ImportLoc according to r202560. [-Wdocumentation]
FIXME: Give appropriate \param to llvm::ArrayRef<SubmoduleID> Overrides.
llvm-svn: 202589
Diffstat (limited to 'clang')
-rw-r--r-- | clang/include/clang/Serialization/ASTReader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/include/clang/Serialization/ASTReader.h b/clang/include/clang/Serialization/ASTReader.h index 706c1d8e33f..040243cd2c1 100644 --- a/clang/include/clang/Serialization/ASTReader.h +++ b/clang/include/clang/Serialization/ASTReader.h @@ -1895,7 +1895,6 @@ public: /// \param II The name of the macro. /// \param M The module file. /// \param GMacID The global macro ID that is associated with this identifier. - /// \param ImportLoc The location where the module is imported. void addPendingMacroFromModule(IdentifierInfo *II, ModuleFile *M, serialization::GlobalMacroID GMacID, |