summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python
diff options
context:
space:
mode:
authorKate Stone <katherine.stone@apple.com>2016-08-19 20:44:07 +0000
committerKate Stone <katherine.stone@apple.com>2016-08-19 20:44:07 +0000
commit41de9a9791370e9af19720664e00ff322ba526e5 (patch)
tree75893a46b2a1b9fdfc34a25daa3ad91b47f469ef /lldb/packages/Python
parent64093a35fff3a533d312604bb6ab558933b30e6a (diff)
downloadbcm5719-llvm-41de9a9791370e9af19720664e00ff322ba526e5.tar.gz
bcm5719-llvm-41de9a9791370e9af19720664e00ff322ba526e5.zip
Moved #include for lldb-python.h to a distinct group with a reminder comment
declaring that it must be first. Failure to do so results in build failures on macOS due to subtle header conflicts. llvm-svn: 279315
Diffstat (limited to 'lldb/packages/Python')
-rw-r--r--lldb/packages/Python/lldbsuite/.clang-format4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/packages/Python/lldbsuite/.clang-format b/lldb/packages/Python/lldbsuite/.clang-format
new file mode 100644
index 00000000000..7de7a512ad7
--- /dev/null
+++ b/lldb/packages/Python/lldbsuite/.clang-format
@@ -0,0 +1,4 @@
+DisableFormat: true
+
+# Disabling formatting doesn't implicitly disable include sorting
+SortIncludes: false
OpenPOWER on IntegriCloud