summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Improve braced-list detection.Daniel Jasper2016-12-131-2/+2
* clang-format: Separate out a language kind for ObjC.Daniel Jasper2016-12-124-4/+23
* [clang-format] calculate MaxInsertOffset in the original code correctly.Eric Liu2016-12-091-0/+2
* [ClangFormat] Only insert #include into the #include block in the beginning o...Eric Liu2016-12-021-30/+100
* Removed DEBUG_TYPE from TokenAnalyzer.hKrasimir Georgiev2016-11-291-2/+0
* clang-format: [JS] Properly format dict literals that skip labels.Daniel Jasper2016-11-291-0/+3
* clang-format: Wrap complex binary expressions on the RHS of a comma.Daniel Jasper2016-11-291-1/+1
* clang-format: Fix unnnecessary line break.Daniel Jasper2016-11-291-1/+2
* [Format] Avoid copying std::sets and simplify code a bit.Benjamin Kramer2016-11-241-3/+3
* [clang-format] Fixed line merging of more than two linesCameron Desrochers2016-11-151-1/+1
* clang-format: Support ObjC selectors with unnamed parameters.Daniel Jasper2016-11-122-9/+33
* [clang-format] Fix PR30527: Regression when clang-format insert spaces in [] ...Nico Weber2016-11-101-2/+12
* drop kw_module from ASI protection blockMartin Probst2016-11-101-2/+2
* clang-format: [JS] do not break after declare namespace.Martin Probst2016-11-101-8/+8
* clang-format: [JS] do not break after declare namespace.Martin Probst2016-11-102-2/+18
* clang-format: [TypeScript] Fix bug in handling of non-null operator.Daniel Jasper2016-11-091-1/+7
* [clang-format] Remove (SourceManager, FileID) variantsDaniel Jasper2016-11-081-19/+0
* clang-format: Better support for CUDA's triple brackets.Daniel Jasper2016-11-051-0/+2
* Fixed column shift when formatting line containing bit shift operatorsMalcolm Parsons2016-11-031-0/+2
* clang-format: Fix bug in function reference qualifier detection.Daniel Jasper2016-11-011-1/+1
* clang-format: Fix incorrect pointer detection.Daniel Jasper2016-11-011-2/+3
* clang-format: [JS] Fix incorrect space when "as" is used as identifier.Daniel Jasper2016-11-011-1/+1
* clang-format: Fix incorrect binary operator detection.Daniel Jasper2016-11-011-1/+1
* clang-format: [JS] Fix formatting of generator functions.Daniel Jasper2016-11-012-3/+6
* clang-format: [JS] Fix space when for is used as regular identifier.Daniel Jasper2016-11-011-0/+3
* Skip over AnnotatedLines with >50 levels of nesting; don't format them.Daniel Jasper2016-10-311-0/+15
* clang-format: [JS] Fix missing space after 'yield'.Daniel Jasper2016-10-311-0/+3
* Bug 28065 - clang-format incorrectly aligns backslash.Andi-Bogdan Postelnicu2016-10-261-1/+1
* clang-format: [JS] Fix template string ASI.Martin Probst2016-10-211-3/+8
* [Format] Cleanup after replacing constructor body with = defaultMalcolm Parsons2016-10-202-1/+3
* Use noexcept instead of LLVM_NOEXCEPT now that all compilers support itReid Kleckner2016-10-191-1/+1
* Don't copy replacements in for-range loop. NFC.Benjamin Kramer2016-10-191-1/+1
* [clang-format] Add comment manipulation headerEric Liu2016-10-194-15/+71
* Removed duplicate header includeEric Liu2016-10-141-2/+1
* Make DeletedLines local variables in checkEmptyNamespace.Eric Liu2016-10-051-5/+6
* [clang-format] append newline after code when inserting new headers at the en...Eric Liu2016-10-051-0/+9
* clang-format: Fix bad multi-variable for-loop formatting.Daniel Jasper2016-10-041-1/+3
* Move UTF functions into namespace llvm.Justin Lebar2016-09-301-6/+7
* [clang-format] Don't allow newline after uppercase Obj-C block return typesDaniel Jasper2016-09-261-6/+11
* clang-format: Only special-case top-level */& in multivar-declstmts.Daniel Jasper2016-09-261-1/+1
* [clang-format] support header deletion in cleanupAroundReplacemnts.Eric Liu2016-09-231-2/+29
* clang-format: [JS] reserved words in method names.Martin Probst2016-09-221-0/+4
* clang-format: [JS] do not wrapp @returns tags.Martin Probst2016-09-211-1/+2
* clang-format: [JS] Fix line breaks before comments when sorting imports.Martin Probst2016-09-191-3/+8
* clang-format: [JS] Do not wrap taze annotation comments.Martin Probst2016-09-181-1/+1
* clang-format: [JS] ASI insertion after boolean literals.Martin Probst2016-09-181-1/+3
* clang-format: [JS] Fix a crash in handledTemplateStrings.Daniel Jasper2016-09-171-0/+2
* Remove redundant comma around parenthesis in parameter list.Eric Liu2016-09-131-0/+2
* Also cleanup comments around redundant colons/commas in format::cleanup.Eric Liu2016-09-091-0/+2
* clang-format: [JavaScript] Change default AllowShortFunctionsOnASingleLineDaniel Jasper2016-09-071-1/+1
OpenPOWER on IntegriCloud