summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
...
* Adds child traversal matchers for IfStmt's then and else branches.Manuel Klimek2014-05-27
* Allow hasBody on CXXForRangeStmt nodes and update the docs.Manuel Klimek2014-05-27
* clang-format: Keep '{' of dict literals on the same line in Allman styleDaniel Jasper2014-05-26
* Add the hasRangeInit() matcher for range-based for loop.Manuel Klimek2014-05-23
* clang-format: Don't use Allman brace breaking for ObjC blocks.Daniel Jasper2014-05-22
* clang-format: Fix corner case in AllowShortBlocksOnASingleLine.Daniel Jasper2014-05-22
* clang-format: Fix braced list detection.Daniel Jasper2014-05-22
* clang-format: Fix incorrect braced init identification.Daniel Jasper2014-05-22
* clang-format: [JS] Understand line breaks in concatenated strings.Daniel Jasper2014-05-22
* clang-format: Correctly identify multiplications in braces init lists.Daniel Jasper2014-05-22
* clang-format: Correctly calculate line lenghts for nest blocks.Daniel Jasper2014-05-22
* VirtualFileSystem: Fix a few directory traversal bugs in VFSWriterJustin Bogner2014-05-21
* clang-format: Fix corner case working around one-per-line dict literals.Daniel Jasper2014-05-21
* clang-format: Fix incorrect macro call detection.Daniel Jasper2014-05-21
* clang-format: [JS] Support different function literal style.Daniel Jasper2014-05-21
* SourceManager: Use setMainFileID() consistentlyAlp Toker2014-05-21
* libclang: Give each VirtualFileOverlay unit test its own nameJustin Bogner2014-05-20
* VirtualFileSystem: Fix false positives in YAMLVFSWriter::containedInJustin Bogner2014-05-20
* clang-format: [JS] Understand top-level function literals properly.Daniel Jasper2014-05-20
* [modules] Fix ODR violation: there's another clang::TypeLocVisitor elsewhere.Richard Smith2014-05-19
* clang-format: Don't force line breaks in ObjC calls with ColumnLimit 0.Daniel Jasper2014-05-19
* clang-format: [JS] Support ES6 destructuring assignments.Daniel Jasper2014-05-19
* clang-format: [JS] Support for EC6 arrow functions.Daniel Jasper2014-05-19
* [ASTMatchers] Move the 'isImplicit' matcher from CXXConstructorDecl to Decl.Joey Gouly2014-05-16
* Rename SourceManager::createFileIDForMemBuffer()Alp Toker2014-05-16
* Switch another write_escaped to yaml::escapeBen Langmuir2014-05-16
* clang-format: Add option to allow short blocks on a single line.Daniel Jasper2014-05-14
* clang-format: Don't break in the middle of ">>".Daniel Jasper2014-05-13
* clang-format: [JS] Basic support for escape sequences in regex literals.Daniel Jasper2014-05-12
* Decouple ExprCXX.h and DeclCXX.h and clean up includes a bit.Benjamin Kramer2014-05-10
* clang-format: [JS] Fix spacing in dict literals.Daniel Jasper2014-05-09
* clang-format: Initial support for try-catch.Daniel Jasper2014-05-08
* clang-format: [JS] support closures in container literals.Daniel Jasper2014-05-08
* clang-format: Fix binary operator detection before lambdas.Daniel Jasper2014-05-08
* clang-format: [JS] Support regex literals after 'return'.Daniel Jasper2014-05-08
* clang-format: [JS] Initial support for regex literals.Daniel Jasper2014-05-08
* Enable alternative tokens by default for clang-format.Nikola Smiljanic2014-05-08
* clang-format: Be slightly more aggressive on single-line functions.Daniel Jasper2014-05-07
* clang-format: Fix corner cases for comments in if conditions.Daniel Jasper2014-05-07
* clang-format: Fix bad space before braced initializer.Daniel Jasper2014-05-07
* clang-format: [JS] Keep space after closure style comments.Daniel Jasper2014-05-06
* clang-format: [JS] Keep space between 'return' and '['.Daniel Jasper2014-05-06
* clang-format: [JS] Don't indent in goog.scope blocks.Daniel Jasper2014-05-06
* Fixed one issue with castingDinesh Dwivedi2014-05-06
* clang-format: Understand functions with decltype return type.Daniel Jasper2014-05-05
* Added some heuristics to identify c style castingDinesh Dwivedi2014-05-05
* clang-format: Improve understanding of decltype.Daniel Jasper2014-05-05
* Fix bug in clang-format while merging short functionDinesh Dwivedi2014-05-05
* clang-format: Fix import statements with ColumnLimit: 0Daniel Jasper2014-05-05
* Eliminate ASTContext's DelayInitialization flagAlp Toker2014-05-03