r194543 - Fix closing namespace comment to reflect reality
Dmitri Gribenko
gribozavr at gmail.com
Tue Nov 12 18:01:24 PST 2013
Author: gribozavr
Date: Tue Nov 12 20:01:24 2013
New Revision: 194543
URL: http://llvm.org/viewvc/llvm-project?rev=194543&view=rev
Log:
Fix closing namespace comment to reflect reality
Modified:
cfe/trunk/include/clang/Index/USRGeneration.h
Modified: cfe/trunk/include/clang/Index/USRGeneration.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Index/USRGeneration.h?rev=194543&r1=194542&r2=194543&view=diff
==============================================================================
--- cfe/trunk/include/clang/Index/USRGeneration.h (original)
+++ cfe/trunk/include/clang/Index/USRGeneration.h Tue Nov 12 20:01:24 2013
@@ -47,7 +47,7 @@ void generateUSRForObjCProperty(StringRe
/// \brief Generate a USR fragment for an Objective-C protocol.
void generateUSRForObjCProtocol(StringRef Prot, raw_ostream &OS);
-} // namespace ide
+} // namespace index
} // namespace clang
#endif // LLVM_CLANG_IDE_USRGENERATION_H
More information about the cfe-commits
mailing list