summaryrefslogtreecommitdiffstats
path: root/clang/unittests
Commit message (Expand)AuthorAgeFilesLines
* Fix source range of CXXNewExpr with parentheses around the type. PR15569.Eli Friedman2013-06-171-0/+6
* Fix a problem in ExpressionParser leading to trailing comments affecting inde...Alexander Kornienko2013-06-171-0/+7
* Fixes incorrect indentation of line comments after break and re-alignment.Alexander Kornienko2013-06-171-0/+30
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-146-6/+6
* Don't remove backslashes from block comments.Alexander Kornienko2013-06-141-0/+17
* Preserve newlines before block comments in static initializers.Alexander Kornienko2013-06-121-11/+22
* Include Path.h instead of PathV2.h.Rafael Espindola2013-06-112-2/+2
* Include PathV1.h in a file that uses it.Rafael Espindola2013-06-111-0/+1
* Insert a space at the start of a line comment in case it starts with an alpha...Alexander Kornienko2013-06-111-4/+9
* Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman2013-06-071-1/+1
* Improved handling of escaped newlines at the token start.Alexander Kornienko2013-06-071-1/+2
* Fixed calculation of penalty when breaking tokens.Alexander Kornienko2013-06-071-31/+62
* Adds a test that verifies angle bracket locations.Manuel Klimek2013-06-071-0/+19
* Fix incorrect line breaking before trailing block comments.Daniel Jasper2013-06-061-0/+9
* Fix clang-format's expression parser for leading }s.Daniel Jasper2013-06-061-0/+4
* Improve c-style cast detection.Daniel Jasper2013-06-061-0/+3
* clang/unittests/Format/FormatTest.cpp: Suppress utf8 literals with _MSC_VER. ...NAKAMURA Takumi2013-06-061-0/+5
* Added test with characters using four bytes in UTF-8 representation.Alexander Kornienko2013-06-051-0/+4
* UTF-8 support for clang-format.Alexander Kornienko2013-06-051-0/+75
* ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions".NAKAMURA Takumi2013-06-051-0/+1
* Parser/Registry argument enhancements.Samuel Benzaquen2013-06-043-4/+58
* Enables chaining of argument adjusters in clang tools.Manuel Klimek2013-06-041-0/+41
* __uint128_t is only available on 64 bit platforms, only test it when it's aro...Benjamin Kramer2013-06-031-0/+2
* Add support for .bind("foo") expressions on the dynamic matchers.Samuel Benzaquen2013-06-031-4/+31
* Let clang-format remove empty lines before "}".Daniel Jasper2013-06-031-0/+47
* Fix memory leak for APValues that do memory allocation.Manuel Klimek2013-06-032-0/+57
* Improve detection preventing certain kind of formatting patterns.Daniel Jasper2013-06-031-0/+3
* Fix line-breaking problem caused by comment.Daniel Jasper2013-06-031-0/+4
* Improve recognition of template parameters.Daniel Jasper2013-06-011-0/+7
* Improve clang-format's c-style cast detection.Daniel Jasper2013-05-311-4/+18
* Improve clang-format's error recovery.Daniel Jasper2013-05-311-11/+16
* Make formatting of empty blocks more consistent.Daniel Jasper2013-05-311-35/+23
* Properly format nested conditional operators.Daniel Jasper2013-05-311-0/+10
* Fix detection/formatting of braced lists in ternary expressions.Daniel Jasper2013-05-311-0/+5
* More fixes for clang-format's multiline comment breaking.Daniel Jasper2013-05-301-2/+11
* Fix another clang-format crasher related to multi-line comments.Daniel Jasper2013-05-301-0/+11
* Coding style fix for SourceFileCallbacksEdwin Vane2013-05-301-3/+3
* Fix crasher when formatting certain block comments.Daniel Jasper2013-05-301-0/+1
* Fixes error when splitting block comments.Manuel Klimek2013-05-291-0/+27
* Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so thatRoman Divacky2013-05-291-5/+9
* Tooling: Call back for both begin and end of sourcesEdwin Vane2013-05-291-7/+14
* Add return missing in r182855.Daniel Jasper2013-05-291-0/+8
* Leave some macros on their own lineDaniel Jasper2013-05-291-0/+28
* Add option to always break template declarations.Daniel Jasper2013-05-291-0/+11
* Add an overridable MatchCallback::onEndOfTranslationUnit() function.Peter Collingbourne2013-05-281-0/+21
* Support uniform inits in braced lists.Daniel Jasper2013-05-281-13/+6
* Fix formatting regression regarding pointers to arrays.Daniel Jasper2013-05-281-0/+1
* Initial support for designated initializers.Daniel Jasper2013-05-281-0/+18
* Disable tab expansion when counting the columns in block comments.Manuel Klimek2013-05-281-24/+37
* Fixes indentation of empty lines in block comments.Manuel Klimek2013-05-281-0/+7
OpenPOWER on IntegriCloud