summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* 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
* clang-format: Support ObjC selectors with unnamed parameters.Daniel Jasper2016-11-121-0/+20
* [clang-format] Fix PR30527: Regression when clang-format insert spaces in [] ...Nico Weber2016-11-101-0/+20
* clang-format: [JS] do not break after declare namespace.Martin Probst2016-11-101-0/+31
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-102-95/+31
* clang-format: [TypeScript] Fix bug in handling of non-null operator.Daniel Jasper2016-11-091-0/+1
* [VFS] Replace TimeValue usage with std::chronoPavel Labath2016-11-091-6/+9
* Add a method to get the list of registered static analyzer checkers.Alexander Kornienko2016-11-081-0/+17
* Fix memory leak caused by r286096.Eric Liu2016-11-071-6/+6
* Deduplicate replacements by FileEntry instead of file names.Eric Liu2016-11-071-19/+44
* clang-format: Better support for CUDA's triple brackets.Daniel Jasper2016-11-051-0/+2
* Fixed column shift when formatting line containing bit shift operatorsMalcolm Parsons2016-11-031-0/+12
* Turn on the /bigobj switch for RecursiveASTVisitorTest.cpp; we are now bumpin...Aaron Ballman2016-11-021-0/+1
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-2/+1
* clang-format: Fix bug in function reference qualifier detection.Daniel Jasper2016-11-011-1/+4
* clang-format: Fix incorrect pointer detection.Daniel Jasper2016-11-011-0/+1
* clang-format: [JS] Fix incorrect space when "as" is used as identifier.Daniel Jasper2016-11-011-0/+1
* clang-format: Fix incorrect binary operator detection.Daniel Jasper2016-11-011-0/+1
* clang-format: [JS] Fix formatting of generator functions.Daniel Jasper2016-11-011-0/+5
* clang-format: [JS] Fix space when for is used as regular identifier.Daniel Jasper2016-11-011-0/+1
* [ASTMatcher] Add CXXNewExpr support to hasDeclarationMalcolm Parsons2016-10-311-0/+6