[all-commits] [llvm/llvm-project] c1b209: [Format] Don't treat compound extension headers (f...
Haojian Wu via All-commits
all-commits at lists.llvm.org
Thu Oct 1 10:58:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c1b209cc61290f1ce1243470b825e0994645cb7d
https://github.com/llvm/llvm-project/commit/c1b209cc61290f1ce1243470b825e0994645cb7d
Author: Haojian Wu <hokein.wu at gmail.com>
Date: 2020-10-01 (Thu, 01 Oct 2020)
Changed paths:
M clang/lib/Tooling/Inclusions/HeaderIncludes.cpp
M clang/unittests/Format/SortIncludesTest.cpp
Log Message:
-----------
[Format] Don't treat compound extension headers (foo.proto.h) as foo.cc main-file header.
We receive internal bugs about this false positives after D86597.
Differential Revision: https://reviews.llvm.org/D88640.
More information about the All-commits
mailing list