aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2016-10-06Update aosp/master Clang for rebase to r275480Pirama Arumuga Nainar
2016-03-17Update aosp/master clang for rebase to r256229Pirama Arumuga Nainar
2015-07-01Update aosp/master clang for rebase to r239765Pirama Arumuga Nainar
2015-05-06Update aosp/master clang for rebase to r235153Pirama Arumuga Nainar
2015-04-08Update aosp/master clang for rebase to r233350Pirama Arumuga Nainar
2015-03-31Update aosp/master clang for rebase to r230699.Stephen Hines
2014-12-01Update aosp/master Clang for rebase to r222490.Stephen Hines
2014-07-21Update Clang for rebase to r212749.Stephen Hines
2014-05-29Update Clang for 3.5 rebase (r209713).Stephen Hines
2014-04-23Updated to Clang 3.5a.Stephen Hines
2013-11-18Add partial support for the hasDeclaration() matcher in the dynamic layer.Samuel Benzaquen
2013-11-17Relax some preconditions for using FixedCompilationDatabase.Edwin Vane
2013-11-13Correctly mark first token in the presence of UTF-8 BOM.Alexander Kornienko
2013-11-13unittests/Tooling/ToolingTest.cpp: Suppress new tests on win32, due to handli...NAKAMURA Takumi
2013-11-12Add test for injecting diagnostic consumers into a ClangTool.Manuel Klimek
2013-11-12Remove extra whitespace instead of breaking the line in comments when possible.Alexander Kornienko
2013-11-12Do not insert backslashes, when breaking line comments after preprocessor dir...Alexander Kornienko
2013-11-09clang-format: Fix alignment of ObjC string literals.Daniel Jasper
2013-11-08clang-format: Improve clang-format's detection about comment binding.Daniel Jasper
2013-11-08clang-format: Improve formatting of operators forced to new lines.Daniel Jasper
2013-11-08clang-format: Don't auto-break short macros in WebKit style.Daniel Jasper
2013-11-08clang-format: Improve linebreaking and indentation for ObjC calls.Daniel Jasper
2013-11-08clang-format: Properly indent ObjC calls wrapped before first selectorDaniel Jasper
2013-11-08clang-format: Make breaking before ternary operators configurable.Daniel Jasper
2013-11-07 Adds the ability to inject a DiagnosticConsumer into ClangTools.Manuel Klimek
2013-11-07Introduce MatchFinder::matchAST.Peter Collingbourne
2013-11-07Re-introduce MatchFinder::addDynamicMatcher.Peter Collingbourne
2013-11-07clang-format: Improve binary operator detection in macros.Daniel Jasper
2013-11-07clang-format: Improve ObjC variadic and binary expression parameters.Daniel Jasper
2013-11-07clang-format: Improve formatting of constructor initializers.Daniel Jasper
2013-11-07clang-format: Remove old hack that mainly made incorrect tests pass.Daniel Jasper
2013-11-07clang-format: Fix corner case for brace alignment.Daniel Jasper
2013-11-06Disable a tooling test on Windows.Peter Collingbourne
2013-11-06Introduce ClangTool::buildASTs, and buildASTFromCode.Peter Collingbourne
2013-11-06Introduce DynTypedNode::print, dump and getSourceRange.Peter Collingbourne
2013-11-06Introduce BoundNodes::getMap.Peter Collingbourne
2013-11-05clang-format: Allow line merging and partial formatting of nested blocksDaniel Jasper
2013-10-30clang-format: Fix indenting corner case with comment and else.Daniel Jasper
2013-10-30clang-format: Fix whitespaces in include directives.Daniel Jasper
2013-10-30clang-format: fix for \r\r\n produced in multiline block commentsDaniel Jasper
2013-10-29clang-format: Option to control spacing in template argument lists.Daniel Jasper
2013-10-29Resubmit "Refactor DynTypedMatcher into a value type class, just like Matcher...Samuel Benzaquen
2013-10-29clang-format: Fix overloaded operator for global-scoped conversions.Daniel Jasper
2013-10-26clang-format: Fix ObjC method exprs with variadic parameters.Daniel Jasper
2013-10-25clang-format: Adapt line break penalties for LLVM style.Daniel Jasper
2013-10-24clang-format: Properly reset nested AnnotatedLine structure.Daniel Jasper
2013-10-24clang-format: Be more conservative about column layout formatting.Daniel Jasper
2013-10-24clang-format: Cleanup array initializer and dict initializer formatting.Daniel Jasper
2013-10-24Use the same SourceManager for ModuleMaps and compilations.Manuel Klimek
2013-10-22clang-format: Fix ObjC literal indentation in Google style.Daniel Jasper