summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Don't break before a case's colon.Daniel Jasper2014-05-281-0/+7
* clang-format: Format array and dict literals similar to blocks.Daniel Jasper2014-05-281-3/+11
* Make equalsNode work with pointers to subtypes.Manuel Klimek2014-05-271-8/+16
* Adds child traversal matchers for IfStmt's then and else branches.Manuel Klimek2014-05-271-0/+11
* Allow hasBody on CXXForRangeStmt nodes and update the docs.Manuel Klimek2014-05-272-1/+3
* clang-format: Keep '{' of dict literals on the same line in Allman styleDaniel Jasper2014-05-261-3/+11
* Add the hasRangeInit() matcher for range-based for loop.Manuel Klimek2014-05-231-0/+3
* clang-format: Don't use Allman brace breaking for ObjC blocks.Daniel Jasper2014-05-221-0/+10
* clang-format: Fix corner case in AllowShortBlocksOnASingleLine.Daniel Jasper2014-05-221-0/+5
* clang-format: Fix braced list detection.Daniel Jasper2014-05-221-4/+10
* clang-format: Fix incorrect braced init identification.Daniel Jasper2014-05-221-0/+3
* clang-format: [JS] Understand line breaks in concatenated strings.Daniel Jasper2014-05-221-0/+5
* clang-format: Correctly identify multiplications in braces init lists.Daniel Jasper2014-05-221-3/+2
* clang-format: Correctly calculate line lenghts for nest blocks.Daniel Jasper2014-05-222-16/+13
* VirtualFileSystem: Fix a few directory traversal bugs in VFSWriterJustin Bogner2014-05-211-0/+68
* clang-format: Fix corner case working around one-per-line dict literals.Daniel Jasper2014-05-211-0/+5
* clang-format: Fix incorrect macro call detection.Daniel Jasper2014-05-211-0/+2
* clang-format: [JS] Support different function literal style.Daniel Jasper2014-05-211-0/+12
* SourceManager: Use setMainFileID() consistentlyAlp Toker2014-05-214-8/+11
* libclang: Give each VirtualFileOverlay unit test its own nameJustin Bogner2014-05-201-173/+176
* VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedInJustin Bogner2014-05-201-0/+51
* clang-format: [JS] Understand top-level function literals properly.Daniel Jasper2014-05-201-1/+5
* [modules] Fix ODR violation: there's another clang::TypeLocVisitor elsewhere.Richard Smith2014-05-191-3/+4
* clang-format: Don't force line breaks in ObjC calls with ColumnLimit 0.Daniel Jasper2014-05-191-8/+21
* clang-format: [JS] Support ES6 destructuring assignments.Daniel Jasper2014-05-191-0/+5
* clang-format: [JS] Support for EC6 arrow functions.Daniel Jasper2014-05-191-0/+2
* [ASTMatchers] Move the 'isImplicit' matcher from CXXConstructorDecl to Decl.Joey Gouly2014-05-161-0/+3
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-162-2/+2
* Switch another write_escaped to yaml::escapeBen Langmuir2014-05-161-2/+2
* clang-format: Add option to allow short blocks on a single line.Daniel Jasper2014-05-141-0/+41
* clang-format: Don't break in the middle of ">>".Daniel Jasper2014-05-131-0/+6
* clang-format: [JS] Basic support for escape sequences in regex literals.Daniel Jasper2014-05-121-0/+3
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-101-0/+1
* clang-format: [JS] Fix spacing in dict literals.Daniel Jasper2014-05-091-0/+1
* clang-format: Initial support for try-catch.Daniel Jasper2014-05-082-16/+72
* clang-format: [JS] support closures in container literals.Daniel Jasper2014-05-081-0/+7
* clang-format: Fix binary operator detection before lambdas.Daniel Jasper2014-05-081-0/+1
* clang-format: [JS] Support regex literals after 'return'.Daniel Jasper2014-05-081-0/+2
* clang-format: [JS] Initial support for regex literals.Daniel Jasper2014-05-081-0/+70
* Enable alternative tokens by default for clang-format.Nikola Smiljanic2014-05-082-2/+47
* clang-format: Be slightly more aggressive on single-line functions.Daniel Jasper2014-05-071-0/+5
* clang-format: Fix corner cases for comments in if conditions.Daniel Jasper2014-05-071-0/+17
* clang-format: Fix bad space before braced initializer.Daniel Jasper2014-05-071-0/+1
* clang-format: [JS] Keep space after closure style comments.Daniel Jasper2014-05-061-0/+4
* clang-format: [JS] Keep space between 'return' and '['.Daniel Jasper2014-05-061-0/+4
* clang-format: [JS] Don't indent in goog.scope blocks.Daniel Jasper2014-05-061-0/+7
* Fixed one issue with castingDinesh Dwivedi2014-05-061-0/+2
* clang-format: Understand functions with decltype return type.Daniel Jasper2014-05-051-0/+2
* Added some heuristics to identify c style castingDinesh Dwivedi2014-05-051-7/+12
* clang-format: Improve understanding of decltype.Daniel Jasper2014-05-051-0/+3