summaryrefslogtreecommitdiffstats
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
...
* [refactor] add clang-refactor tool with initial testing support andAlex Lorenz2017-09-141-7/+13
* Use the VFS from the CompilerInvocation by defaultRaphael Isemann2017-09-122-0/+75
* Fix GCC build error and warnings from r313025Alex Lorenz2017-09-121-1/+7
* [refactor] add a refactoring action rule that returns symbol occurrencesAlex Lorenz2017-09-121-0/+46
* clang-format: [JS] wrap and indent `goog.setTestOnly` calls.Martin Probst2017-09-111-2/+6
* [PCH] Allow VFS to be used for tests that generate PCH filesCameron Desrochers2017-09-112-0/+157
* [clang-format] Fixed one-line if statementKrasimir Georgiev2017-09-111-0/+79
* Add objcImplementationDecl matcherDave Lee2017-09-101-0/+3
* [clang-format] Add support for C++17 structured bindings.Marek Kurdej2017-09-071-0/+25
* Replacing "or" with "||" to appease MSVC.Aaron Ballman2017-09-061-1/+1
* [AST] Add TableGen for StmtDataCollectorsJohannes Altmanninger2017-09-061-1/+1
* [AST] Traverse CXXOperatorCallExpr in LexicallyOrderedRecursiveASTVisitorJohannes Altmanninger2017-09-061-8/+72
* [AST] Traverse templates in LexicallyOrderedRecursiveASTVisitorJohannes Altmanninger2017-09-061-4/+26
* clang-format: Fix indentation of macros in include guards (after r312125).Daniel Jasper2017-09-041-1/+9
* clang-format: Fix formatting of for loops with multiple increments.Daniel Jasper2017-09-031-0/+4
* [refactor] Use a RefactoringResultConsumer instead of tagged refactoringAlex Lorenz2017-09-011-16/+29
* Disable clang-format's MemoizationTest as it becomes prohibitive with EXPENSI...David Blaikie2017-08-311-0/+5
* [analyzer] Performance optimizations for the CloneCheckerRaphael Isemann2017-08-311-2/+4
* Avoid 'size_t' typedef in the unittest ObjC codeAlex Lorenz2017-08-301-3/+3
* Recommit r312127: [refactor] AST selection tree should contain syntacticAlex Lorenz2017-08-302-1/+140
* Revert r312127 as the ObjC unittest code fails to compile on LinuxAlex Lorenz2017-08-301-136/+0
* [refactor] AST selection tree should contain syntactic formAlex Lorenz2017-08-301-0/+136
* clang-format: Add preprocessor directive indentationKrasimir Georgiev2017-08-302-3/+179
* [refactor] Examine the whole range for ObjC @implementation declsAlex Lorenz2017-08-301-0/+19
* [clang-format] Do not format likely xmlKrasimir Georgiev2017-08-292-0/+18
* [clang-format] Fixed typedef enum brace wrappingKrasimir Georgiev2017-08-291-0/+26
* clang-format: [JS] simplify template string wrapping.Martin Probst2017-08-291-16/+12
* Use class to pass information about executable nameSerge Pavlov2017-08-292-0/+97
* Avoid missing std error code in RefactoringActionRulesTest.cppAlex Lorenz2017-08-281-2/+2
* [refactor] initial support for refactoring action rulesAlex Lorenz2017-08-282-0/+166
* ClangCodeGenTests: Update libdeps.NAKAMURA Takumi2017-08-271-0/+1
* Add forgotten file in r311844.Vassil Vassilev2017-08-271-0/+174
* D34059: Get the file name for the symbol from the Module, not the SourceManager.Vassil Vassilev2017-08-271-0/+1
* [Format] Invert nestingAndIndentLevel pair in WhitespaceManager used forDaniel Jasper2017-08-251-0/+10
* [Frontend] Fix printing policy for AST context loaded from fileVedant Kumar2017-08-252-0/+88
* [Basic] Add a DiagnosticError llvm::ErrorInfo subclassAlex Lorenz2017-08-251-0/+22
* [clang-format] Emit absolute splits before lines for comments, try 2Krasimir Georgiev2017-08-241-0/+18
* Fix use-after-free in Clang's ASTSelection unittestAlex Lorenz2017-08-241-258/+271
* [refactor] Add the AST source selection componentAlex Lorenz2017-08-243-0/+627
* Revert "[clang-format] Break non-trailing block comments"Krasimir Georgiev2017-08-241-16/+0
* [analyzer] Make StmtDataCollector customizableJohannes Altmanninger2017-08-232-0/+174
* Revert "[clang-format] Emit absolute splits before lines for comments"Krasimir Georgiev2017-08-231-17/+0
* [clang-format] Emit absolute splits before lines for commentsKrasimir Georgiev2017-08-231-0/+17
* [clang-format] Align trailing comments if ColumnLimit is 0Krasimir Georgiev2017-08-231-0/+7
* [clang-format] Break non-trailing block commentsKrasimir Georgiev2017-08-221-0/+16
* PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith2017-08-161-20/+29
* clang-format: [JS] wrap optional properties in type aliases.Martin Probst2017-08-141-0/+4
* clang-format: [JS] do not insert whitespace in call positions.Martin Probst2017-08-141-7/+13
* clang-format: Fix left pointer alignment after delctype/typeofKrasimir Georgiev2017-08-141-3/+4
* [Lexer] Finding beginning of token with escaped new lineAlexander Kornienko2017-08-101-0/+53