Commit f8530f04 authored by Matthew Fernandez's avatar Matthew Fernandez
Browse files

accept non-egregious clang-format changes

Time to stop caring about formatting. The one thing we unfortunately cannot
abide is moving the #include of location.hh above cstddef. Flex on some
platforms generates a location.hh that does not include stddef.h but uses
size_t, so it causes a compilation failure if we rearrange the headers.
parent 4abff428
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment