From ead246455adf1a215ec2715dad6533073a6beb4e Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Wed, 23 Oct 2019 17:53:01 +0000 Subject: Vendor import of stripped lldb trunk r375505, the last commit before the upstream Subversion repository was made read-only, and the LLVM project migrated to GitHub: https://llvm.org/svn/llvm-project/lldb/trunk@375505 --- include/lldb/Utility/StringLexer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/lldb/Utility/StringLexer.h') diff --git a/include/lldb/Utility/StringLexer.h b/include/lldb/Utility/StringLexer.h index d9806c1b37d7..533fd4fb896e 100644 --- a/include/lldb/Utility/StringLexer.h +++ b/include/lldb/Utility/StringLexer.h @@ -1,4 +1,4 @@ -//===--------------------- StringLexer.h ------------------------*- C++ -*-===// +//===-- StringLexer.h -------------------------------------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. @@ -13,7 +13,7 @@ #include #include -namespace lldb_utility { +namespace lldb_private { class StringLexer { public: -- cgit v1.2.3