hanchenye-llvm-project/clang/include
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
..
clang New ASTMatchers and enhancement to hasOverloadedOperatorName 2013-03-06 17:02:57 +00:00
clang-c Revert r175912, "Add support for coldcc to clang" at John's request. 2013-02-23 00:06:18 +00:00
CMakeLists.txt
Makefile