commit | 672d2c12550009d15900dd8d7569e6a6f830456c | [log] [tgz] |
---|---|---|
author | Jonas Devlieghere <jonas@devlieghere.com> | Sun Nov 11 23:16:43 2018 +0000 |
committer | Jonas Devlieghere <jonas@devlieghere.com> | Sun Nov 11 23:16:43 2018 +0000 |
tree | 1a83bb52432c25a83514e1b5122faea443c64d9d | |
parent | ba17b96bed2cb7e0b95e89372e520ab150259421 [diff] [blame] |
Remove comments after header includes. This patch removes the comments following the header includes. They were added after running IWYU over the LLDB codebase. However they add little value, are often outdates and burdensome to maintain. Differential revision: https://reviews.llvm.org/D54385 llvm-svn: 346625
diff --git a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp index eb12450..00c6acb 100644 --- a/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp +++ b/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp
@@ -9,7 +9,7 @@ // C Includes // C++ Includes -#include <cctype> // for alnum +#include <cctype> // Other libraries and framework includes #include "clang/AST/ASTContext.h" #include "clang/AST/ASTDiagnostic.h"