Author: ibiryukov Date: Mon May 15 08:50:46 2017 New Revision: 303063 URL: http://llvm.org/viewvc/llvm-project?rev=303063&view=rev Log: Test commit(changed comment)
Modified: clang-tools-extra/trunk/clangd/ASTManager.h Modified: clang-tools-extra/trunk/clangd/ASTManager.h URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/ASTManager.h?rev=303063&r1=303062&r2=303063&view=diff ============================================================================== --- clang-tools-extra/trunk/clangd/ASTManager.h (original) +++ clang-tools-extra/trunk/clangd/ASTManager.h Mon May 15 08:50:46 2017 @@ -32,7 +32,7 @@ namespace clangd { /// Using 'unsigned' here to avoid undefined behaviour on overflow. typedef unsigned DocVersion; -/// Stores ASTUnit and FixIts map for an opened document +/// Stores ASTUnit and FixIts map for an opened document. class DocData { public: typedef std::map<clangd::Diagnostic, std::vector<clang::tooling::Replacement>> _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits