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