summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Fix RecursiveASTVisitor to visit types in ObjCPropertyDeclAlp Toker2014-06-062-1/+11
* clang-format: Fix incorrect indentation.Daniel Jasper2014-06-061-0/+8
* Add first set of tests for FriendDecl source range and location.Nikola Smiljanic2014-06-061-0/+78
* Add hasLocalStorage/hasGlobalStorage matchers.Samuel Benzaquen2014-06-051-0/+12
* clang-format: Leave empty lines within UnwrappedLines.Daniel Jasper2014-06-041-6/+24
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-045-5/+3
* clang-format: Refactor indentation behavior for multiple nested blocks.Daniel Jasper2014-06-031-0/+33
* clang-format: Fix special case of binary operator detection.Daniel Jasper2014-06-021-0/+1
* clang-format: No space between ")" and braced init list.Daniel Jasper2014-06-021-4/+5
* clang-format: Fix Allman brace breaking of enums.Daniel Jasper2014-06-021-0/+5
* clang-format: Fix trailing const (etc.) with Allman brace style.Daniel Jasper2014-06-021-0/+7
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-312-53/+52
* Use make_error_code in preparation for making errc an enum class.Rafael Espindola2014-05-311-1/+1
* Take PrintingPolicy::SuppressUnwrittenScope into account when printing theRichard Smith2014-05-302-0/+134
* 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