summaryrefslogtreecommitdiffstats
path: root/include/clang/Format
Commit message (Expand)AuthorAgeFilesLines
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-0/+36
* [clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev2017-09-151-0/+14
* [clang-format] Fix documentation for AllowAllParametersOfDeclarationOnNextLineDaniel Jasper2017-09-071-5/+12
* Add an usage example of BreakBeforeBracesSylvestre Ledru2017-09-071-0/+8
* clang-format: Add preprocessor directive indentationKrasimir Georgiev2017-08-301-0/+26
* [clang-format] Add TextProto language name, NFCKrasimir Georgiev2017-07-061-0/+2
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-031-1/+4
* clang-format: add options to merge empty record bodyFrancois Ferrand2017-06-301-1/+23
* [clang-format] Switch to case-insensitive header matching and use it toChandler Carruth2017-06-291-1/+1
* [clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev2017-06-231-0/+8
* [clang-format] Update style documentation, NFCKrasimir Georgiev2017-06-231-6/+5
* clang-format: introduce InlineOnly short function styleFrancois Ferrand2017-06-211-1/+19
* [clang-format] Support sorting using declarationsKrasimir Georgiev2017-06-211-0/+10
* clang-format: Add CompactNamespaces optionFrancois Ferrand2017-06-141-0/+24
* clang-format: add option to merge empty function bodyFrancois Ferrand2017-06-131-0/+12
* clang-format: Introduce BreakConstructorInitializers optionFrancois Ferrand2017-05-241-12/+30
* clang-format: Allow customizing the penalty for breaking assignmentFrancois Ferrand2017-05-221-0/+5
* [clang-format] Convert AlignEscapedNewlinesLeft to an enum, addingDaniel Jasper2017-05-081-17/+34
* [clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev2017-04-211-4/+23
* Add more examples to clang-format configurationSylvestre Ledru2017-04-111-6/+62
* clang-format: Support formatting utf-8 character literals in C++11+ mode.Nico Weber2017-04-051-1/+2
* clang-format: Fix post-commit review comment of r299204, use Style.isCpp().Daniel Jasper2017-03-311-1/+1
* Add more examples to clang-format configurationSylvestre Ledru2017-03-201-2/+206
* [clang-format] Add more examples and fix a bug in the py generation scriptSylvestre Ledru2017-03-131-0/+266
* [clang-format] Add option to break before inheritance separation operator in ...Andi-Bogdan Postelnicu2017-03-101-0/+5
* Add more examples to clang-format configurationSylvestre Ledru2017-03-081-1/+92
* Add examples to clang-format configurationSylvestre Ledru2017-03-061-0/+80
* [clang-format] Add a new flag FixNamespaceComments to FormatStyleKrasimir Georgiev2017-03-011-0/+5
* [clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev2017-02-271-0/+9
* clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber2017-02-241-1/+4
* [clang-format] Fix LanguageKind comments.Krasimir Georgiev2017-01-231-2/+2
* clang-format: Make GetStyle return Expected<FormatStyle> instead of FormatStyleAntonio Maiorano2017-01-171-6/+8
* clang-format: Separate out a language kind for ObjC.Daniel Jasper2016-12-121-1/+6
* [ClangFormat] Only insert #include into the #include block in the beginning o...Eric Liu2016-12-021-1/+8
* [clang-format] Remove (SourceManager, FileID) variantsDaniel Jasper2016-11-081-18/+2
* Use noexcept instead of LLVM_NOEXCEPT now that all compilers support itReid Kleckner2016-10-191-1/+1
* [clang-format] support header deletion in cleanupAroundReplacemnts.Eric Liu2016-09-231-2/+7
* clang-format: Add SpaceAfterTemplateSylvestre Ledru2016-08-091-0/+4
* Make tooling::applyAllReplacements return llvm::Expected<string> instead of e...Eric Liu2016-07-111-6/+8
* clang-format: [JS] Introduce JavaScriptWrapImports option.Martin Probst2016-06-131-16/+20
* [clang-format] insert new #includes into correct blocks when cleaning up Repl...Eric Liu2016-05-311-0/+2
* clang-format: [JS] sort ES6 imports.Martin Probst2016-05-201-0/+16
* Added Fixer implementation and fix() interface in clang-format for removing r...Eric Liu2016-04-251-0/+22
* clang-format: Implemented tab usage for continuation and indentationMarianne Mailhot-Sarrasin2016-04-141-0/+2
* clang-format: Allow include of clangFormat.h in managed contextMarianne Mailhot-Sarrasin2016-04-141-1/+4
* Added formatAndApplyAllReplacements that works on multiple files in libTooling.Eric Liu2016-03-291-16/+0
* Added support for different VFSs in format::getStyle. Disable platform-relate...Eric Liu2016-03-241-1/+4
* Revert "Added support for different VFSs in format::getStyle."Eric Liu2016-03-241-4/+1
* Added support for different VFSs in format::getStyle.Eric Liu2016-03-241-1/+4
* clang-format: Make include sorting's main include detection configurable.Daniel Jasper2016-03-211-0/+13