aboutsummaryrefslogtreecommitdiff
path: root/unittests
AgeCommit message (Expand)Author
2012-12-04Introduce CompilationDatabase::getAllCompileCommands() that returns allArgyrios Kyrtzidis
2012-12-03Initial version of formatting library.Daniel Jasper
2012-12-03Make hasDeclaration work for enums.Daniel Jasper
2012-12-01Update unit tests not to rely on transitive includes.Benjamin Kramer
2012-11-30Fix unit tests for ModuleLoader change in r168961.Douglas Gregor
2012-11-29Remove out-of-date comment.Richard Smith
2012-11-29ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Remove i128 stuff....NAKAMURA Takumi
2012-11-29ASTTests/StmtPrinterTest/StmtPrinter.TestMSIntegerLiteral: Suppress i128 acco...NAKAMURA Takumi
2012-11-27Allow an ASTConsumer to selectively skip function bodies while parsing. PatchRichard Smith
2012-11-16Fix partial-match-bind-behavior with forEachDescendant() matchers.Daniel Jasper
2012-11-16clang/unittests: Fixup corresponding to Doug's r168136.NAKAMURA Takumi
2012-11-15Do not use data recursion in ASTMatchFinder.Daniel Jasper
2012-11-11Fix binding of nodes in case of forEach..() matchers.Daniel Jasper
2012-11-08Fix a source range regression in C++ new expressions with call initializers.David Blaikie
2012-11-08Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...Abramo Bagnara
2012-11-08Fixed range of implicit MemberExpr.Abramo Bagnara
2012-11-07Test for source location range of new expressions fixed in r167507.David Blaikie
2012-11-06Add unit tests for source locations of AST nodes.Manuel Klimek
2012-11-03Escape trigraphs in unittest.Benjamin Kramer
2012-11-02Insert interception point onStartOfTranslationUnit.Manuel Klimek
2012-11-01Make the FilenameRange of the InclusionDirective callback more accurate,Argyrios Kyrtzidis
2012-10-30Implement descendant matchers for NestedNamespecifiersDaniel Jasper
2012-10-29Fix ASTMatchersTests to not create an overloaded-virtual warning.Daniel Jasper
2012-10-29Implement has(), hasDescendant(), forEach() and forEachDescendant() forDaniel Jasper
2012-10-25unittests/ToolingTest.cpp: Suppress newFrontendActionFactory.InjectsEndOfSour...NAKAMURA Takumi
2012-10-25Adds the possibility to inject a callback that's called after each translatio...Manuel Klimek
2012-10-24Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor
2012-10-24Update unit tests for HeaderSearch changeDouglas Gregor
2012-10-24Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.Manuel Klimek
2012-10-23Tweak include orderDouglas Gregor
2012-10-23Buildbot debugging is funDouglas Gregor
2012-10-23One last unit-test fixDouglas Gregor
2012-10-23More unit-test fixesDouglas Gregor
2012-10-23Fixup unit tests for DiagnosticOptions changeDouglas Gregor
2012-10-23Make hasDeclaration() matcher work inside the memberExpr() matcher.Daniel Jasper
2012-10-23Implements the thisExpr matcher.Manuel Klimek
2012-10-22Implement hasParent()-matcher.Daniel Jasper
2012-10-18[doc parsing] use getParamName to access parameter Fariborz Jahanian
2012-10-18Patch for decl printer test of objective-c methods.Fariborz Jahanian
2012-10-17Fix tests, which accidentally matched implicit code on specificDaniel Jasper
2012-10-17First version of matchers for Types and TypeLocs.Daniel Jasper
2012-10-17Fix the handling of target options in our unit tests.Douglas Gregor
2012-10-15structured document comment: patch to provide comment for overriding functionFariborz Jahanian
2012-10-10[Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian
2012-10-08CompilationDatabaseTest: Fix another Windows path issue.Daniel Jasper
2012-10-08CompilationDatabase: Use //net paths for tests, as they should beDaniel Jasper
2012-10-08FileNameMatchTrie: Use StringRef instead of Twines where possible.Daniel Jasper
2012-10-08Support symlinks and relative paths in complilation databases.Daniel Jasper
2012-10-01Fix ASTMatchersTests in configurations whereDaniel Jasper
2012-10-01Add matchers for selected C++11 features.Daniel Jasper