hanchenye-llvm-project/clang/unittests
Edwin Vane 0a4836ed0e New ASTMatchers and enhancement to hasOverloadedOperatorName
Added two new narrowing matchers:
* hasMethod: aplies a matcher to a CXXRecordDecl's methods until a match is made
  or there are no more methods.
* hasCanonicalType: applies a matcher to a QualType's canonicalType.

Enhanced hasOverloadedOperatorName to work on CXXMethodDecl as well as
CXXOperatorCallExpr.

Updated tests and docs.

Reviewers: klimek, gribozavr
llvm-svn: 176556
2013-03-06 17:02:57 +00:00
..
AST Comment parsing: refactor handling of command markers in AST 2013-03-04 23:06:15 +00:00
ASTMatchers New ASTMatchers and enhancement to hasOverloadedOperatorName 2013-03-06 17:02:57 +00:00
Basic [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the 2013-02-24 00:05:14 +00:00
Format Make sure to not split string literals at the first character. 2013-03-04 20:03:38 +00:00
Frontend Nuke SetUpBuildDumpLog. 2013-01-20 01:58:28 +00:00
Lex For ModuleLoader::makeModuleVisible() also pass the source location where the 2013-02-01 16:36:12 +00:00
Tooling CommandLineArgumentParser: handle single quotes. 2013-03-02 06:00:16 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00