summaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)AuthorFilesLines
2016-06-24clang-format: [JS] Fix build breakage.Martin Probst1-1/+1
2016-06-24IgnoringImplicit matcher.Cong Liu1-0/+10
2016-06-23clang-format: [JS] handle conditionals in fields, default params.Martin Probst1-1/+9
2016-06-23clang-format: [JS] recognize more type locations.Martin Probst1-0/+6
2016-06-23clang-format: [Proto] Use more compact format for text-formatted optionsDaniel Jasper1-5/+5
2016-06-22clang-format: [JS] Do not break before 'as'.Martin Probst1-2/+5
2016-06-21Re-commit "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTempor...Tim Shen1-2/+2
2016-06-21Added calculateRangesAfterReplaments() to calculate affacted ranges in the ne...Eric Liu1-4/+87
2016-06-20clang-format: [Proto] Fix "import public" after r273179.Daniel Jasper1-0/+6
2016-06-20clang-format: [Proto] Don't do bad things if imports are missing ;.Daniel Jasper1-0/+15
2016-06-17ToolingTests/runToolOnCode.TestSkipFunctionBody: Appease msc targets.NAKAMURA Takumi1-3/+4
2016-06-16Fix a few issues while skipping function bodiesOlivier Goffart1-1/+55
2016-06-14[clang-format] do not add existing includes.Eric Liu1-0/+23
2016-06-14clang-format: [JS] Fix failing format with TypeScript casts.Daniel Jasper1-0/+4
2016-06-14clang-format: [JS] Support annotated classes.Daniel Jasper1-0/+5
2016-06-13clang-format: [JS] Indent namespaces in JavaScript/TS by default.Martin Probst1-0/+9
2016-06-13clang-format: [JS] Introduce JavaScriptWrapImports option.Martin Probst2-7/+28
2016-06-13clang-format: Restrict r272537 to function ref qualifiers.Daniel Jasper1-0/+1
2016-06-13clang-format: Fix incorrect function type detection.Daniel Jasper1-0/+1
2016-06-13clang-format: Don't merge const and &, e.g. in function ref qualifiers.Daniel Jasper1-0/+2
2016-06-13clang-format: Fix incorrect cast detection.Daniel Jasper1-0/+1
2016-06-13clang-format: Don't indent lambda body relative to its return type.Daniel Jasper1-0/+4
2016-06-13clang-format: [JS] post-fix non-null assertion operator.Martin Probst1-0/+9
2016-06-11Revert "[ASTMatchers] New forEachOverriden matcher."Chandler Carruth1-44/+0
2016-06-10[ASTMatchers] New forEachOverriden matcher.Clement Courbet1-0/+44
2016-06-09clang-format: [JS] recognized named functions in AnnotatingParser.Martin Probst1-0/+2
2016-06-09Revert "[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporary...Tim Shen1-2/+2
2016-06-09[Temporary] Add an ExprWithCleanups for each C++ MaterializeTemporaryExpr.Tim Shen1-2/+2
2016-06-08Prune away some unused using decls. NFC.Benjamin Kramer3-11/+0
2016-06-08clang-format: [JS] fix an assertion failure caused by shrinking sources.Martin Probst1-0/+13
2016-06-08clang-format: Fix incorrect calculation of "length" of /**/ comments.Daniel Jasper1-0/+8
2016-06-08clang-format: Fix bug in function ref qualifier identification.Daniel Jasper1-0/+1
2016-06-07Make isNoThrow and hasDynamicExceptionSpec polymorphic so they can be used wi...Aaron Ballman1-0/+21
2016-06-06Adding an AST matcher to ignore parenthesis in *types* (rather than expressio...Aaron Ballman1-0/+7
2016-06-06[clang-format] make header guard identification stricter (with Lexer).Eric Liu1-0/+80
2016-06-03[clang-format] skip empty lines and comments in the top of the code when inse...Eric Liu1-7/+78
2016-06-01clang-format: [JS] no ASI on `import {x as\n y}`.Martin Probst1-0/+3
2016-06-01clang-format: [JS] Sort imported symbols.Martin Probst1-0/+27
2016-05-31[ASTMatchers] Breaking change of `has` matcherPiotr Padlewski2-16/+10
2016-05-31[clang-format] insert new #includes into correct blocks when cleaning up Repl...Eric Liu1-16/+272
2016-05-30[ASTMatchers] Add support of hasCondition for SwitchStmt.Etienne Bergeron1-0/+22
2016-05-29clang-format: Fix segfault introduced by allowing wraps after comments.Daniel Jasper1-0/+5
2016-05-29clang-format: [JS] Support shebang lines on the very first line.Martin Probst1-0/+7
2016-05-29clang-format: [JS] fix async parsing.Martin Probst1-0/+4
2016-05-27clang-format: Allow splitting the line after /**/-comments.Daniel Jasper1-0/+2
2016-05-27[clang-format] moved unit tests related to replacements cleaner from FormatTe...Eric Liu2-29/+41
2016-05-20clang-format: [JS] sort ES6 imports.Martin Probst2-0/+202
2016-05-20clang-format: [JS] Treat "for" as a reserved word after a ".".Daniel Jasper1-0/+1
2016-05-19[Lexer] Don't merge macro args from different macro filesVedant Kumar1-2/+24
2016-05-19[Sema] Allow an external sema source to handle delayed typo corrections.Benjamin Kramer1-21/+80