summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen2013-11-18
* Relax some preconditions for using FixedCompilationDatabase.Edwin Vane2013-11-17
* Correctly mark first token in the presence of UTF-8 BOM.Alexander Kornienko2013-11-13
* unittests/Tooling/ToolingTest.cpp: Suppress new tests on win32, due to handli...NAKAMURA Takumi2013-11-13
* Add test for injecting diagnostic consumers into a ClangTool.Manuel Klimek2013-11-12
* Remove extra whitespace instead of breaking the line in comments when possible.Alexander Kornienko2013-11-12
* Do not insert backslashes, when breaking line comments after preprocessor dir...Alexander Kornienko2013-11-12
* clang-format: Fix alignment of ObjC string literals.Daniel Jasper2013-11-09
* clang-format: Improve clang-format's detection about comment binding.Daniel Jasper2013-11-08
* clang-format: Improve formatting of operators forced to new lines.Daniel Jasper2013-11-08
* clang-format: Don't auto-break short macros in WebKit style.Daniel Jasper2013-11-08
* clang-format: Improve linebreaking and indentation for ObjC calls.Daniel Jasper2013-11-08
* clang-format: Properly indent ObjC calls wrapped before first selectorDaniel Jasper2013-11-08
* clang-format: Make breaking before ternary operators configurable.Daniel Jasper2013-11-08
* Adds the ability to inject a DiagnosticConsumer into ClangTools.Manuel Klimek2013-11-07
* Introduce MatchFinder::matchAST.Peter Collingbourne2013-11-07
* Re-introduce MatchFinder::addDynamicMatcher.Peter Collingbourne2013-11-07
* clang-format: Improve binary operator detection in macros.Daniel Jasper2013-11-07
* clang-format: Improve ObjC variadic and binary expression parameters.Daniel Jasper2013-11-07
* clang-format: Improve formatting of constructor initializers.Daniel Jasper2013-11-07
* clang-format: Remove old hack that mainly made incorrect tests pass.Daniel Jasper2013-11-07
* clang-format: Fix corner case for brace alignment.Daniel Jasper2013-11-07
* Disable a tooling test on Windows.Peter Collingbourne2013-11-06
* Introduce ClangTool::buildASTs, and buildASTFromCode.Peter Collingbourne2013-11-06
* Introduce DynTypedNode::print, dump and getSourceRange.Peter Collingbourne2013-11-06
* Introduce BoundNodes::getMap.Peter Collingbourne2013-11-06
* clang-format: Allow line merging and partial formatting of nested blocksDaniel Jasper2013-11-05
* clang-format: Fix indenting corner case with comment and else.Daniel Jasper2013-10-30
* clang-format: Fix whitespaces in include directives.Daniel Jasper2013-10-30
* clang-format: fix for \r\r\n produced in multiline block commentsDaniel Jasper2013-10-30
* clang-format: Option to control spacing in template argument lists.Daniel Jasper2013-10-29
* Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...Samuel Benzaquen2013-10-29
* clang-format: Fix overloaded operator for global-scoped conversions.Daniel Jasper2013-10-29
* clang-format: Fix ObjC method exprs with variadic parameters.Daniel Jasper2013-10-26
* clang-format: Adapt line break penalties for LLVM style.Daniel Jasper2013-10-25
* clang-format: Properly reset nested AnnotatedLine structure.Daniel Jasper2013-10-24
* clang-format: Be more conservative about column layout formatting.Daniel Jasper2013-10-24
* clang-format: Cleanup array initializer and dict initializer formatting.Daniel Jasper2013-10-24
* Use the same SourceManager for ModuleMaps and compilations.Manuel Klimek2013-10-24
* clang-format: Fix ObjC literal indentation in Google style.Daniel Jasper2013-10-22
* clang-format: Improve formatting of ObjC array literals.Daniel Jasper2013-10-22
* Remove incorrect assert.Manuel Klimek2013-10-22
* Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."Reid Kleckner2013-10-21
* Refactor DynTypedMatcher into a value type class, just like Matcher<T>.Samuel Benzaquen2013-10-21
* Fixes PR17617: Crash on joining short if statements.Manuel Klimek2013-10-21
* clang-format: Better understand Lambda poarameters.Daniel Jasper2013-10-20
* clang-format: Fix formatting of nested blocks after comment.Daniel Jasper2013-10-20
* clang-format: Support case ranges.Daniel Jasper2013-10-20
* clang-format: Improve formatting of ObjC dict literals.Daniel Jasper2013-10-20
* Reverted r192992 broke windows and freebsd builds.Ariel J. Bernal2013-10-18