Moved #include for lldb-python.h to a distinct group with a reminder comment
authorKate Stone <katherine.stone@apple.com>
Fri, 19 Aug 2016 20:44:07 +0000 (20:44 +0000)
committerKate Stone <katherine.stone@apple.com>
Fri, 19 Aug 2016 20:44:07 +0000 (20:44 +0000)
commit41de9a9791370e9af19720664e00ff322ba526e5
tree75893a46b2a1b9fdfc34a25daa3ad91b47f469ef
parent64093a35fff3a533d312604bb6ab558933b30e6a
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
lldb/.clang-format
lldb/packages/Python/lldbsuite/.clang-format [new file with mode: 0644]
lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h
lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp
lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp