summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* clang-format: Fix return type breaking with overloaded operator functionsBirunthan Mohanathas2015-07-151-0/+26
* Add the ability to AST match a variable declaration that is an exception vari...Aaron Ballman2015-07-151-0/+4
* clang-format: Fix column layout with a comment in the last line.Daniel Jasper2015-07-151-0/+5
* clang-format: Fix formatting of multiple lambdas in initializers.Daniel Jasper2015-07-141-0/+9
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+1
* This reverts commit r242058, r242065, r242067.Rafael Espindola2015-07-131-1/+0
* [cuda] Driver changes to compile and stitch together host and device-side CUD...Artem Belevich2015-07-131-0/+1
* Fix clang/unittests/ASTMatchers/Dynamic/Makefile. clangDynamicASTMatchers sho...NAKAMURA Takumi2015-07-131-1/+3
* Tweak libclang's users, c-arcmt-test, c-index-test and libclangTests to satis...NAKAMURA Takumi2015-07-121-0/+4
* Reformat Makefile.NAKAMURA Takumi2015-07-121-1/+6
* clang-format: Add Mozilla brace breaking styleBirunthan Mohanathas2015-07-121-0/+46
* Add a missing dependency to unittests/Frontend.Adrian Prantl2015-07-101-0/+1
* clang-format: [JS] Assign proper penalties when breaking a type annotationDaniel Jasper2015-07-101-0/+4
* Add clang_free to libclang to free memory allocated in libclang.Yaron Keren2015-07-091-2/+2
* clang-format: Break after "for (" less eagerly.Daniel Jasper2015-07-071-0/+4
* clang-format: Don't wrap before the ] of a lambda introducer.Daniel Jasper2015-07-071-0/+5
* clang-format: [JS] Properly reset parse state after parsing interface.Daniel Jasper2015-07-061-0/+4
* clang-format: [JS] Prevent confusing TypeScript parameters wraps.Daniel Jasper2015-07-061-0/+3
* clang-format: Fix __attribute__ being treated as decl name.Daniel Jasper2015-07-061-0/+5
* Replace some const std::string & with llvm::StringRef or std::stringYaron Keren2015-07-063-26/+26
* Document problems when trying libclang tests on Windows 7.Yaron Keren2015-07-051-1/+2
* clang-format: Add MacroBlock{Begin,End} optionsBirunthan Mohanathas2015-07-031-0/+18
* clang-format: [JS] Allow line breaks after TypeScript type colons.Daniel Jasper2015-07-031-0/+2
* clang-format: [Java/JS] Properly support instanceof and its precedence.Daniel Jasper2015-07-031-0/+2
* clang-format: [JS] Treat regex literals like string literals.Daniel Jasper2015-07-021-0/+4
* clang-format: [JS] Skip comments when applying the regex-literal heuristicDaniel Jasper2015-07-021-0/+2
* When testing for anyOf(), the test should not be for an exact type match for ...Aaron Ballman2015-07-021-0/+4
* clang-format: [JS] Fix bug in regex literal parsing.Daniel Jasper2015-07-021-0/+1
* clang-format: [JS] Support regex literals at the start of a file.Daniel Jasper2015-07-021-0/+1
* clang-format: [JS] Fix character counting in template strings.Daniel Jasper2015-07-021-7/+7
* Implement an AST matcher for C++ exception catch handlers that can catch any ...Aaron Ballman2015-07-021-0/+4
* clang-format: Support member function reference qualifiers withDaniel Jasper2015-07-011-5/+8
* clang-format: Properly parse parenthesis in braced lists.Daniel Jasper2015-06-301-0/+2
* Add two missing arguments.Adrian Prantl2015-06-301-0/+2
* clang-format: Add option to break after definition return type for top-level ...Birunthan Mohanathas2015-06-291-9/+37
* clang-format: Don't indent relative to unary operators (some more).Daniel Jasper2015-06-291-4/+6
* clang-format: Support @autoreleasepool.Nico Weber2015-06-281-0/+21
* clang-format: [Proto] Don't treat "operator" as keyword.Daniel Jasper2015-06-251-0/+4
* clang-format: [JS] Support regex literals containing quotes (' and ").Daniel Jasper2015-06-241-0/+6
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-2212-12/+12
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-2212-12/+12
* Introduce a PCHContainerOperations interface (NFC).Adrian Prantl2015-06-201-0/+1
* clang-format: Make exception to AlwaysBreakBeforeMultilineStrings moreDaniel Jasper2015-06-191-0/+4
* clang-format: Better fix to detect elaborated enum return types.Daniel Jasper2015-06-191-0/+4
* clang-format: Row back on the AlwaysBreakBeforeMultilineStrings change.Daniel Jasper2015-06-181-4/+9
* clang-format: Better support functions with elaborated enum return types.Daniel Jasper2015-06-181-1/+13
* clang-format: [JS] Add a special case for indenting function literals.Daniel Jasper2015-06-181-0/+4
* clang-format: Make AlwaysBreakBeforeMultilineStrings more conservative.Daniel Jasper2015-06-181-15/+14
* clang-format: clang-format (NFC)Daniel Jasper2015-06-173-34/+33
* clang-format: Don't generate unnecessary replacements for \r\n line endings.Daniel Jasper2015-06-171-0/+7