summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-rename/FieldTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-rename] remove obsolete tests and apply fixes to existingKirill Bobyrev2016-07-161-17/+0
| | | | | | | | Few tests introduced by previous patch had obsolete counterparts. Applied fixes to {Dynamic|Static}CastExpr.cpp llvm-svn: 275681
* clang-rename tests: move the run lines to the top of the test filesMiklos Vajna2016-05-091-3/+3
| | | | | | | | | | Summary: To be consistent with the other tests. Reviewers: cfe-commits, klimek Differential Revision: http://reviews.llvm.org/D20059 llvm-svn: 268897
* clang-rename: when renaming a field, rename initializers of that field as wellMiklos Vajna2016-05-071-0/+17
Summary: The second check failed, the initializer wasn't renamed. Reviewers: cfe-commits, klimek Differential Revision: http://reviews.llvm.org/D19957 llvm-svn: 268857
OpenPOWER on IntegriCloud