llvm-project/clang/unittests/Format
David Blaikie ea95dd7e3b Disable clang-format's MemoizationTest as it becomes prohibitive with EXPENSIVE_CHECKS
EXPENSIVE_CHECKS enables libstdc++'s library consistency checks, which
includes checking the container passed to std::priority_queue for its
well-formedness. This makes the clang-format memoization too expensive,
so disable it.

(it's a necessary feature of libstdc++'s consistency checks that it
ruins the required scalability of C++ standard library features - so
these workarounds are to be expected if a test ever tries to test
scalability in some way, like this test does)

llvm-svn: 312268
2017-08-31 18:49:34 +00:00
..
CMakeLists.txt [clang-format] Support text proto messages 2017-07-03 15:05:14 +00:00
CleanupTest.cpp clang-format: [JS] do not clean up duplicated commas. 2017-05-29 08:41:11 +00:00
FormatTest.cpp Disable clang-format's MemoizationTest as it becomes prohibitive with EXPENSIVE_CHECKS 2017-08-31 18:49:34 +00:00
FormatTestComments.cpp [clang-format] Emit absolute splits before lines for comments, try 2 2017-08-24 16:41:10 +00:00
FormatTestJS.cpp clang-format: [JS] simplify template string wrapping. 2017-08-29 08:30:07 +00:00
FormatTestJava.cpp [clang-format] Put '/**' and '*/' on own lines in multiline jsdocs 2017-07-20 22:29:39 +00:00
FormatTestObjC.cpp [clang-format] Remove unused using directive, NFC 2017-05-24 12:15:42 +00:00
FormatTestProto.cpp [clang-format] Fix indent of 'key <...>' and 'key {...}' in text protos 2017-08-03 14:17:29 +00:00
FormatTestSelective.cpp [clang-format] Handle trailing comment sections in import statement lines 2017-05-19 10:34:57 +00:00
FormatTestTextProto.cpp [clang-format] Fix indent of 'key <...>' and 'key {...}' in text protos 2017-08-03 14:17:29 +00:00
FormatTestUtils.h clang-format: Add preprocessor directive indentation 2017-08-30 14:34:57 +00:00
NamespaceEndCommentsFixerTest.cpp clang-format: fix block OpeningLineIndex around preprocessor 2017-07-28 07:56:14 +00:00
SortImportsTestJS.cpp clang-format: [JS] support default imports. 2017-08-01 15:54:43 +00:00
SortIncludesTest.cpp [clang-format] Do not format likely xml 2017-08-29 13:51:38 +00:00
UsingDeclarationsSorterTest.cpp [clang-format] Support sorting using declarations 2017-06-21 12:03:12 +00:00