mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-11 13:44:28 +00:00
Teach the include sorting script about the gtest headers; sort them with
the system headers. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169242 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4cd0a82fbf
commit
1ff3d66222
@ -35,7 +35,7 @@ def sort_includes(f):
|
||||
api_headers.append(header)
|
||||
look_for_api_header = False
|
||||
continue
|
||||
if header.startswith('<'):
|
||||
if header.startswith('<') or header.startswith('"gtest/'):
|
||||
system_headers.append(header)
|
||||
continue
|
||||
if (header.startswith('"llvm/') or header.startswith('"llvm-c/') or
|
||||
|
Loading…
Reference in New Issue
Block a user