Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Output: Drop functions with rvalue reference types from gccxml output | Brad King | 2014-04-11 | 1 | -0/+1 |
Improve support for -std=c++11 with --castxml-gccxml by dropping all functions and class methods whose signature contains a rvalue reference. This subsumes the previous check for implicit move constructors and implicit move assignment operators and extends it to explicitly written declarations too. Add test cases to verify that such declarations are excluded from the output. |