llvm/unittests
Chandler Carruth 3c0d60785c Re-sort #include lines for unittests. This uses a slightly modified
clang-format (https://reviews.llvm.org/D33932) to keep primary headers
at the top and handle new utility headers like 'gmock' consistently with
other utility headers.

No other change was made. I did no manual edits, all of this is
clang-format.

This should allow other changes to have more clear and focused diffs,
and is especially motivated by moving some headers into more focused
libraries.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@304786 91177308-0d34-0410-b5e6-96231b3b80d8
2017-06-06 11:06:56 +00:00
..
ADT Re-sort #include lines for unittests. This uses a slightly modified 2017-06-06 11:06:56 +00:00
Analysis Re-sort #include lines for unittests. This uses a slightly modified 2017-06-06 11:06:56 +00:00
AsmParser Remove every uses of getGlobalContext() in LLVM (but the C API) 2016-04-14 21:59:01 +00:00
Bitcode Re-sort #include lines for unittests. This uses a slightly modified 2017-06-06 11:06:56 +00:00
CodeGen Re-sort #include lines for unittests. This uses a slightly modified 2017-06-06 11:06:56 +00:00
DebugInfo Re-sort #include lines for unittests. This uses a slightly modified 2017-06-06 11:06:56 +00:00
ExecutionEngine Re-sort #include lines for unittests. This uses a slightly modified 2017-06-06 11:06:56 +00:00
IR Re-sort #include lines for unittests. This uses a slightly modified 2017-06-06 11:06:56 +00:00
LineEditor Remove autoconf support 2016-01-26 21:29:08 +00:00
Linker Re-sort #include lines for unittests. This uses a slightly modified 2017-06-06 11:06:56 +00:00
MC Re-sort #include lines for unittests. This uses a slightly modified 2017-06-06 11:06:56 +00:00
MI Re-sort #include lines for unittests. This uses a slightly modified 2017-06-06 11:06:56 +00:00
Object Fix unittest for buildbot with mips host (32bit big endian) from r295174 2017-02-15 16:03:22 +00:00
ObjectYAML Move ObjectYAML code to a new library. 2016-03-01 19:15:06 +00:00
Option Fix some ArgList uses after API change in r300135. 2017-04-12 23:43:58 +00:00
ProfileData Re-sort #include lines for unittests. This uses a slightly modified 2017-06-06 11:06:56 +00:00
Support Re-sort #include lines for unittests. This uses a slightly modified 2017-06-06 11:06:56 +00:00
Target Fix an unused variable warning in non-asserts builds. 2017-06-06 07:49:34 +00:00
Transforms Re-sort #include lines for unittests. This uses a slightly modified 2017-06-06 11:06:56 +00:00
XRay [XRay][graph] Disambiguate name of type from member name 2017-02-10 06:59:25 +00:00
CMakeLists.txt [XRay] A graph Class for the llvm-xray graph 2017-02-10 06:36:08 +00:00