llvm-project/clang/unittests/Format
Josh Learn 3d209c76dd [clang-format] Constructor initializer lists format with pp directives
Currently constructor initializer lists sometimes format incorrectly
when there is a preprocessor directive in the middle of the list.
This patch fixes the issue when parsing the initilizer list by
ignoring the preprocessor directive when checking if a block is
part of an initializer list.

rdar://82554274

Reviewed By: MyDeveloperDay, HazardyKnusperkeks

Differential Revision: https://reviews.llvm.org/D109951
2021-10-02 13:23:43 +01:00
..
CMakeLists.txt [clang-format] Add Left/Right Const fixer capability 2021-09-23 20:00:33 +01:00
CleanupTest.cpp [clang-format] Drop clangFrontend dependency for FormatTests 2020-10-20 10:13:28 +01:00
FormatTest.cpp [clang-format] Constructor initializer lists format with pp directives 2021-10-02 13:23:43 +01:00
FormatTestCSharp.cpp [clang-format] [PR51640] - New AfterEnum brace wrapping changes have cause C# behaviour to change 2021-08-27 19:13:53 +01:00
FormatTestComments.cpp [clang-format] Respect spaces in line comment section... 2021-03-01 21:28:14 +01:00
FormatTestJS.cpp [clang-format] Support TypeScript override keyword 2021-08-25 14:11:50 +02:00
FormatTestJava.cpp [clang-format] NFC - clang-format the FormatTests 2020-05-02 15:42:20 +01:00
FormatTestJson.cpp [clang-format] Add basic support for formatting JSON 2021-06-26 15:20:17 +01:00
FormatTestObjC.cpp Bump googletest to 1.8.1 2021-05-14 17:20:06 +02:00
FormatTestProto.cpp [clang-format] NFC - clang-format the FormatTests 2020-05-02 15:42:20 +01:00
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] NFC - clang-format the FormatTests 2020-05-02 15:42:20 +01:00
FormatTestTableGen.cpp
FormatTestTextProto.cpp [clang-format] Fix handling of TextProto comments 2020-12-23 22:07:13 +01:00
FormatTestUtils.h
MacroExpanderTest.cpp [clang-format] [NFC] keep clang-format tests clang-format clean 2020-12-05 10:15:52 +00:00
NamespaceEndCommentsFixerTest.cpp [clang-format][PR47290] Add ShortNamespaceLines format option 2021-03-01 21:28:14 +01:00
QualifierFixerTest.cpp [clang-format] Left/Right alignment fixer can cause false positive replacements when they don't actually change anything 2021-09-25 17:35:41 +01:00
SortImportsTestJS.cpp clang-format: [JS] don't sort named imports if off. 2021-06-11 12:02:33 +02:00
SortImportsTestJava.cpp [clang-format] Add case aware include sorting. 2021-02-02 15:12:27 +01:00
SortIncludesTest.cpp [Format] Don't sort includes if DisableFormat is true 2021-05-04 19:04:12 +01:00
TestLexer.h [clang-format] [NFC] Fix the coding style of unit tests header file 2021-08-27 14:25:38 -07:00
TokenAnnotatorTest.cpp Fix use-after-scope introduced in 850325348a 2020-10-27 14:26:23 +00:00
UsingDeclarationsSorterTest.cpp [clang-format] NFC - clang-format the FormatTests 2020-05-02 15:42:20 +01:00