llvm-project/clang-tools-extra/cpp11-migrate/AddOverride
Edwin Vane 99f8042e74 cpp11-migrate: Add option to detect and use macros that expand to 'override'
Added a new option -override-macros which causes the, the add-override
transform to detect macros that expand to 'override' (like LLVM_OVERRIDE) and
use these macros instead of the override keyword directly.

llvm-svn: 183001
2013-05-31 13:20:24 +00:00
..
AddOverride.cpp cpp11-migrate: Add option to detect and use macros that expand to 'override' 2013-05-31 13:20:24 +00:00
AddOverride.h cpp11-migrate: Add option to detect and use macros that expand to 'override' 2013-05-31 13:20:24 +00:00
AddOverrideActions.cpp cpp11-migrate: Add option to detect and use macros that expand to 'override' 2013-05-31 13:20:24 +00:00
AddOverrideActions.h cpp11-migrate: Add option to detect and use macros that expand to 'override' 2013-05-31 13:20:24 +00:00
AddOverrideMatchers.cpp Adding the AddOverride transform for cpp11-migrate 2013-04-09 20:49:49 +00:00
AddOverrideMatchers.h Adding the AddOverride transform for cpp11-migrate 2013-04-09 20:49:49 +00:00