summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* [c++20] Implement P0428R2 - Familiar template syntax for generic lambdasHamza Sood2019-05-042-0/+90
* [clang] adding explicit(bool) from c++2aNicolas Lesser2019-05-044-0/+48
* [clang-format] Fix bug in block comment reflow that joins * and /Owen Pan2019-05-031-0/+18
* Added an AST matcher for declarations that are in the `std` namespaceDmitri Gribenko2019-05-031-0/+51
* [clang-format] Fix a bug in AlignConsecutiveDeclarations.Owen Pan2019-05-011-0/+7
* [clang-format] Fix bug that misses some function-like macro usagesOwen Pan2019-05-011-0/+6
* [LibTooling] Fix broken test after r359574.Yitzhak Mandelbaum2019-04-301-3/+5
* [LibTooling] Change Transformer's TextGenerator to a partial function.Yitzhak Mandelbaum2019-04-301-23/+59
* Fix gcc "-Wdangling-else" warning. NFCI.Simon Pilgrim2019-04-301-1/+2
* Fix gcc "-Wdangling-else" warnings. NFCI.Simon Pilgrim2019-04-301-3/+6
* [analyzer] Treat functions without run-time branches as "small".Artem Dergachev2019-04-301-14/+45
* [ASTImporter] Add an ImportImpl method to allow customizing Import behavior.Raphael Isemann2019-04-291-9/+101
* [Driver] Support priority for multilibsPetr Hosek2019-04-271-0/+24
* [Testing] Move clangd::Annotations to llvm testing supportIlya Biryukov2019-04-252-28/+7
* [clang][HeaderSuggestion] Handle the case of dotdot with an absolute pathKadir Cetinkaya2019-04-241-0/+7
* [clang][HeaderSearch] Make sure there are no backslashes in suggestedPathKadir Cetinkaya2019-04-241-0/+9
* Re-apply r357823 "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev2019-04-231-0/+19
* [clang-format] Fix bug in reflow of block comments containing CR/LFOwen Pan2019-04-231-0/+6
* [ASTMatchers] Introduce Objective-C matchers `isClassMessage`, `isClassMethod...Ben Hamilton2019-04-221-0/+54
* [LibTooling] Fix -Wsign-compare after r358697Bjorn Pettersson2019-04-191-2/+2
* Add header guard to Reusables.h [NFC]Ali Tamur2019-04-191-0/+5
* [analyzer] Make default bindings to variables actually work.Artem Dergachev2019-04-182-0/+106
* [analyzer] NFC: Make reusable unittest mocks reusable.Artem Dergachev2019-04-182-52/+61
* [clang-format] Fix incorrect formatting of keyword macro definitionOwen Pan2019-04-181-0/+6
* [LibTooling] Extend Transformer to support multiple simultaneous changes.Yitzhak Mandelbaum2019-04-181-70/+105
* [CodeComplete] Remove obsolete isOutputBinary().Sam McCall2019-04-181-3/+1
* [LibTooling] Add Stencil library for format-string style codegen.Yitzhak Mandelbaum2019-04-182-0/+224
* [clang-format] Fix indent of trailing raw string param after newlineKrasimir Georgiev2019-04-181-0/+14
* [clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu2019-04-171-82/+58
* [FileSystemStatCache] Update test for new FileSystemStatCache APIHarlan Haskins2019-04-161-5/+6
* [clang-format] Fix -Wconversion-null warning in GCCReuben Thomas2019-04-151-6/+1
* [Lookup] Invisible decls should not be ambiguous when renaming.Eric Liu2019-04-151-6/+40
* [clang-format] [PR41170] Break after return type ignored with certain comment...Paul Hoad2019-04-151-0/+20
* [clang-format] Use SpacesBeforeTrailingComments for "option" directiveKrasimir Georgiev2019-04-121-0/+4
* [clang-format] Add AfterCaseLabel to BraceWrappingOwen Pan2019-04-081-14/+36
* Changed every use of ASTImporter::Import to Import_NewBalazs Keri2019-04-081-18/+37
* [clang-format] Optionally insert a space after unary ! operatorReuben Thomas2019-04-081-0/+17
* [clang-format] Fix bug https://bugs.llvm.org/show_bug.cgi?id=41413Owen Pan2019-04-071-0/+18
* [clang-format] Fix Bug 41407Owen Pan2019-04-061-0/+7
* [clang-format] BreakAfterReturnType ignored on functions with numeric templat...Paul Hoad2019-04-061-0/+36
* Revert "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev2019-04-051-19/+0
* [Lexer] NFC: Fix an off-by-one bug in getAsCharRange().Artem Dergachev2019-04-051-0/+19
* Fix error in NamedDeclPrinterTestDavid Goldman2019-04-051-16/+20
* [Tooling] add a Heuristic field indicating that a CompileCommand was guessed.Sam McCall2019-04-051-9/+28
* [LibTooling] Add Transformer, a library for source-to-source transformations.Yitzhak Mandelbaum2019-04-052-0/+390
* [LibTooling] Add "SourceCode" library for functions relating to source-code m...Yitzhak Mandelbaum2019-04-053-29/+98
* Special case ObjCPropertyDecl for printingDavid Goldman2019-04-041-0/+40
* [clang-format] Preserve include blocks in ObjC Google styleKrasimir Georgiev2019-04-041-0/+12
* Revert "[LibTooling] Add Transformer, a library for source-to-source transfor...Alexey Bataev2019-04-032-390/+0
* [clang-format] Do not emit replacements while regrouping if Cpp includes are OKKrasimir Georgiev2019-04-031-9/+25