summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* Moved QualTypeNames.h from Tooling to AST.Ilya Biryukov2017-11-081-1/+1
* [clang-format] Handle unary operator overload with arguments and specifiersDaniel Jasper2017-11-061-0/+1
* [Tooling] Test internal::createExecutorFromCommandLineArgsImpl instead of the...Eric Liu2017-11-061-8/+8
* [Tooling] Fix linking of StandaloneToolExecutorPlugin.Eric Liu2017-11-031-7/+0
* [clang-format] Sort using-declarations case sensitively with a special case f...Krasimir Georgiev2017-11-031-43/+12
* [refactor][selection] canonicalize selected string literal to objcAlex Lorenz2017-11-021-0/+32
* [refactor][selection] code ranges can be selected in objc methodsAlex Lorenz2017-11-011-0/+76
* [refactor] select the entire DeclStmt if one ifs decls is selectedAlex Lorenz2017-10-311-0/+56
* [clang-format] Handle CRLF correctly when formatting escaped newlinesKrasimir Georgiev2017-10-301-4/+30
* [clang-format] Format raw string literalsKrasimir Georgiev2017-10-303-0/+748
* [refactor] Describe refactorings in the operation classesAlex Lorenz2017-10-271-1/+27
* [CrossTU] Fix handling of Cross Translation Unit directory pathGabor Horvath2017-10-271-3/+23
* Add objcCategoryImplDecl matcherDave Lee2017-10-261-1/+7
* Try to fix warnings and windows test failures caused by r316653Eric Liu2017-10-261-9/+9
* [Tooling] A new framework for executing clang frontend actions.Eric Liu2017-10-262-0/+229
* Allow StmtPrinter to supress implicit 'this' and 'self' base expressionsAlex Lorenz2017-10-261-7/+67
* [rename] support renaming class member.Haojian Wu2017-10-252-0/+230
* [rename] Don't overwrite the template argument when renaming a template funct...Haojian Wu2017-10-231-0/+19
* [clang-format] Sort whole block of using declarations while partially formattingKrasimir Georgiev2017-10-181-2/+30
* [refactor] Add a doc comment to the test function in the selectionAlex Lorenz2017-10-181-0/+5
* [refactor] selection: new CodeRangeASTSelection represents a set of selectedAlex Lorenz2017-10-181-7/+193
* [clang-rename] Rename alias.Haojian Wu2017-10-182-0/+305
* [ASTImporter] Import SubStmt of CaseStmtGabor Horvath2017-10-181-0/+13
* [clang-rename] Rename enum.Haojian Wu2017-10-172-0/+190
* [refactor] allow the use of refactoring diagnosticsAlex Lorenz2017-10-161-6/+7
* Recommit r315738 "[clang-refactor] Apply source replacements"Alex Lorenz2017-10-162-0/+38
* [clang-rename] Add function unit tests.Haojian Wu2017-10-163-0/+557
* [clang-format] Break non-trailing comments, try 2Krasimir Georgiev2017-10-162-0/+88
* [Lex] Avoid out-of-bounds dereference in SkipLineCommentAlex Lorenz2017-10-141-0/+5
* Revert "[ADT] Make Twine's copy constructor private."Zachary Turner2017-10-111-7/+7
* [ADT] Make Twine's copy constructor private.Zachary Turner2017-10-111-7/+7
* [clang-rename] Add more unittest.Haojian Wu2017-10-111-0/+118
* [clang-rename] Don't add prefix qualifiers to the declaration and definition ...Haojian Wu2017-10-111-14/+10
* Reorder.NAKAMURA Takumi2017-10-111-1/+1
* ClangCodeGenTests: Update libdeps in rL315392, +clangAST.NAKAMURA Takumi2017-10-111-0/+1
* Include getting generated struct offsets in CodegenABITypesAdrian Prantl2017-10-102-0/+303
* Add std::move in RefactoringActionRulesTest.cppAlex Lorenz2017-10-021-1/+1
* [refactor] Simplify the refactoring interfaceAlex Lorenz2017-10-021-72/+57
* [clang-format] Fix regression about short functions after #elseKrasimir Georgiev2017-10-021-0/+10
* clang-format/java: Unbreak genenrics formatting after r299952.Nico Weber2017-09-271-0/+5
* [clang-format] Fix FixNamespaceComments when BraceWrapping AfterNamespace is ...Marek Kurdej2017-09-271-5/+18
* [clang-format] Adjust space around &/&& of structured bindingsChih-Hung Hsieh2017-09-271-9/+44
* clang-format/java: Always put space after `assert` keyword.Nico Weber2017-09-251-0/+1
* Commit missing fixes for tool_file_renameReid Kleckner2017-09-233-7/+7
* Add Cross Translation Unit support libraryGabor Horvath2017-09-223-0/+155
* [clang-format] Ignore case and stable sort using-declarationsKrasimir Georgiev2017-09-221-0/+71
* [PCH] Fixed preamble breaking with BOM presence (and particularly, fluctuatin...Cameron Desrochers2017-09-201-0/+44
* Fix clang-format's detection of structured bindings.Manuel Klimek2017-09-201-0/+5
* Fix formatting of lambda introducers with initializers.Manuel Klimek2017-09-191-0/+2
* [clang-format] New flag - BraceWrapping.AfterExternBlockKrasimir Georgiev2017-09-151-1/+37