summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTest.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* clang-format: Don't corrupt macros with open braces.Daniel Jasper2015-03-131-0/+7
* clang-format: [OBJC] Don't indent 8 spaces in method declarations.Daniel Jasper2015-03-121-0/+2
* clang-format: When putting */& next to types, also wrap before them.Daniel Jasper2015-03-121-7/+11
* clang-format: Fix incorrect && recognition.Daniel Jasper2015-03-111-0/+1
* clang-format: Don't remove newline if macro ends in access specifier.Daniel Jasper2015-03-091-0/+24
* clang-format: Slightly change indentation rules in for loops.Daniel Jasper2015-03-061-3/+5
* clang-format: Fix access to uninitialized memory.Daniel Jasper2015-03-031-0/+4
* clang-format: Prefer wrapping a lambda's body over the lambda's return type.Daniel Jasper2015-03-021-0/+6
* clang-format: Always align */& in multi-var DeclStmts.Daniel Jasper2015-03-011-10/+11
* clang-format: Make trailing commas in array inits force one per line.Daniel Jasper2015-02-271-0/+4
* clang-format: Make braced list formatting more consistent.Daniel Jasper2015-02-261-0/+5
* clang-format: Fix space of arrays of pointers to templated types.Daniel Jasper2015-02-261-0/+5
* clang-format: Allow breaking after "else if(" as a last resort.Daniel Jasper2015-02-261-0/+5
* clang-format: Fix spacing for function with ref-qualification ..Daniel Jasper2015-02-251-5/+30
* clang-format: Change location of stashed tokenJacques Pienaar2015-02-241-0/+1
* Fix merging of << at end of input.Jacques Pienaar2015-02-201-0/+1
* clang-format: Space and triple angle braces.Jacques Pienaar2015-02-181-0/+21
* clang-format: Don't force a break after "endl" if everything fits on one line.Daniel Jasper2015-02-171-2/+3
* clang-format: Fix crasher.Daniel Jasper2015-02-171-0/+1
* Reverting a switch from LLVM_DELETED_FUNCTION to = delete; this test should n...Aaron Ballman2015-02-161-1/+1
* Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...Aaron Ballman2015-02-151-1/+1
* clang-format: Correctly mark preprocessor lines in child blocks.Daniel Jasper2015-02-081-0/+7
* clang-format: Format Objective-C try blocks like all the other try blocks.Nico Weber2015-02-071-4/+14
* clang-format: Fix assert triggering on carriage returns.Daniel Jasper2015-02-051-0/+4
* clang-format: Add support for SEH __try / __except / __finally blocks.Nico Weber2015-02-041-0/+27
* clang-format: Fix crasher caused by not properly setting dry-run.Daniel Jasper2015-01-291-0/+2
* clang-format: Fix another crasher caused by incomplete macro code.Daniel Jasper2015-01-231-0/+1
* clang-format: Fix incorrect classification of "*".Daniel Jasper2015-01-231-0/+1
* clang-format: Fix crasher when splitting incomplete escape sequences.Daniel Jasper2015-01-211-0/+6
* clang-format: Fix crasher caused by incorrect resetting of token info.Daniel Jasper2015-01-211-0/+1
* clang-format: Fix bad memory access.Daniel Jasper2015-01-211-0/+1
* clang-format: Fix use-heap-after-free bug.Daniel Jasper2015-01-211-0/+2
* clang-format: Fix AlwaysBreakBeforeMultilineStrings with ColumnLimit=0Daniel Jasper2015-01-201-0/+3
* clang-format: Fix crasher on weird comments.Daniel Jasper2015-01-191-0/+3
* clang-format: Fix crasher on incomplete condition compilation.Daniel Jasper2015-01-191-0/+6
* clang-format: Fix crash on invalid code.Daniel Jasper2015-01-191-0/+2
* clang-format: Fix clang-format crash on invalid code.Daniel Jasper2015-01-191-0/+8
* clang-format: Fix assertion when trying to build a nullptr StringRef.Daniel Jasper2015-01-191-0/+1
* clang-format: Fix endless loop on incomplete try-catch-block.Daniel Jasper2015-01-191-0/+3
* clang-format: Remove assert that isn't helpful.Daniel Jasper2015-01-191-0/+1
* Fix assertion in BreakableBlockComment (http://llvm.org/PR21916).Alexander Kornienko2015-01-121-0/+11
* clang-format: Improve format of lambdas in ctor initializers.Daniel Jasper2015-01-121-0/+4
* clang-format: Fix formatting of inline asm.Daniel Jasper2015-01-121-2/+6
* clang-format: Force line break between "endl" and "<<".Daniel Jasper2015-01-081-0/+4
* clang-format: Improve template parameter detection.Daniel Jasper2015-01-081-0/+1
* clang-format: Understand single-line comments at the end of blocks.Daniel Jasper2015-01-071-0/+8
* clang-format: Fix unary operator detection.Daniel Jasper2015-01-071-0/+1
* clang-format: Fix incorrect detection of ObjC "in" keyword.Daniel Jasper2014-12-181-0/+1
* Don't break single-line raw string literals.Alexander Kornienko2014-12-141-21/+8
* clang-format: Revamp nested block formatting.Daniel Jasper2014-12-121-2/+7
OpenPOWER on IntegriCloud