llvm-project/clang/lib/Format
Björn Schäpers 25f753c51e [clang-format] Add possibility to be based on parent directory
This allows the define BasedOnStyle: InheritParentConfig and then
clang-format looks into the parent directories for their
.clang-format and takes that as a basis.

Differential Revision: https://reviews.llvm.org/D93844
2021-02-14 19:56:10 +01:00
..
AffectedRangeManager.cpp
AffectedRangeManager.h
BreakableToken.cpp [clang-format] Fix MSVC "unsafe use of type 'bool' in operation" warning (NFC) 2021-02-03 10:50:59 +08:00
BreakableToken.h [clang-format] Add option to control the spaces in a line comment 2021-02-01 22:48:50 +01:00
CMakeLists.txt [clang-format] Add a MacroExpander. 2020-09-25 14:08:13 +02:00
ContinuationIndenter.cpp [clang-format] [NFC] Remove unsued arguments 2021-01-25 21:02:41 +01:00
ContinuationIndenter.h [clang-format] Fix AlignOperands when BreakBeforeBinaryOperators is set 2020-05-15 16:40:31 +02:00
Encoding.h
Format.cpp [clang-format] Add possibility to be based on parent directory 2021-02-14 19:56:10 +01:00
FormatInternal.h Move clang/Tooling/Core/Lookup.h to clang/Tooling/Refactoring/Lookup.h 2020-10-20 10:13:28 +01:00
FormatToken.cpp [clang-format] Fix formatting of _Atomic() qualifier 2020-09-07 10:09:18 +01:00
FormatToken.h [clang-format] Add StatementAttributeLikeMacros option 2021-01-18 06:54:31 +01:00
FormatTokenLexer.cpp [clang-format] Add StatementAttributeLikeMacros option 2021-01-18 06:54:31 +01:00
FormatTokenLexer.h Hand Allocator and IdentifierTable into FormatTokenLexer. 2020-07-07 11:56:34 +02:00
MacroExpander.cpp clang/Frontend: Use MemoryBufferRef in FrontendInputFile (and remove SourceManager::getBuffer) 2020-10-20 13:35:46 -04:00
Macros.h [clang-format] Add a MacroExpander. 2020-09-25 14:08:13 +02:00
NamespaceEndCommentsFixer.cpp [clang-format] Add option to control the spaces in a line comment 2021-02-01 22:48:50 +01:00
NamespaceEndCommentsFixer.h
SortJavaScriptImports.cpp [ADT/STLExtras.h] - Add llvm::is_sorted wrapper and update callers. 2020-04-14 14:11:02 +03:00
SortJavaScriptImports.h
TokenAnalyzer.cpp Hand Allocator and IdentifierTable into FormatTokenLexer. 2020-07-07 11:56:34 +02:00
TokenAnalyzer.h
TokenAnnotator.cpp [clang-format] Add StatementAttributeLikeMacros option 2021-01-18 06:54:31 +01:00
TokenAnnotator.h
UnwrappedLineFormatter.cpp [clang-format] Avoid considering include directive as a template closer. 2021-01-27 09:15:30 +01:00
UnwrappedLineFormatter.h
UnwrappedLineParser.cpp [clang-format] Revert e9e6e3b34a 2021-01-17 11:07:31 +00:00
UnwrappedLineParser.h [clang-format] Revert e9e6e3b34a 2021-01-17 11:07:31 +00:00
UsingDeclarationsSorter.cpp
UsingDeclarationsSorter.h
WhitespaceManager.cpp [clang-format] Add the possibility to align assignments spanning empty lines or comments 2021-01-25 09:41:50 +01:00
WhitespaceManager.h [clang-format][PR45816] Add AlignConsecutiveBitFields 2020-05-20 07:42:58 +01:00