summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAgeFilesLines
* ASTTests, ASTMatchersTests: Move clangEdit before clangAst in USEDLIB.NAKAMURA Takumi2012-12-042-2/+2
* Untabify (in USEDLIBS, Makefile(s)).NAKAMURA Takumi2012-12-042-2/+2
* clang/Lex: [CMake] Update CMakefiles since r169229.NAKAMURA Takumi2012-12-041-1/+1
* Refactor recording the preprocessor conditional directive regions out ofArgyrios Kyrtzidis2012-12-041-22/+23
* Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis2012-12-041-0/+49
* Initial version of formatting library.Daniel Jasper2012-12-034-0/+373
* Make hasDeclaration work for enums.Daniel Jasper2012-12-031-0/+6
* Update unit tests not to rely on transitive includes.Benjamin Kramer2012-12-011-0/+1
* Fix unit tests for ModuleLoader change in r168961.Douglas Gregor2012-11-304-16/+20
* Remove out-of-date comment.Richard Smith2012-11-291-3/+0
* ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Remove i128 stuff....NAKAMURA Takumi2012-11-291-14/+2
* ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 acco...NAKAMURA Takumi2012-11-291-4/+12
* Allow an ASTConsumer to selectively skip function bodies while parsing. PatchRichard Smith2012-11-271-0/+24
* Fix partial-match-bind-behavior with forEachDescendant() matchers.Daniel Jasper2012-11-161-0/+16
* clang/unittests: Fixup corresponding to Doug's r168136.NAKAMURA Takumi2012-11-164-4/+4
* Do not use data recursion in ASTMatchFinder.Daniel Jasper2012-11-151-0/+19
* Fix binding of nodes in case of forEach..() matchers.Daniel Jasper2012-11-112-1/+12
* Fix a source range regression in C++ new expressions with call initializers.David Blaikie2012-11-081-0/+6
* Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...Abramo Bagnara2012-11-081-1/+18
* Fixed range of implicit MemberExpr.Abramo Bagnara2012-11-081-0/+8
* Test for source location range of new expressions fixed in r167507.David Blaikie2012-11-071-0/+6
* Add unit tests for source locations of AST nodes.Manuel Klimek2012-11-062-0/+253
* Escape trigraphs in unittest.Benjamin Kramer2012-11-031-6/+4
* Insert interception point onStartOfTranslationUnit.Manuel Klimek2012-11-021-0/+21
* Make the FilenameRange of the InclusionDirective callback more accurate,Argyrios Kyrtzidis2012-11-012-0/+249
* Implement descendant matchers for NestedNamespecifiersDaniel Jasper2012-10-301-0/+88
* Fix ASTMatchersTests to not create an overloaded-virtual warning.Daniel Jasper2012-10-292-4/+11
* Implement has(), hasDescendant(), forEach() and forEachDescendant() forDaniel Jasper2012-10-291-52/+113
* unittests/ToolingTest.cpp: Suppress newFrontendActionFactory.InjectsEndOfSour...NAKAMURA Takumi2012-10-251-0/+2
* Adds the possibility to inject a callback that's called after each translatio...Manuel Klimek2012-10-251-0/+30
* Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor2012-10-243-10/+8
* Update unit tests for HeaderSearch changeDouglas Gregor2012-10-243-5/+13
* Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.Manuel Klimek2012-10-242-2/+42
* Tweak include orderDouglas Gregor2012-10-231-1/+1
* Buildbot debugging is funDouglas Gregor2012-10-232-4/+7
* One last unit-test fixDouglas Gregor2012-10-231-1/+2
* More unit-test fixesDouglas Gregor2012-10-234-0/+4
* Fixup unit tests for DiagnosticOptions changeDouglas Gregor2012-10-234-4/+4
* Make hasDeclaration() matcher work inside the memberExpr() matcher.Daniel Jasper2012-10-231-0/+9
* Implements the thisExpr matcher.Manuel Klimek2012-10-231-0/+7
* Implement hasParent()-matcher.Daniel Jasper2012-10-221-0/+12
* [doc parsing] use getParamName to access parameter Fariborz Jahanian2012-10-181-2/+2
* Patch for decl printer test of objective-c methods.Fariborz Jahanian2012-10-181-6/+36
* Fix tests, which accidentally matched implicit code on specificDaniel Jasper2012-10-171-26/+44
* First version of matchers for Types and TypeLocs.Daniel Jasper2012-10-171-2/+181
* Fix the handling of target options in our unit tests.Douglas Gregor2012-10-173-12/+17
* structured document comment: patch to provide comment for overriding functionFariborz Jahanian2012-10-151-1/+1
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-101-1/+1
* CompilationDatabaseTest: Fix another Windows path issue.Daniel Jasper2012-10-081-2/+6
* CompilationDatabase: Use //net paths for tests, as they should beDaniel Jasper2012-10-081-40/+42