Test commit(changed comment)

llvm-svn: 303063
This commit is contained in:
Ilya Biryukov 2017-05-15 13:50:46 +00:00
parent 35bdcaf9e9
commit b122d68687
1 changed files with 1 additions and 1 deletions

View File

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