summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* [ASTMatchers] Existing matcher hasAnyArgument fixedGabor Horvath2016-03-301-1/+6
* Added formatAndApplyAllReplacements that works on multiple files in libTooling.Eric Liu2016-03-293-2/+38
* [ASTMatchers] Add own version of VariadicFunction.Samuel Benzaquen2016-03-251-0/+3
* Dsiable FormatStyle::GetStyleOfFile test case for mingw.Eric Liu2016-03-241-1/+1
* Added support for different VFSs in format::getStyle. Disable platform-relate...Eric Liu2016-03-241-0/+34
* Revert "Added support for different VFSs in format::getStyle."Eric Liu2016-03-241-28/+0
* Added support for different VFSs in format::getStyle.Eric Liu2016-03-241-0/+28
* clang-format: [JS] do not wrap ES6 imports/exports.Daniel Jasper2016-03-221-17/+15
* [ASTMatchers] New matcher hasReturnValue addedAlexander Kornienko2016-03-221-0/+6
* clang-format: [JS] no space in union and intersection types.Daniel Jasper2016-03-211-0/+8
* clang-format: Make include sorting's main include detection configurable.Daniel Jasper2016-03-212-1/+22
* Reapply [2] [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-201-1/+1
* Revert "Reapply [VFS] Add 'overlay-relative' field to YAML files"Bruno Cardoso Lopes2016-03-171-1/+1
* Reapply [VFS] Add 'overlay-relative' field to YAML filesBruno Cardoso Lopes2016-03-171-1/+1
* clang-format: [JS] Make requoting of JavaScript string literals onlyDaniel Jasper2016-03-171-0/+12
* clang-format: [JS] Fix incorrect spacing around contextual keywords.Daniel Jasper2016-03-171-0/+4
* clang-format: Slightly weaken AlignAfterOpenBracket=AlwaysBreak.Daniel Jasper2016-03-171-5/+24
* clang-format: [JS] Handle certain cases of ASI.Daniel Jasper2016-03-141-66/+121
* Use an explicit instantiation to work around delayed template parsing for MSV...Aaron Ballman2016-03-091-3/+3
* Adding new AST matchers for: addrLabelExpr, atomicExpr, binaryConditionalOper...Aaron Ballman2016-03-093-1/+130
* Turning on the /bigobj flag for two more files that will not link with MSVC 2...Aaron Ballman2016-03-082-0/+12
* [ASTMatchers] Document that isAnyPointer() matcher also matches Objective-C o...Felix Berger2016-03-061-0/+5
* clang-format: [JS] Support destructuring assignments in for loops.Daniel Jasper2016-03-051-0/+4
* Make TargetInfo store an actual DataLayout instead of a string.James Y Knight2016-03-043-11/+16
* clang-format: Use stable_sort when sorting #includes.Daniel Jasper2016-03-031-4/+18
* clang-format: [JS] Optionally re-quote string literals.Daniel Jasper2016-03-022-3/+34
* [clang-format] Detect constructor initializers preceded by `noexcept`.Daniel Jasper2016-03-011-0/+3
* FormatTests: Update libdeps corresponding to r262323.NAKAMURA Takumi2016-03-011-0/+1
* Fix DLL build by adding required dependency.Manuel Klimek2016-03-011-0/+1
* Add functions to apply replacements and reformat them.Manuel Klimek2016-03-013-1/+65
* Optionally demote fatal errors to non-fatal errors.Manuel Klimek2016-03-011-0/+23
* clang-format: Correctly apply wrap before multi-line RHS rule toDaniel Jasper2016-03-011-0/+4
* clang-format: Increase the penalty for breaking between array subscripts.Daniel Jasper2016-03-011-0/+2
* clang-format: [JS] Support quoted object literal keys.Daniel Jasper2016-03-011-0/+7
* Revert "Implement new interfaces for code-formatting when applying replacemen...Manuel Klimek2016-02-292-50/+0
* Implement new interfaces for code-formatting when applying replacements.Manuel Klimek2016-02-292-0/+50
* clang-format: Don't format unrelated nested blocks.Daniel Jasper2016-02-291-0/+17
* Revert "[VFS] Add 'overlay-relative' field to YAML files" and "[VFS] Fix call...Bruno Cardoso Lopes2016-02-231-1/+1
* Lex: Return "" when HeaderMap::lookupFilename failsDuncan P. N. Exon Smith2016-02-231-4/+38
* Lex: Check for 0 buckets on header map constructionDuncan P. N. Exon Smith2016-02-221-0/+9
* [ASTMatchers] Add matcher hasAnyName.Samuel Benzaquen2016-02-221-0/+13
* [VFS] Fix call to getVFSFromYAML in unittestsBruno Cardoso Lopes2016-02-221-1/+1
* clang-format: [JS] treat forwardDeclare as an import/export statement.Daniel Jasper2016-02-221-0/+2
* Lex: Never overflow the file in HeaderMap::lookupFilename()Duncan P. N. Exon Smith2016-02-211-0/+42
* Lex: Add a test for HeaderMap::lookupFileName()Duncan P. N. Exon Smith2016-02-201-0/+62
* Lex: Check whether the header map buffer has space for the bucketsDuncan P. N. Exon Smith2016-02-201-0/+8
* Lex: Check buckets on header map constructionDuncan P. N. Exon Smith2016-02-201-0/+9
* Lex: Add some unit tests for corrupt header mapsDuncan P. N. Exon Smith2016-02-202-0/+95
* Remove use of builtin comma operator.Richard Trieu2016-02-181-1/+2
* Use Backend_EmitMCNull for null codegen unit tests.David L. Jones2016-02-181-1/+1