summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/Format.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [ClangFormat] ObjCSpaceBeforeProtocolList should be true in the google styleBen Hamilton2018-01-181-1/+1
* [clang-format] Replace unordered_set with an arrayKrasimir Georgiev2018-01-171-14/+5
* [Format] Improve ObjC header guessing heuristicBen Hamilton2018-01-171-8/+116
* [clang-format] adds enclosing function detection to raw string formattingKrasimir Georgiev2018-01-171-0/+7
* [clang-format] Reorganize RawStringFormat based on languageKrasimir Georgiev2018-01-171-2/+14
* [clang-format] Adds a FormatStyleSetKrasimir Georgiev2018-01-151-9/+49
* Revert "[ClangFormat] IndentWrappedFunctionNames should be true in the google...Ben Hamilton2017-12-141-1/+0
* [ClangFormat] IndentWrappedFunctionNames should be true in the google ObjC styleBen Hamilton2017-12-141-0/+1
* [c++20] P0515R3: Parsing support and basic AST construction for operator <=>.Richard Smith2017-12-141-0/+1
* [clang-format] Improve ObjC headers detection.Krasimir Georgiev2017-12-121-1/+3
* Now that C++17 is official (https://www.iso.org/standard/68564.html), start c...Aaron Ballman2017-12-041-1/+1
* [clang-format] Add option to group multiple #include blocks when sorting incl...Krasimir Georgiev2017-11-271-3/+25
* [clang-format] Add text proto filename detectionKrasimir Georgiev2017-11-171-0/+5
* [clang-format] Apply a clang-tidy suggestion, NFCKrasimir Georgiev2017-11-091-1/+1
* clang/lib/Format/Format.cpp: Fix warnings introduced in rL316903. [-Wpedantic]NAKAMURA Takumi2017-11-011-2/+2
* Keep MSVC2015 happy after r316903Krasimir Georgiev2017-10-301-2/+2
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-301-29/+67
* [clang-format] Add ext/ to google include categoriesKrasimir Georgiev2017-09-261-1/+2
* clang-format clang-format.Manuel Klimek2017-09-201-22/+21
* [clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev2017-09-151-9/+12
* SplitEmptyFunction should be true in the Mozilla coding styleSylvestre Ledru2017-09-131-1/+1
* clang-format: Add preprocessor directive indentationKrasimir Georgiev2017-08-301-0/+10
* [clang-format] Refactor likely xml a bit, NFCKrasimir Georgiev2017-08-291-6/+8
* [clang-format] Do not format likely xmlKrasimir Georgiev2017-08-291-3/+9
* [clang-format] Support text proto messagesKrasimir Georgiev2017-07-031-0/+7
* Fix ODR violations due to abuse of LLVM_YAML_IS_(FLOW_)?SEQUENCE_VECTORRichard Smith2017-06-301-1/+0
* clang-format: add options to merge empty record bodyFrancois Ferrand2017-06-301-5/+11
* [clang-format] Switch to case-insensitive header matching and use it toChandler Carruth2017-06-291-5/+7
* [clang-format] Add a SortUsingDeclaration option and enable it by defaultKrasimir Georgiev2017-06-231-26/+44
* clang-format: introduce InlineOnly short function styleFrancois Ferrand2017-06-211-0/+1
* [clang-format] Support sorting using declarationsKrasimir Georgiev2017-06-211-0/+11
* clang-format: Add CompactNamespaces optionFrancois Ferrand2017-06-141-3/+5
* clang-format: add option to merge empty function bodyFrancois Ferrand2017-06-131-3/+5
* clang-format: [JS] do not clean up duplicated commas.Martin Probst2017-05-291-0/+3
* clang-format: Introduce BreakConstructorInitializers optionFrancois Ferrand2017-05-241-4/+23
* clang-format: Allow customizing the penalty for breaking assignmentFrancois Ferrand2017-05-221-0/+3
* clang-format: [JS] keep triple slash directives intact.Martin Probst2017-05-091-3/+4
* [clang-format] Convert AlignEscapedNewlinesLeft to an enum, addingDaniel Jasper2017-05-081-3/+16
* [clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev2017-04-211-8/+19
* clang-format: Support formatting utf-8 character literals in C++11+ mode.Nico Weber2017-04-051-0/+1
* clang-format: Fix post-commit review comment of r299204, use Style.isCpp().Daniel Jasper2017-03-311-2/+2
* clang-format: [JS] do not wrap @see tags.Martin Probst2017-03-131-2/+3
* [clang-format] Add option to break before inheritance separation operator in ...Andi-Bogdan Postelnicu2017-03-101-0/+4
* [clang-format] Fixed a typo in Format.cpp and a clang-tidy nit about std::fun...Krasimir Georgiev2017-03-081-3/+3
* Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.Nico Weber2017-03-021-1/+0
* [clang-format] Add a new flag FixNamespaceComments to FormatStyleKrasimir Georgiev2017-03-011-8/+25
* Blacklist arbitrary @\\w+ JSDoc tags from wrapping.Martin Probst2017-02-281-2/+2
* [clang-format] Add a NamespaceEndCommentsFixerKrasimir Georgiev2017-02-271-0/+11
* clang-format: Enable include sorting for style=ChromiumNico Weber2017-02-241-1/+0
* clang-format: Fix many Objective-C formatting regressions from r289428Nico Weber2017-02-241-2/+2
OpenPOWER on IntegriCloud