aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
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
2013-10-22clang-format: Improve formatting of ObjC array literals.Daniel Jasper
2013-10-22Remove incorrect assert.Manuel Klimek
2013-10-21Revert "Refactor DynTypedMatcher into a value type class, just like Matcher<T>."Reid Kleckner
2013-10-21Refactor DynTypedMatcher into a value type class, just like Matcher<T>.Samuel Benzaquen
2013-10-21Fixes PR17617: Crash on joining short if statements.Manuel Klimek
2013-10-20clang-format: Better understand Lambda poarameters.Daniel Jasper
2013-10-20clang-format: Fix formatting of nested blocks after comment.Daniel Jasper
2013-10-20clang-format: Support case ranges.Daniel Jasper
2013-10-20clang-format: Improve formatting of ObjC dict literals.Daniel Jasper
2013-10-18Reverted r192992 broke windows and freebsd builds.Ariel J. Bernal
2013-10-18This patch fixes replacements that are not applied when relative paths areAriel J. Bernal
2013-10-18clang-format: Be more aggressive on incorrect code.Daniel Jasper
2013-10-18clang-format: Don't force linebreak between return and multiline string.Daniel Jasper
2013-10-18Make clang-format slightly more willing to break before trailing annotations.Daniel Jasper
2013-10-18clang-format: Improve formatting of templated builder-type calls.Daniel Jasper
2013-10-18clang-format: Make continuation indent width configurable.Daniel Jasper
2013-10-14Fix use-after-free in PPCallbacksTest detected by ASan bootstrap botAlexey Samsonov
2013-10-14Keep track of indentation levels in static initializers for correct indentati...Alexander Kornienko
2013-10-12Automatically munch semicolons after blocks.Manuel Klimek
2013-10-12clang-format: Fix assertion on unterminated #ifs.Daniel Jasper
2013-10-12Callback support for OpenCL extension pragmas.Pekka Jaaskelainen
2013-10-12clang-format: No space in "<::" in C++11 mode.Daniel Jasper
2013-10-11Don't break string literals inside preprocessor directives.Alexander Kornienko
2013-10-11Support formatting of preprocessor branches.Manuel Klimek
2013-10-11clang-format: Don't remove 'unknown' tokens.Daniel Jasper
2013-10-10Correctly detect colon in bit fields. Fixes PR17333.Alexander Kornienko
2013-10-09Revert commit r192299 until find a way to account for simlinks in OS X.Ariel J. Bernal
2013-10-09This patch fixes replacements that are not applied when relative paths areAriel J. Bernal
2013-10-09clang-format: Fix template declaration line breaking with comment.Daniel Jasper
2013-10-08clang-format: Improve indentation when deriving from templated classes.Daniel Jasper
2013-10-08clang-format: Improve constructor initializer linewrapping.Daniel Jasper
2013-10-07Fix incorrect detection of class definitions with alignas specification.Manuel Klimek
2013-10-06clang-format: Remove empty lines after visibility modifiers.Daniel Jasper
2013-09-30clang-format: Improve alignment after 'return'.Daniel Jasper
2013-09-29clang-format: Fix assertion on incomplete string literals.Daniel Jasper
2013-09-27Added a comment and another test for the UT_ForIndentation optionAlexander Kornienko
2013-09-27Implemented tab usage only for indentation (http://llvm.org/PR17363)Alexander Kornienko
2013-09-27Correctly indent with tabs when whitespace starts from the column not divisib...Alexander Kornienko
2013-09-27clang-format: Improve formatting of functions with multiple trailing tokens.Daniel Jasper
2013-09-27clang-format: Fix formatting bug with comment in weird place.Daniel Jasper
2013-09-25clang-format: Option to removing the space before assignment operators.Daniel Jasper
2013-09-21clang-format: Improve address-of-operator detectionDaniel Jasper
2013-09-17clang-format: Don't accidentally move tokens into preprocessor directive.Daniel Jasper
2013-09-17clang-format: Add comment to tests explaining their grouping.Daniel Jasper
2013-09-17clang-format: Fix line breaking bug after empty ifs.Daniel Jasper