aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2019-10-21[Clang] Add VerboseOutputStream to CompilerInstanceScott Linder
2019-10-21Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFCBjorn Pettersson
2019-10-18[Format] Add format check for throwing negative numbersBrian Gesiak
2019-10-18[clang-format] fix regression recognizing casts in Obj-C callsKrasimir Georgiev
2019-10-16[libTooling] Fix r374962: add more Transformer forwarding decls.Yitzhak Mandelbaum
2019-10-16[libTooling] Put all Transformer declarations in a single namespace.Yitzhak Mandelbaum
2019-10-11[libTooling] Change Stencil equality to use `toString()`Yitzhak Mandelbaum
2019-10-10[clang-format] throws an incorrect assertion in consumeToken() formatting the...Paul Hoad
2019-10-10[libTooling] Move Transformer files to their own directory/library.Yitzhak Mandelbaum
2019-10-09[clang-format] Update noexcept reference qualifiers detectionKrasimir Georgiev
2019-10-08[clang-scan-deps] Improve string/character literal skippingAlex Lorenz
2019-10-07[libTooling][NFC] Fix build break in r373916.Yitzhak Mandelbaum
2019-10-07[clang-format] [PR27004] omits leading space for noexcept when formatting ope...Paul Hoad
2019-10-07[libTooling] Add `toString` method to the Stencil classYitzhak Mandelbaum
2019-10-07[clang] Add test for FindNextToken in Lexer.Utkarsh Saxena
2019-10-07[ASTImporter][NFC] Enable disabled but passing testGabor Marton
2019-10-05[clang-format] SpacesInSquareBrackets should affect lambdas with parameters tooPaul Hoad
2019-10-04[clang-format] C++11 braced lists should respect the SpacesInParentheses settingPaul Hoad
2019-10-04[clang-format] [PR43531] clang-format damages "alternative representations" f...Paul Hoad
2019-10-04[clang-format] [PR42417] clang-format inserts a space after '->' for operator...Paul Hoad
2019-10-04[clang-format] [PR43338] C# clang format has space issues betweern C# only ke...Paul Hoad
2019-10-04[clang-format] [PR43333] Fix C# breaking before function name when using Attr...Paul Hoad
2019-10-03[clang-format] Add ability to wrap braces after multi-line control statementsPaul Hoad
2019-10-03[libTooling] Add various Stencil combinators for expressions.Yitzhak Mandelbaum
2019-10-02[ClangFormat] Future-proof Standard option, allow floating or pinning to arbi...Sam McCall
2019-10-01[clang-format] [PR43372] - clang-format shows replacements in DOS files when ...Paul Hoad
2019-09-29[clang-format] Reference qualifiers in member templates causing extra indenta...Paul Hoad
2019-09-28Driver tests: set `--sysroot=""` to support clang with `DEFAULT_SYSROOT`Serge Pavlov
2019-09-27[libTooling] Transformer: refine `SourceLocation` specified as anchor of chan...Yitzhak Mandelbaum
2019-09-27Revert r373056: [clang-format] Reference qualifiers in member templates causi...Ilya Biryukov
2019-09-27[clang-format] Reference qualifiers in member templates causing extra indenta...Ilya Biryukov
2019-09-26[clang-scan-deps] Allow continuation line backslashes followed by whitespaceAlex Lorenz
2019-09-26[SortIncludesTest] Add SortPriority fields to fix -Wmissing-field-initializer...Mikael Holmen
2019-09-26[clang-format] Add SortPriority fields to fix -Wmissing-field-initializers af...Fangrui Song
2019-09-26[libTooling] Add `run` combinator to Stencils.Yitzhak Mandelbaum
2019-09-25Fix memory leak in DeclTest.Evgeniy Stepanov
2019-09-25[clang-format] Modified SortIncludes and IncludeCategories to priority for so...Paul Hoad
2019-09-25[libTooling][NFC] Switch StencilTest.cpp to use EXPECT_THAT_EXPECTEDYitzhak Mandelbaum
2019-09-25[Mangle] Add flag to asm labels to disable '\01' prefixingVedant Kumar
2019-09-25Re-land r372863: [AST] Extract Decl::printNestedNameSpecifier helper from Dec...Ilya Biryukov
2019-09-25Revert r372863: [AST] Extract Decl::printNestedNameSpecifier helper from Decl...Ilya Biryukov
2019-09-25[AST] Extract Decl::printNestedNameSpecifier helper from Decl::printQualified...Ilya Biryukov
2019-09-24[ASTImporter] 4th attempt to fix Windows buildbot test errorsGabor Marton
2019-09-24[clang-format] NFC clang-format the clang-format unit testsPaul Hoad
2019-09-24[ASTImporter] 3rd attempt to fix Windows buildbot test errorsGabor Marton
2019-09-23[ASTImporter] 2nd attempt to fix Windows buildbot test errorsGabor Marton
2019-09-23[ASTImporter] Attempt to fix Windows buildbot test errorsGabor Marton
2019-09-23[libTooling] Add `access` and `ifBound` combinators to Stencil library.Yitzhak Mandelbaum
2019-09-23[libTooling] Introduce new library of source-code builders.Yitzhak Mandelbaum
2019-09-23[ASTImporter][NFC] Add comprehensive tests for ODR violation handling strategiesGabor Marton