summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* clang-format: [JS] avoid line breaks before unindented r_parens.Martin Probst2017-05-221-0/+5
* clang-format: do not reflow bullet listsFrancois Ferrand2017-05-221-2/+65
* [clang-format] Keep trailing preprocessor line comments separate from the fol...Krasimir Georgiev2017-05-221-0/+32
* clang-format: Allow customizing the penalty for breaking assignmentFrancois Ferrand2017-05-221-0/+14
* [clang-format] Handle trailing comment sections in import statement linesKrasimir Georgiev2017-05-191-0/+8
* clang-format: [JS] for await, and fix a crash with for loops.Martin Probst2017-05-181-3/+2
* clang-format: fix prefix for doxygen comments after memberKrasimir Georgiev2017-05-181-0/+10
* clang-format: [JS] for async loops.Martin Probst2017-05-151-0/+9
* JavaScript allows parameter lists to include trailing commas:Martin Probst2017-05-152-6/+30
* clang-format: [JS] fix non-null assertion operator recognition.Martin Probst2017-05-151-0/+1
* clang-format: [JS] support non-null assertions after all identifiers.Martin Probst2017-05-121-0/+1
* [AST] RecursiveASTVisitor should not crash on lambdas with type attributesAlex Lorenz2017-05-101-0/+8
* clang-format: refine calculating brace types.Martin Probst2017-05-101-0/+10
* Add ASTMatchRefactorer and ReplaceNodeWithTemplate to RefactoringCallbacksEric Liu2017-05-101-19/+72
* clang-format: [JS] Don't indent JavaScript IIFEs.Martin Probst2017-05-091-0/+19
* clang-format: [JS] keep triple slash directives intact.Martin Probst2017-05-091-0/+1
* [clang-format] Convert AlignEscapedNewlinesLeft to an enum, addingDaniel Jasper2017-05-082-10/+36
* [clang-format] Don’t propagate AvoidBinPacking into argumentDaniel Jasper2017-05-081-0/+54
* Add cxxStdInitializerListExpr AST matcherJakub Kuderski2017-05-051-0/+23
* clang-format: [JS] exponentiation operatorMartin Probst2017-05-041-0/+6
* [modules] Round-trip -Werror flag through explicit module build.Richard Smith2017-05-031-17/+20
* clang-format: [JS] parse async function declarations.Martin Probst2017-04-271-0/+17
* Revert r301487: Replace HashString algorithm with xxHash64Rui Ueyama2017-04-261-2/+2
* Replace HashString algorithm with xxHash64Rui Ueyama2017-04-261-2/+2
* Revert "Revert "PPCallbacks::MacroUndefined, change signature and add test.""Vedant Kumar2017-04-261-22/+52
* Revert "PPCallbacks::MacroUndefined, change signature and add test."Vedant Kumar2017-04-261-52/+22
* PPCallbacks::MacroUndefined, change signature and add test.Frederich Munch2017-04-261-22/+52
* Refactor frontend InputKind to prepare for treating module maps as a distinct...Richard Smith2017-04-262-9/+9
* clang-format: [JS/Java] ignore Objective-C constructs in JS & Java.Martin Probst2017-04-261-0/+3
* clang-format: [JS] prevent wraps before class members.Martin Probst2017-04-261-0/+19
* clang-format: Fix bad corner case in formatting of function types.Daniel Jasper2017-04-241-0/+6
* [clang-format] Replace IncompleteFormat by a struct with LineKrasimir Georgiev2017-04-215-41/+44
* [clang-format] Clang-tidy cleanup of NamespaceEndCommentFixerTest.cpp, NFCKrasimir Georgiev2017-04-211-1/+1
* [clang-format] Clang-tidy cleanup of CleanupTest.cpp, NFCKrasimir Georgiev2017-04-211-3/+2
* Testing commit access.Manoj Gupta2017-04-181-1/+1
* Fix mishandling of escaped newlines followed by newlines or nuls.Richard Smith2017-04-171-1/+1
* [clang-format] Recognize Java logical shift assignment operator Nico Weber2017-04-111-0/+12
* [clang-format] Handle NSString literals by merging tokens.Alexander Kornienko2017-04-111-4/+12
* [analyzer] Reland r299544 "Add a modular constraint system to the CloneDetector"Artem Dergachev2017-04-062-2/+113
* clang-format: Support formatting utf-8 character literals in C++11+ mode.Nico Weber2017-04-051-0/+13
* Revert "[analyzer] Add a modular constraint system to the CloneDetector"Artem Dergachev2017-04-052-113/+2
* [analyzer] Add a modular constraint system to the CloneDetectorArtem Dergachev2017-04-052-2/+113
* clang-format: [JS] fix whitespace around "of" operator.Martin Probst2017-04-051-0/+2
* [clang-format] fix crash in NamespaceEndCommentsFixer (PR32438)Matthias Gehre2017-04-041-0/+15
* clang-format: [JavaScript] Ignore QT keywords.Daniel Jasper2017-03-311-0/+2
* Add `replace` interface with range in AtomicChange.Haojian Wu2017-03-301-11/+12
* Revert "Added `applyAtomicChanges` function."Juergen Ributzka2017-03-291-430/+0
* Revert "Try to unbreak buildbots after r298913."Juergen Ributzka2017-03-291-20/+28
* Try to unbreak buildbots after r298913.Eric Liu2017-03-281-28/+20
* Added `applyAtomicChanges` function.Eric Liu2017-03-281-0/+430