summaryrefslogtreecommitdiffstats
path: root/clang/unittests/Format/FormatTestRawStrings.cpp
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Fix indent of trailing raw string param after newlineKrasimir Georgiev2019-04-181-0/+14
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-format] Break before next parameter after a formatted multiline raw st...Krasimir Georgiev2018-10-251-2/+95
* [clang-format] Do not format raw string literals inside a recognized function...Krasimir Georgiev2018-06-281-0/+26
* [clang-format] text protos: put entries on separate lines if there is a subme...Krasimir Georgiev2018-06-111-6/+12
* [clang] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-3/+3
* [clang-format] Respect BreakBeforeClosingBrace while calculating lengthKrasimir Georgiev2018-05-091-0/+35
* [clang-format] Fix raw string prefix penaltyKrasimir Georgiev2018-03-161-0/+28
* Don't re-format raw string literal contents when formatting is disableDaniel Jasper2018-03-121-0/+14
* [clang-format] Use NestedBlockIndent as a 0 column in formatted raw stringsKrasimir Georgiev2018-03-081-6/+5
* [clang-format] Adds space around angle brackets in text protosKrasimir Georgiev2018-02-061-5/+5
* [clang-format] Adds space around braces in text protosKrasimir Georgiev2018-01-311-7/+7
* [clang-format] Adds a canonical delimiter to raw string formattingKrasimir Georgiev2018-01-191-11/+40
* [clang-format] adds enclosing function detection to raw string formattingKrasimir Georgiev2018-01-171-8/+40
* [clang-format] Reorganize RawStringFormat based on languageKrasimir Georgiev2018-01-171-29/+21
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-0/+733
OpenPOWER on IntegriCloud