summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Fix regression introduced by r291801.Daniel Jasper2017-01-121-0/+2
* clang-format: Treat braced lists like other complex parameters.Daniel Jasper2017-01-121-0/+6
* Tracking exception specification source locationsMalcolm Parsons2017-01-121-0/+67
* clang-format: Improve support for override/final as variable names.Daniel Jasper2017-01-091-0/+4
* clang-format: [JS] fix broken test.Martin Probst2017-01-091-1/+3
* clang-format: [JS] ASI after importsMartin Probst2017-01-091-0/+18
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-063-14/+14
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-063-14/+14
* shared_ptrify (from InclusiveRefCntPtr) HeaderSearchOptionsDavid Blaikie2017-01-064-15/+14
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-053-14/+14
* Move PreprocessorOptions to std::shared_ptr from IntrusiveRefCntPtrDavid Blaikie2017-01-054-14/+15
* TypoJoerg Sonnenberger2017-01-051-2/+2
* [gtest] The way EXPECT_TEST now works after upgrading gtest triggers anChandler Carruth2017-01-041-3/+6
* clang-format: [JS] avoid indent after ambient function declarations.Martin Probst2017-01-041-0/+10
* [clang-tidy] Add check name to YAML exportAlexander Kornienko2017-01-031-9/+2
* DR1315: a non-type template argument in a partial specialization is permittedRichard Smith2016-12-281-2/+2
* [ASTMatchers] Add hasInClassInitializer traversal matcher for FieldDecl.Malcolm Parsons2016-12-241-0/+10
* clang-format: Less eagerly try to keep label-value pairs on a line.Daniel Jasper2016-12-221-0/+4
* Make FormatStyle.GetStyleOfFile test work on MSVCAntonio Maiorano2016-12-221-6/+0
* clang-format: Fix bug in handling of single-column lists.Daniel Jasper2016-12-211-0/+8
* clang-format: Fix bug in understanding string-label&value analysis.Daniel Jasper2016-12-201-0/+6
* clang-format: Slightly tweak the behavior of <<-wrapping.Daniel Jasper2016-12-191-0/+3
* [clang-format] revert an unintended change in r288493 and add a test case.Eric Liu2016-12-191-0/+13
* clang-format: Fix regression introduced in r290084.Daniel Jasper2016-12-191-1/+1
* clang-format: Allow "single column" list layout even if that violates theDaniel Jasper2016-12-191-0/+12
* Remove custom handling of array copies in lambda by-value array capture andRichard Smith2016-12-141-19/+0
* Remove deprecated methods ast_matchers::BoundNodes::{getStmtAs,getDeclAs}Alexander Kornienko2016-12-132-2/+2
* clang-format: Keep string-literal-label + value pairs on a line.Daniel Jasper2016-12-131-39/+49
* clang-format: Improve braced-list detection.Daniel Jasper2016-12-131-0/+13
* clang-format: Separate out a language kind for ObjC.Daniel Jasper2016-12-124-738/+827
* [clang-format] calculate MaxInsertOffset in the original code correctly.Eric Liu2016-12-091-0/+24
* [ASTMatcher] Add hasReplacementType matcher for SubstTemplateTypeParmTypeMalcolm Parsons2016-12-081-0/+17
* [RecursiveASTVisitor] Improve post-order traversal unit testMalcolm Parsons2016-12-071-4/+4
* [RecursiveASTVisitor] Fix post-order traversal of UnaryOperatorMalcolm Parsons2016-12-071-2/+7
* CFGBuilder: Fix crash when visiting delete expression on dependent typeMartin Bohme2016-12-051-23/+45
* DR616, and part of P0135R1: member access (or pointer-to-member access) on aRichard Smith2016-12-031-1/+1
* [ClangFormat] Only insert #include into the #include block in the beginning o...Eric Liu2016-12-021-0/+87
* Extend CompilationDatabase by a field for the output filenameJoerg Sonnenberger2016-12-011-1/+7
* Adds hasUnqualifiedDesugaredType to allow matching through type sugar.Manuel Klimek2016-12-011-0/+9
* clang-format: [JS] Properly format dict literals that skip labels.Daniel Jasper2016-11-291-0/+7
* clang-format: Wrap complex binary expressions on the RHS of a comma.Daniel Jasper2016-11-291-25/+29
* clang-format: Fix unnnecessary line break.Daniel Jasper2016-11-291-0/+6
* Avoid lambdas in default member initializers to work around clang bugReid Kleckner2016-11-281-5/+6
* [Driver] Add unit tests for Distro detectionMichal Gorny2016-11-282-0/+306
* Do not do raw name replacement when FromDecl is a class forward-declaration.Eric Liu2016-11-251-2/+42
* Consider nested namespaces in the canonical namespace as canonical as well.Eric Liu2016-11-251-0/+8
* [ASTImporter] Added ability to import AtomicType nodesGabor Horvath2016-11-231-0/+15
* Make llvm::Error generated from replacement interfaces more specific.Eric Liu2016-11-221-19/+75
* [Frontend] Allow attaching an external sema source to compiler instance and e...Benjamin Kramer2016-11-161-0/+63
* [clang-format] Fixed line merging of more than two linesCameron Desrochers2016-11-151-0/+24