summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/ASTMatcher.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge ichecker branch changes into the mainline. New project can be found und...Wolfgang Beck2010-01-191-0/+66
* Fixed semantic check for ObjC fast-enumeration for-loops, then merged it with...Erik Verbruggen2010-01-111-3/+3
* Inital support for Q_D/Q_Q declarations.Roberto Raggi2009-11-301-0/+19
* Get rid off translationUnitRoberto Raggi2009-11-251-4/+1
* Introduced destructive pattern matching.Roberto Raggi2009-11-161-712/+1617
* Match the value of the literals.Roberto Raggi2009-11-131-0/+3
* Fixed parsing of ctor-initializers and added a manual test for the AST matchersRoberto Raggi2009-11-131-2/+3
* Pass the translation units to the matcher.Roberto Raggi2009-11-131-50/+8
* Also match the identifiers and the token types.Roberto Raggi2009-11-131-251/+264
* Fixed the generator.Roberto Raggi2009-11-131-2/+0
* New matchersRoberto Raggi2009-11-131-122/+1008
* Initial work on the pattern matcher for AST nodes.Roberto Raggi2009-11-121-0/+693