[clang-tools-extra] r303063 - Test commit(changed comment)

Ilya Biryukov via cfe-commits cfe-commits at lists.llvm.org
Mon May 15 06:50:46 PDT 2017


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>>




More information about the cfe-commits mailing list