summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] C++11 braced lists should respect the SpacesInParentheses settingPaul Hoad2019-10-041-0/+28
* [clang-format] [PR43531] clang-format damages "alternative representations" f...Paul Hoad2019-10-041-0/+42
* [clang-format] [PR42417] clang-format inserts a space after '->' for operator...Paul Hoad2019-10-041-0/+4
* [clang-format] [PR43338] C# clang format has space issues betweern C# only ke...Paul Hoad2019-10-041-2/+55
* [clang-format] [PR43333] Fix C# breaking before function name when using Attr...Paul Hoad2019-10-041-33/+138
* [clang-format] Add ability to wrap braces after multi-line control statementsPaul Hoad2019-10-032-7/+151
* [libTooling] Add various Stencil combinators for expressions.Yitzhak Mandelbaum2019-10-031-1/+65
* [ClangFormat] Future-proof Standard option, allow floating or pinning to arbi...Sam McCall2019-10-021-2/+22
* [clang-format] [PR43372] - clang-format shows replacements in DOS files when ...Paul Hoad2019-10-012-0/+15
* [clang-format] Reference qualifiers in member templates causing extra indenta...Paul Hoad2019-09-291-0/+68
* Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT`Serge Pavlov2019-09-281-1/+1
* [libTooling] Transformer: refine `SourceLocation` specified as anchor of chan...Yitzhak Mandelbaum2019-09-271-0/+51
* Revert r373056: [clang-format] Reference qualifiers in member templates causi...Ilya Biryukov2019-09-271-35/+0
* [clang-format] Reference qualifiers in member templates causing extra indenta...Ilya Biryukov2019-09-271-0/+35
* [clang-scan-deps] Allow continuation line backslashes followed by whitespaceAlex Lorenz2019-09-261-4/+15
* [SortIncludesTest] Add SortPriority fields to fix -Wmissing-field-initializer...Mikael Holmen2019-09-261-2/+2
* [clang-format] Add SortPriority fields to fix -Wmissing-field-initializers af...Fangrui Song2019-09-261-1/+1
* [libTooling] Add `run` combinator to Stencils.Yitzhak Mandelbaum2019-09-261-0/+18
* Fix memory leak in DeclTest.Evgeniy Stepanov2019-09-251-1/+2
* [clang-format] Modified SortIncludes and IncludeCategories to priority for so...Paul Hoad2019-09-251-0/+71
* [libTooling][NFC] Switch StencilTest.cpp to use EXPECT_THAT_EXPECTEDYitzhak Mandelbaum2019-09-251-21/+4
* [Mangle] Add flag to asm labels to disable '\01' prefixingVedant Kumar2019-09-251-0/+49
* Re-land r372863: [AST] Extract Decl::printNestedNameSpecifier helper from Dec...Ilya Biryukov2019-09-251-12/+58
* Revert r372863: [AST] Extract Decl::printNestedNameSpecifier helper from Decl...Ilya Biryukov2019-09-251-58/+12
* [AST] Extract Decl::printNestedNameSpecifier helper from Decl::printQualified...Ilya Biryukov2019-09-251-12/+58
* [ASTImporter] 4th attempt to fix Windows buildbot test errorsGabor Marton2019-09-241-4/+8
* [clang-format] NFC clang-format the clang-format unit testsPaul Hoad2019-09-241-324/+350
* [ASTImporter] 3rd attempt to fix Windows buildbot test errorsGabor Marton2019-09-241-4/+6
* [ASTImporter] 2nd attempt to fix Windows buildbot test errorsGabor Marton2019-09-231-2/+2
* [ASTImporter] Attempt to fix Windows buildbot test errorsGabor Marton2019-09-231-2/+2
* [libTooling] Add `access` and `ifBound` combinators to Stencil library.Yitzhak Mandelbaum2019-09-231-8/+111
* [libTooling] Introduce new library of source-code builders.Yitzhak Mandelbaum2019-09-232-0/+231
* [ASTImporter][NFC] Add comprehensive tests for ODR violation handling strategiesGabor Marton2019-09-233-184/+671
* Clang-format: Add Whitesmiths indentation stylePaul Hoad2019-09-221-0/+264
* [libTooling] Add `ifBound`, `elseBranch` RangeSelector combinators.Yitzhak Mandelbaum2019-09-201-0/+54
* Fix for stringized function-macro args continued across linesAlex Lorenz2019-09-191-8/+18
* [clang-format][PR41899] PointerAlignment: Left leads to useless space in lamb...Paul Hoad2019-09-181-0/+9
* [clang-format][PR41964] Fix crash with SIGFPE when TabWidth is set to 0 and l...Paul Hoad2019-09-181-0/+73
* [clang-format] Fix cleanup of `AnnotatedLine` to include children nodes.Yitzhak Mandelbaum2019-09-171-2/+7
* clang-format: Add support for formatting (some) lambdas with explicit templat...Nico Weber2019-09-131-2/+6
* [Clang][ASTImporter] Added visibility check for FunctionTemplateDecl.Balazs Keri2019-09-131-0/+44
* [libclang] Fix UninstallAbortingLLVMFatalErrorHandler testJan Korous2019-09-121-2/+3
* [libclang] Expose abort()-ing LLVM fatal error handlerJan Korous2019-09-123-0/+46
* [analyzer][NFC] Fix inconsistent references to checkers as "checks"Kristof Umann2019-09-121-1/+1
* [clang] [unittest] Import LLVMTestingSupport if necessaryMichal Gorny2019-09-121-0/+9
* [clang-format] [PR43100] clang-format C# support does not add a space betwee...Paul Hoad2019-09-121-0/+15
* [clang-format] Add new style option IndentGotoLabelsPaul Hoad2019-09-121-0/+25
* [clang-scan-deps] add skip excluded conditional preprocessor block preprocess...Alex Lorenz2019-09-111-0/+42
* [clang-format] Apply BAS_AlwaysBreak to C++11 braced listsOwen Pan2019-09-101-0/+10
* [LifetimeAnalysis] don't use raw string literals in macrosMatthias Gehre2019-09-061-29/+23