Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Refactoring


Hi people,

I'm attempting to rename a variable declared inside an anonymous namespace:

namespace {
  X *foo;
}

This all goes fine, but CDT first scans every single source file in my project (~10k), which takes an annoyingly long time (10-15 seconds). Isn't that pretty unnecessary, given that the variable is only visible in the current source file?

--
Jesper Eskilson, Developer
IAR Systems AB
Box 23051, Strandbodgatan 1
SE-750 23 Uppsala, SWEDEN
Phone: +46 18 16 78 00 Fax: +46 18 16 78 38
E-mail: jesper.eskilson@xxxxxxx Website: www.iar.com
Twitter: www.twitter.com/iarsystems



Back to the top