llvm-project/clang/unittests/Format
sstwcw 60e12068ff [clang-format] Handle Verilog attributes
Reviewed By: HazardyKnusperkeks, owenpan

Differential Revision: https://reviews.llvm.org/D128709
2022-07-29 00:38:30 +00:00
..
CMakeLists.txt [clang-format] Add MacroUnexpander. 2022-07-12 07:11:46 +00:00
CleanupTest.cpp [clang-format] Drop clangFrontend dependency for FormatTests 2020-10-20 10:13:28 +01:00
DefinitionBlockSeparatorTest.cpp [clang-format] Format unit tests with InsertBraces/RemoveBracesLLVM 2022-05-21 16:13:35 -07:00
FormatTest.cpp [clang-format] Missing space between trailing return type 'auto' and left brace 2022-07-29 00:30:22 +03:00
FormatTestCSharp.cpp [clang-format] Fix a hang when formatting C# $@ string literals 2022-07-25 23:17:54 -07:00
FormatTestComments.cpp [clang-format] Add space to comments starting with '#'. 2022-03-13 21:56:22 +01:00
FormatTestJS.cpp [clang-format] Indent import statements in JavaScript. 2022-03-30 23:17:27 +00:00
FormatTestJava.cpp [clang-format] Fix an infinite loop in parseJavaEnumBody() 2022-05-21 10:33:59 -07:00
FormatTestJson.cpp [clang-format] Reformat. NFC. 2022-03-17 09:27:31 +01:00
FormatTestObjC.cpp [clang-format] [PR52015] clang-format should put __attribute__((foo)) on its own line before @interface / @implementation / @protocol 2021-10-20 09:09:31 +01:00
FormatTestProto.cpp
FormatTestRawStrings.cpp clang-format: use `pb` as a canonical raw string delimiter for google style 2021-03-09 09:07:14 +01:00
FormatTestSelective.cpp [clang-format] Avoid crash in LevelIndentTracker. 2022-07-07 10:15:45 +02:00
FormatTestTableGen.cpp
FormatTestTextProto.cpp [clang-format] don't break up #-style comment sections 2022-03-22 15:29:02 +01:00
FormatTestUtils.h [clang-format] Parse Verilog if statements 2022-06-26 01:52:15 +00:00
FormatTestVerilog.cpp [clang-format] Handle Verilog attributes 2022-07-29 00:38:30 +00:00
MacroCallReconstructorTest.cpp [NFCI] Fix unused variable/function warnings in MacroCallReconstructorTest.cpp when asserts are disabled. 2022-07-12 16:46:58 -07:00
MacroExpanderTest.cpp [clang-format] Reformat. NFC. 2022-03-17 09:27:31 +01:00
NamespaceEndCommentsFixerTest.cpp [clang-format] Reformat. NFC. 2022-03-17 09:27:31 +01:00
QualifierFixerTest.cpp [clang-format] Fix QualifierAlignment with global namespace qualified types. 2022-05-26 15:02:33 +02:00
SortImportsTestJS.cpp clang-format: [JS] sort import aliases. Users can define aliases for long symbols using import aliases: 2022-01-28 11:51:28 +01:00
SortImportsTestJava.cpp [clang-format] Add case aware include sorting. 2021-02-02 15:12:27 +01:00
SortIncludesTest.cpp [clang-format] add a regression test for include sorting 2022-04-28 11:02:14 +02:00
TestLexer.h [clang-format] Reformat. NFC. 2022-03-17 09:27:31 +01:00
TokenAnnotatorTest.cpp [clang-format] Handle Verilog case statements 2022-07-29 00:38:30 +00:00
UsingDeclarationsSorterTest.cpp