llvm-project/clang/lib
Manuel Klimek ce28f9ebd3 Add forEachArgumentWithParam AST matcher.
The new matcher allows users to provide a matcher for both the argument
of a CallExpr/CxxConstructExpr a well as the ParmVarDecl of the
argument.

Patch by Felix Berger.

Differential Revision: http://reviews.llvm.org/D13845

llvm-svn: 258042
2016-01-18 11:20:09 +00:00
..
ARCMigrate Fix funciton->function typo. 2015-12-16 23:10:46 +00:00
AST [MS ABI] Don't crash while mangling recursive lambdas 2016-01-17 07:09:24 +00:00
ASTMatchers Add forEachArgumentWithParam AST matcher. 2016-01-18 11:20:09 +00:00
Analysis Use range-based for loop to avoid the need for calculating an array size. NFC 2015-11-30 03:11:12 +00:00
Basic Add OpenMP dist_schedule clause to distribute directive and related regression tests. 2016-01-15 18:50:31 +00:00
CodeGen Introduce -fsanitize-stats flag. 2016-01-16 00:31:22 +00:00
Driver [Cygwin] Use -femulated-tls by default since r257718 introduced the new pass. 2016-01-16 03:44:52 +00:00
Edit [Bugfix] Fix ICE on constexpr vector splat. 2016-01-13 01:52:39 +00:00
Format clang-format: Fix incorrectly enforced linebreak with ColumnLimit 0. 2016-01-14 13:36:46 +00:00
Frontend Introduce -fsanitize-stats flag. 2016-01-16 00:31:22 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [PPC] Add long long/double support for vec_cts, vec_ctu and vec_ctf 2016-01-08 02:00:48 +00:00
Index Roll-back r250822. 2015-10-20 13:23:58 +00:00
Lex When copying whitespace flags from the token naming a macro argument onto the 2016-01-15 03:24:18 +00:00
Parse OpaquePtr: Use nullptr construction for ParsedType OpaquePtr typedef 2016-01-15 23:43:34 +00:00
Rewrite Roll-back r250822. 2015-10-20 13:23:58 +00:00
Sema Introduce -fsanitize-stats flag. 2016-01-16 00:31:22 +00:00
Serialization Add OpenMP dist_schedule clause to distribute directive and related regression tests. 2016-01-15 18:50:31 +00:00
StaticAnalyzer [analyzer] Fix an off-by-one in evalIntegralCast() 2016-01-18 10:17:16 +00:00
Tooling Add fall-back mode for clang tools. 2015-12-03 10:38:53 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00