summaryrefslogtreecommitdiff
path: root/unittests
Commit message (Expand)AuthorAge
* Fix a source range regression in C++ new expressions with call initializers.David Blaikie2012-11-08
* Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...Abramo Bagnara2012-11-08
* Fixed range of implicit MemberExpr.Abramo Bagnara2012-11-08
* Test for source location range of new expressions fixed in r167507.David Blaikie2012-11-07
* Add unit tests for source locations of AST nodes.Manuel Klimek2012-11-06
* Escape trigraphs in unittest.Benjamin Kramer2012-11-03
* Insert interception point onStartOfTranslationUnit.Manuel Klimek2012-11-02
* Make the FilenameRange of the InclusionDirective callback more accurate,Argyrios Kyrtzidis2012-11-01
* Implement descendant matchers for NestedNamespecifiersDaniel Jasper2012-10-30
* Fix ASTMatchersTests to not create an overloaded-virtual warning.Daniel Jasper2012-10-29
* Implement has(), hasDescendant(), forEach() and forEachDescendant() forDaniel Jasper2012-10-29
* unittests/ToolingTest.cpp: Suppress newFrontendActionFactory.InjectsEndOfSour...NAKAMURA Takumi2012-10-25
* Adds the possibility to inject a callback that's called after each translatio...Manuel Klimek2012-10-25
* Teach the preprocessor to hold onto the preprocessor options.Douglas Gregor2012-10-24
* Update unit tests for HeaderSearch changeDouglas Gregor2012-10-24
* Adds the possibility to run ASTMatchFinder over arbitrary AST nodes.Manuel Klimek2012-10-24
* Tweak include orderDouglas Gregor2012-10-23
* Buildbot debugging is funDouglas Gregor2012-10-23
* One last unit-test fixDouglas Gregor2012-10-23
* More unit-test fixesDouglas Gregor2012-10-23
* Fixup unit tests for DiagnosticOptions changeDouglas Gregor2012-10-23
* Make hasDeclaration() matcher work inside the memberExpr() matcher.Daniel Jasper2012-10-23
* Implements the thisExpr matcher.Manuel Klimek2012-10-23
* Implement hasParent()-matcher.Daniel Jasper2012-10-22
* [doc parsing] use getParamName to access parameter Fariborz Jahanian2012-10-18
* Patch for decl printer test of objective-c methods.Fariborz Jahanian2012-10-18
* Fix tests, which accidentally matched implicit code on specificDaniel Jasper2012-10-17
* First version of matchers for Types and TypeLocs.Daniel Jasper2012-10-17
* Fix the handling of target options in our unit tests.Douglas Gregor2012-10-17
* structured document comment: patch to provide comment for overriding functionFariborz Jahanian2012-10-15
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-10
* CompilationDatabaseTest: Fix another Windows path issue.Daniel Jasper2012-10-08
* CompilationDatabase: Use //net paths for tests, as they should beDaniel Jasper2012-10-08
* FileNameMatchTrie: Use StringRef instead of Twines where possible.Daniel Jasper2012-10-08
* Support symlinks and relative paths in complilation databases.Daniel Jasper2012-10-08
* Fix ASTMatchersTests in configurations whereDaniel Jasper2012-10-01
* Add matchers for selected C++11 features.Daniel Jasper2012-10-01
* Fix refersToDeclaration()-matcher and add missing test case. This wasDaniel Jasper2012-09-29
* Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko2012-09-29
* unittests/AST/StmtPrinterTest.cpp: Suppress a LP64-assumed test, "0x100000000...NAKAMURA Takumi2012-09-24
* As a followup for r164303, add some tests for printing literals that testDmitri Gribenko2012-09-23
* Add some matchers for basic AST nodes.Daniel Jasper2012-09-20
* Fix isDerivedFrom matcher.Daniel Jasper2012-09-18
* Add missing matcher for C-style cast expressions.Daniel Jasper2012-09-18
* Make all VariadicDynCast-Expr-matchers StatementMatchersDaniel Jasper2012-09-18
* Comment parsing: don't parse comment marker followed by a digit as a commandDmitri Gribenko2012-09-14
* Create initial support for matching and binding NestedNameSpecifier(Loc)s.Daniel Jasper2012-09-13
* Rename isA to isSameOrDerivedFrom.Daniel Jasper2012-09-12
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-10
* Change the behavior of the isDerivedFrom-matcher to not match on theDaniel Jasper2012-09-07