[clang-tools-extra] r270701 - Include local header with quotes instead of angle brackets.
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Wed May 25 07:14:53 PDT 2016
Author: d0k
Date: Wed May 25 09:14:52 2016
New Revision: 270701
URL: http://llvm.org/viewvc/llvm-project?rev=270701&view=rev
Log:
Include local header with quotes instead of angle brackets.
This works by accident because we pass '-I.'
Modified:
clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.h
Modified: clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.h
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.h?rev=270701&r1=270700&r2=270701&view=diff
==============================================================================
--- clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.h (original)
+++ clang-tools-extra/trunk/include-fixer/find-all-symbols/STLPostfixHeaderMap.h Wed May 25 09:14:52 2016
@@ -10,7 +10,7 @@
#ifndef LLVM_CLANG_TOOLS_EXTRA_FIND_ALL_SYMBOLS_TOOL_STL_POSTFIX_HEADER_MAP_H
#define LLVM_CLANG_TOOLS_EXTRA_FIND_ALL_SYMBOLS_TOOL_STL_POSTFIX_HEADER_MAP_H
-#include <HeaderMapCollector.h>
+#include "HeaderMapCollector.h"
namespace clang {
namespace find_all_symbols {
More information about the cfe-commits
mailing list