summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Remove 'const' from MemoryBuffers used through the SourceManagerDavid Blaikie2014-06-27
* Add reparse test for libclangBen Langmuir2014-06-27
* Make test from r211758 portableAlp Toker2014-06-26
* RAV: visit copy expressions of captured variables in blocks (ObjC++11)Alp Toker2014-06-26
* Add vfs::recursive_directory_iteratorBen Langmuir2014-06-25
* VirtualFileSystemTest.cpp: Get rid of initializer list on std::vector, to app...NAKAMURA Takumi2014-06-25
* Reformat.NAKAMURA Takumi2014-06-25
* Fix test issues from r211623 and remove test-only APIBen Langmuir2014-06-24
* Disable the bits of r211623 that broke the botsBen Langmuir2014-06-24
* Add directory_iterator for (non-recursive) iteration of VFS directoriesBen Langmuir2014-06-24
* clang-format: Understand that breaking before lambdas is fine.Daniel Jasper2014-06-24
* clang-format: [proto] Add required space before absolute references.Daniel Jasper2014-06-23
* clang-format: Fix corner case in pointer/reference detection.Daniel Jasper2014-06-23
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-21
* Revert "Lex: Use the correct types for MS integer suffixes"Rafael Espindola2014-06-21
* Lex: Use the correct types for MS integer suffixesDavid Majnemer2014-06-21
* clang-format: Introduce style with spaces on both sides of */&.Daniel Jasper2014-06-17
* Update for llvm api change.Rafael Espindola2014-06-13
* Do not store duplicate parents when memoization data is available.Samuel Benzaquen2014-06-13
* clang-format: [JS] Understand named function literals.Daniel Jasper2014-06-13
* Refer to error_code with the std prefix.Rafael Espindola2014-06-12
* Replace llvm::error_code with std::error_code.Rafael Espindola2014-06-12
* Fix msvc unittest build.Rafael Espindola2014-06-12
* Give clang-format its own error category.Rafael Espindola2014-06-12
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-11
* clang-format: Fix pointer/reference detection after decltype.Daniel Jasper2014-06-11
* clang-format: [JS] Treat dict literals similar to objc method exprs.Daniel Jasper2014-06-10
* clang-format: Increase penalty for wrapping array subscript expressionsDaniel Jasper2014-06-10
* clang-format: Fix enum formatting with specific comment.Daniel Jasper2014-06-10
* clang-format: Support variadic lambda captures.Daniel Jasper2014-06-10
* clang-format: Handle multiline strings inside ternary expressions.Daniel Jasper2014-06-10
* Removing an "if (this == nullptr)" check from two print methods. The conditionRichard Trieu2014-06-09
* [C++11] Use 'nullptr'. Unittests edition.Craig Topper2014-06-08
* Fix RecursiveASTVisitor to visit types in ObjCPropertyDeclAlp Toker2014-06-06
* clang-format: Fix incorrect indentation.Daniel Jasper2014-06-06
* Add first set of tests for FriendDecl source range and location.Nikola Smiljanic2014-06-06
* Add hasLocalStorage/hasGlobalStorage matchers.Samuel Benzaquen2014-06-05
* clang-format: Leave empty lines within UnwrappedLines.Daniel Jasper2014-06-04
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-04
* clang-format: Refactor indentation behavior for multiple nested blocks.Daniel Jasper2014-06-03
* clang-format: Fix special case of binary operator detection.Daniel Jasper2014-06-02
* clang-format: No space between ")" and braced init list.Daniel Jasper2014-06-02
* clang-format: Fix Allman brace breaking of enums.Daniel Jasper2014-06-02
* clang-format: Fix trailing const (etc.) with Allman brace style.Daniel Jasper2014-06-02
* There is no std::errc:success, remove the llvm one.Rafael Espindola2014-05-31
* Use make_error_code in preparation for making errc an enum class.Rafael Espindola2014-05-31
* Take PrintingPolicy::SuppressUnwrittenScope into account when printing theRichard Smith2014-05-30
* clang-format: Don't break before a case's colon.Daniel Jasper2014-05-28
* clang-format: Format array and dict literals similar to blocks.Daniel Jasper2014-05-28
* Make equalsNode work with pointers to subtypes.Manuel Klimek2014-05-27