summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* clang-format: [JS] Allow top-level conditionals again.Daniel Jasper2016-07-121-1/+1
* [ASTMatchers] isSignedInteger() and isUnsignedInteger()Clement Courbet2016-07-121-0/+12
* Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu2016-07-1110-53/+83
* clang-format: [JS] Sort imports case insensitive.Martin Probst2016-07-091-0/+21
* clang-format: [JS] support trailing commas in imports.Martin Probst2016-07-091-0/+4
* CFGTests: Update libdeps.NAKAMURA Takumi2016-07-081-0/+3
* clang/unittests/Analysis/CFGTest.cpp: Appease msc targets with -fno-delayed-t...NAKAMURA Takumi2016-07-081-1/+1
* CFGBuilder: Fix crash when visiting a range-based for over a dependent typeAlexander Kornienko2016-07-083-0/+72
* Recommit r274348 and r274349. The Windows failures should be fixed.Vassil Vassilev2016-07-082-0/+124
* Add AST matchers for handling bit-fields and narrowing based on their width.Aaron Ballman2016-07-061-0/+8
* [ASTMatchers] New forEachOverriden matcher.Clement Courbet2016-07-051-0/+44
* Revert r274348 and r274349 until the Windows failures are fixed.Vassil Vassilev2016-07-012-124/+0
* Add forgotten test to r274348.Vassil Vassilev2016-07-011-0/+123
* Add postorder traversal support to the RecursiveASTVisitor.Vassil Vassilev2016-07-011-0/+1
* Fix ASTMatchersNodeTest to work on Windows.Justin Lebar2016-06-301-7/+5
* Don't instantiate a full host toolchain in ASTMatchersTest.Justin Lebar2016-06-301-15/+21
* [ASTMatcher] Add a node matcher for EnumType.Haojian Wu2016-06-301-0/+7
* [Tooling] Add optional argument to getFullyQualifiedName to prepend "::".Siva Chandra2016-06-291-1/+39
* [ASTMatchers] Add isLambda() matcher.Samuel Benzaquen2016-06-281-0/+6
* clang-format: [JS] Fix build breakage.Martin Probst2016-06-241-1/+1
* IgnoringImplicit matcher.Cong Liu2016-06-241-0/+10
* clang-format: [JS] handle conditionals in fields, default params.Martin Probst2016-06-231-1/+9
* clang-format: [JS] recognize more type locations.Martin Probst2016-06-231-0/+6
* clang-format: [Proto] Use more compact format for text-formatted optionsDaniel Jasper2016-06-231-5/+5
* clang-format: [JS] Do not break before 'as'.Martin Probst2016-06-221-2/+5
* Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...Tim Shen2016-06-211-2/+2
* Added calculateRangesAfterReplaments() to calculate affacted ranges in the ne...Eric Liu2016-06-211-4/+87
* clang-format: [Proto] Fix "import public" after r273179.Daniel Jasper2016-06-201-0/+6
* clang-format: [Proto] Don't do bad things if imports are missing ;.Daniel Jasper2016-06-201-0/+15
* ToolingTests/runToolOnCode.TestSkipFunctionBody: Appease msc targets.NAKAMURA Takumi2016-06-171-3/+4
* Fix a few issues while skipping function bodiesOlivier Goffart2016-06-161-1/+55
* [clang-format] do not add existing includes.Eric Liu2016-06-141-0/+23
* clang-format: [JS] Fix failing format with TypeScript casts.Daniel Jasper2016-06-141-0/+4
* clang-format: [JS] Support annotated classes.Daniel Jasper2016-06-141-0/+5
* clang-format: [JS] Indent namespaces in JavaScript/TS by default.Martin Probst2016-06-131-0/+9
* clang-format: [JS] Introduce JavaScriptWrapImports option.Martin Probst2016-06-132-7/+28
* clang-format: Restrict r272537 to function ref qualifiers.Daniel Jasper2016-06-131-0/+1
* clang-format: Fix incorrect function type detection.Daniel Jasper2016-06-131-0/+1
* clang-format: Don't merge const and &, e.g. in function ref qualifiers.Daniel Jasper2016-06-131-0/+2
* clang-format: Fix incorrect cast detection.Daniel Jasper2016-06-131-0/+1
* clang-format: Don't indent lambda body relative to its return type.Daniel Jasper2016-06-131-0/+4
* clang-format: [JS] post-fix non-null assertion operator.Martin Probst2016-06-131-0/+9
* Revert "[ASTMatchers] New forEachOverriden matcher."Chandler Carruth2016-06-111-44/+0
* [ASTMatchers] New forEachOverriden matcher.Clement Courbet2016-06-101-0/+44
* clang-format: [JS] recognized named functions in AnnotatingParser.Martin Probst2016-06-091-0/+2
* Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...Tim Shen2016-06-091-2/+2
* [Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.Tim Shen2016-06-091-2/+2
* Prune away some unused using decls. NFC.Benjamin Kramer2016-06-083-11/+0
* clang-format: [JS] fix an assertion failure caused by shrinking sources.Martin Probst2016-06-081-0/+13
* clang-format: Fix incorrect calculation of "length" of /**/ comments.Daniel Jasper2016-06-081-0/+8