summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Update for llvm api change.Rafael Espindola2014-06-131-6/+7
* Do not store duplicate parents when memoization data is available.Samuel Benzaquen2014-06-131-0/+21
* clang-format: [JS] Understand named function literals.Daniel Jasper2014-06-131-1/+8
* Refer to error_code with the std prefix.Rafael Espindola2014-06-121-13/+14
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-122-5/+3
* Fix msvc unittest build.Rafael Espindola2014-06-122-22/+26
* Give clang-format its own error category.Rafael Espindola2014-06-121-25/+21
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-112-11/+12
* clang-format: Fix pointer/reference detection after decltype.Daniel Jasper2014-06-111-0/+1
* clang-format: [JS] Treat dict literals similar to objc method exprs.Daniel Jasper2014-06-101-0/+25
* clang-format: Increase penalty for wrapping array subscript expressionsDaniel Jasper2014-06-101-0/+4
* clang-format: Fix enum formatting with specific comment.Daniel Jasper2014-06-101-1/+6
* clang-format: Support variadic lambda captures.Daniel Jasper2014-06-101-0/+3
* clang-format: Handle multiline strings inside ternary expressions.Daniel Jasper2014-06-101-0/+6
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-091-0/+1
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-0819-111/+115
* 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