summaryrefslogtreecommitdiffstats
path: root/clang/unittests
Commit message (Expand)AuthorAgeFilesLines
* Better support for multiline string literals (including C++11 raw string lite...Alexander Kornienko2013-08-291-7/+47
* Fix tests to be more specific.Samuel Benzaquen2013-08-291-17/+13
* Fixes various problems with accounting for tabs in the original code.Manuel Klimek2013-08-291-1/+27
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-282-2/+47
* clang-format: Improve token breaking behavior.Daniel Jasper2013-08-281-6/+12
* clang-format: Fix segfault in 'incomplete' macros.Daniel Jasper2013-08-281-0/+3
* clang-format: Fix infinite loop in macro special case.Daniel Jasper2013-08-281-5/+5
* clang-format: Don't insert space in __has_includeDaniel Jasper2013-08-281-0/+3
* clang-format: Fix corner case in ObjC interface definitions.Daniel Jasper2013-08-281-0/+4
* clang-format: Improve braced init list detection:Daniel Jasper2013-08-281-0/+3
* clang-format: Fix corner case in overloaded operator definitions.Daniel Jasper2013-08-281-0/+2
* clang-format: Fix space in decltype-constexprs.Daniel Jasper2013-08-281-0/+1
* Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic l...Samuel Benzaquen2013-08-272-47/+2
* Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer.Samuel Benzaquen2013-08-272-2/+47
* Adding a vector version of clang::tooling::shiftedCodePosition().Edwin Vane2013-08-271-0/+19
* clang-format: Format segments of builder-type calls one per line.Daniel Jasper2013-08-271-3/+19
* clang-format: Revamp builder-type call formatting.Daniel Jasper2013-08-271-11/+25
* clang-format: Fix bug in column layout.Daniel Jasper2013-08-271-0/+3
* clang-format: Fix bug in column-layout formatting.Daniel Jasper2013-08-261-1/+5
* Comment parsing: fix a bug where a line with whitespace between two paragraphsDmitri Gribenko2013-08-231-5/+30
* clang-format: Fix indentation relative to unary expressions.Daniel Jasper2013-08-231-0/+4
* clang-format: Fix corner case for string splitting ..Daniel Jasper2013-08-231-0/+6
* clang-format: Handle trailing commas in column layout of braced list.Daniel Jasper2013-08-231-0/+9
* Fix dependencies now that the ARC migrator depends on the static analyzer.Jordan Rose2013-08-221-6/+2
* clang-format: Add column layout formatting for braced listsDaniel Jasper2013-08-221-11/+39
* clang-format: Indent relative to unary operators.Daniel Jasper2013-08-211-0/+8
* Adding Replacement serialization supportEdwin Vane2013-08-202-0/+107
* clang-format: Format enum struct/class like enum.Daniel Jasper2013-08-201-0/+34
* clang-format: Additional options for spaces around parentheses.Daniel Jasper2013-08-201-0/+86
* clang-format: Fix return type line break decision.Daniel Jasper2013-08-191-4/+7
* Have Range::overlapsWith use positive logicEdwin Vane2013-08-131-0/+1
* Adding a vector version of tooling::applyAllReplacementsEdwin Vane2013-08-131-0/+15
* Fixing a conflict detection bug in tooling::deduplicateEdwin Vane2013-08-131-6/+11
* Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a lis...Samuel Benzaquen2013-08-133-60/+80
* clang-format: Add option for the offset of constructor initializers.Daniel Jasper2013-08-131-1/+50
* clang-format: Improve boolean expression formatting in macros.Daniel Jasper2013-08-131-0/+2
* clang-format: Activate WebKit-style tests for MS compilers.Daniel Jasper2013-08-131-2/+2
* clang-format: Slightly adapt line break penalties.Daniel Jasper2013-08-131-0/+2
* Add hooks to ExternalSemaSource for after-the-fact diagnosis ofKaelyn Uhrain2013-08-121-0/+52
* Forgot to add unittests/Sema/ before committing r188196 :(Kaelyn Uhrain2013-08-123-0/+240
* Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko.Kaelyn Uhrain2013-08-122-1/+2
* clang-format: Improve stream-formatting.Daniel Jasper2013-08-121-1/+3
* clang-format: Correctly format alias declarations.Daniel Jasper2013-08-121-0/+5
* This change fixes the formatting of statements such as catch (E& e).Manuel Klimek2013-08-121-0/+10
* Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr.James Dennett2013-08-091-1/+20
* Introduce Replacement deduplication and conflict detection functionEdwin Vane2013-08-081-0/+71
* Revert r187935 "Support for double width characters."Arnold Schwaighofer2013-08-081-17/+17
* Support for double width characters.Alexander Kornienko2013-08-071-17/+17
* Fixes a couple of bugs with the Allman brace breaking.Manuel Klimek2013-08-071-0/+31
* clang-format: Fix corner case in OpenMP pragma formatting.Daniel Jasper2013-08-071-0/+5
OpenPOWER on IntegriCloud