llvm-capstone/clang/unittests/Format
sstwcw cb479e7d7d [clang-format] More on unbreakable strings in TypeScript (#66321)
Now. string literals in lines beginning with `export type` will not be
broken.

The case was missed in 5db201fb75.  I don't know TypeScript.  And
merging GitHub pull requests seems to be a little too easy.  So it got
committed before the reviewers had a chance to find edge cases.
2023-09-14 12:41:21 +00:00
..
.clang-format [clang-format] Add InsertNewlineAtEOF to .clang-format files 2023-06-20 08:30:09 -07:00
BracesInserterTest.cpp [clang-format][NFC] Refactor formatting unit tests. 2023-03-01 12:36:07 +00:00
BracesRemoverTest.cpp [clang-format][NFC] Refactor formatting unit tests. 2023-03-01 12:36:07 +00:00
CleanupTest.cpp
CMakeLists.txt [clang-format][NFC] Refactor formatting unit tests. 2023-03-01 12:36:07 +00:00
ConfigParseTest.cpp [clang-format] BreakBeforeNoexceptSpecifier option added (#65808) 2023-09-09 22:31:58 +02:00
DefinitionBlockSeparatorTest.cpp [clang-format] Handle "// clang-format on" for SeparateDefinitionBlocks 2023-08-05 12:31:27 -07:00
FormatReplacementTest.cpp [clang-format][NFC] Refactor formatting unit tests. 2023-03-01 12:36:07 +00:00
FormatTest.cpp [clang-format][NFC] Minor cleanup of token annotator and test cases 2023-09-11 00:18:57 -07:00
FormatTestBase.h [clang-format][NFC] Skip remaining tests of the same case upon failure (#65540) 2023-09-08 01:06:54 -07:00
FormatTestComments.cpp [clang-format] Supress aligning of trailing namespace comments 2023-08-02 11:50:14 +02:00
FormatTestCSharp.cpp [clang-format] Break long string literals in C#, etc. 2023-09-05 03:19:49 +00:00
FormatTestJava.cpp [clang-format] Break long string literals in C#, etc. 2023-09-05 03:19:49 +00:00
FormatTestJS.cpp [clang-format] More on unbreakable strings in TypeScript (#66321) 2023-09-14 12:41:21 +00:00
FormatTestJson.cpp [clang-format] Hanlde leading whitespaces for JSON files 2023-04-20 04:31:55 -07:00
FormatTestMacroExpansion.cpp [clang-format] Add InsertNewlineAtEOF to .clang-format files 2023-06-20 08:30:09 -07:00
FormatTestObjC.cpp [clang-format] Fix support for ObjC blocks with pointer return types 2023-07-17 14:47:49 +01:00
FormatTestProto.cpp Fix format for case in .proto files 2023-01-16 17:43:50 +00:00
FormatTestRawStrings.cpp
FormatTestSelective.cpp [clang-format] Fix indent for selective formatting 2023-07-18 14:10:53 -07:00
FormatTestTableGen.cpp
FormatTestTextProto.cpp [clang-format][NFC] Refactor formatting unit tests. 2023-03-01 12:36:07 +00:00
FormatTestUtils.h [clang-format][NFC] Refactor formatting unit tests. 2023-03-01 12:36:07 +00:00
FormatTestVerilog.cpp [clang-format] Break long string literals in C#, etc. 2023-09-05 03:19:49 +00:00
FormatTokenSourceTest.cpp [clang-format] Enable FormatTokenSource to insert tokens. 2023-02-15 12:39:24 +00:00
IntegerLiteralSeparatorTest.cpp [clang-format] Handle <chrono> ud suffixes in IntegerLiteralSeparator 2023-05-16 13:17:31 -07:00
MacroCallReconstructorTest.cpp [clang-format] Add simple macro replacements in formatting. 2023-02-24 15:44:24 +00:00
MacroExpanderTest.cpp [clang-format] Add simple macro replacements in formatting. 2023-02-24 15:44:24 +00:00
NamespaceEndCommentsFixerTest.cpp [clang-format] Handle NamespaceMacro string arg for FixNamespaceComments 2023-08-16 10:45:54 -07:00
QualifierFixerTest.cpp [clang-format][NFC] Reformat and fix file mode 2023-08-30 18:35:24 -07:00
SortImportsTestJava.cpp
SortImportsTestJS.cpp clang-format: [JS] terminate import sorting on export type X = Y 2023-05-15 15:37:18 +02:00
SortIncludesTest.cpp [clang] Don't including None.h (NFC) 2022-12-08 23:36:50 -08:00
TestLexer.h [clang-format] Add simple macro replacements in formatting. 2023-02-24 15:44:24 +00:00
TokenAnnotatorTest.cpp [clang-format] Fix a bug in annotating && followed by * or & (#65933) 2023-09-13 23:57:34 -07:00
UsingDeclarationsSorterTest.cpp [clang-format] SortUsingDeclarations support lexicographic order 2023-01-20 21:34:57 +08:00