summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Don't build the libclang tests unless you're building libclangChris Bieneman2015-12-041-1/+1
* Add a narrowing AST matcher that matches on a FunctionDecl with a non-throwin...Aaron Ballman2015-12-021-0/+9
* Traverse the NestedNameSpecifier(Loc) of NamespaceAliasDecls.Daniel Jasper2015-12-021-0/+2
* Avoid picking up system headers in unittest by providing a fake libstdc++ wit...Benjamin Kramer2015-12-011-2/+4
* clang-format: Make it possible to turn off comment reflowing.Daniel Jasper2015-12-011-0/+8
* clang-format: treat Q_SIGNALS as an access modifierDaniel Jasper2015-12-011-3/+13
* This fixes https://llvm.org/bugs/show_bug.cgi?id=25329, as well asDaniel Jasper2015-12-011-1/+55
* Add --gcc-toolchain= to one of the libclang unitests to fix issue related to Samuel Antao2015-11-301-1/+2
* clang-format: Re-add code path deleted in r253873 and add missing test.Daniel Jasper2015-11-231-0/+1
* Add an AST matcher for narrowing when a type is volatile-qualified.Aaron Ballman2015-11-231-0/+9
* clang-format: Fix incorrect cast detection.Daniel Jasper2015-11-231-0/+1
* clang-format: If the template list of a variable declaration spansDaniel Jasper2015-11-231-1/+2
* clang-format: Make moving of the Cursor work properly when sorting #includes.Daniel Jasper2015-11-231-0/+20
* Fix calculation of shifted cursor/code positions. Specifically supportDaniel Jasper2015-11-231-6/+15
* clang-format: Make sorting includes respect // clang-format offDaniel Jasper2015-11-211-0/+19
* clang-format: [JS] Make AllowShortFunctionsOnASingle line value "Empty"Daniel Jasper2015-11-201-0/+6
* clang-format: [JS] Properly add a space after "in" in for loops.Daniel Jasper2015-11-201-0/+5
* clang-format: [JS] struct and union aren't keywords / reserved words.Daniel Jasper2015-11-201-0/+2
* clang-format: Don't use incorrect space in macro calls with operators.Daniel Jasper2015-11-201-0/+2
* clang-format: [Proto] Support extending message.Daniel Jasper2015-11-201-0/+5
* Removing the AST matcher test for thread_local storage duration. Not all plat...Aaron Ballman2015-11-181-5/+5
* Re-committing r253473 after hopefully fixing the bot breakage. There was a co...Aaron Ballman2015-11-181-0/+23
* Reverting r253473 while I investigate build bot failures.Aaron Ballman2015-11-181-23/+0
* Adding AST matchers for VarDecl storage durations. Can now determine whether ...Aaron Ballman2015-11-181-0/+23
* [libclang] Add entry points that take a full command line including argv[0].Benjamin Kramer2015-11-181-0/+26
* [CUDA] Make CUDA compilation usable by default.Artem Belevich2015-11-171-0/+1
* clang-format: Enable #include sorting by default.Daniel Jasper2015-11-162-0/+12
* Adjust printQualifiedName to handle unscoped enums in a way similar to anonym...Alexander Kornienko2015-11-091-0/+42
* Make ArgumentAdjuster aware of the current file being processed.Alexander Kornienko2015-11-051-1/+1
* Make hasLHS and hasRHS matchers available for ArraySubscriptExprAlexander Kornienko2015-11-021-0/+5
* clang-format: Simplify and improve stop condition for formattingDaniel Jasper2015-11-021-0/+21
* clang-format: Be slightly more cautious when formatting subsequent lines afte...Daniel Jasper2015-11-011-0/+21
* Add "equalsNode" for types and "isCopyAssignmentOperator" matchers.Angel Garcia Gomez2015-10-301-0/+29
* Format: support inline namespacesSaleem Abdulrasool2015-10-301-0/+7
* clang-format: [JS] Add goog.setTestOnly to the list of stuff thatDaniel Jasper2015-10-291-0/+2
* clang-format: When a line is formatted, also format subsequence lines if thei...Daniel Jasper2015-10-281-8/+18
* Minor fix in ToolChainTest.cpp to allow user defined GCC toolchain.Samuel Antao2015-10-271-4/+4
* clang-format: Undo unwanted format change done in r251405.Daniel Jasper2015-10-271-0/+5
* clang-format: Add an additional value to AlignAfterOpenBracket: AlwaysBreak.Daniel Jasper2015-10-272-56/+82
* clang-format: Fix false positive in cast detection.Daniel Jasper2015-10-261-0/+5
* [AST] Re-add TypeLocs and NestedNameSpecifierLocs to the ParentMap.Benjamin Kramer2015-10-233-4/+23
* [Tooling] Add a utility function to replace one nested name with another.Benjamin Kramer2015-10-222-0/+109
* clang-format: Teach --sort-includes to interleave #include and #import.Nico Weber2015-10-211-0/+9
* Shrink DynTypedNode by one pointer from 40 to 32 bytes (on x86_64).Benjamin Kramer2015-10-211-2/+2
* Revert "[AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap."Benjamin Kramer2015-10-213-23/+5
* [AST] Put TypeLocs and NestedNameSpecifierLocs into the ParentMap.Benjamin Kramer2015-10-203-5/+23
* Roll-back r250822.Angel Garcia Gomez2015-10-206-7/+7
* Apply modernize-use-default to clang.Angel Garcia Gomez2015-10-206-7/+7
* Revert accidental commit. This isn't ready yet.Benjamin Kramer2015-10-201-1/+0
* Put back dead code that's used out-of-tree.Benjamin Kramer2015-10-201-0/+1