Changes in src/AST/Attribute.cpp [0b57626:7e89526]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Attribute.cpp
r0b57626 r7e89526 28 28 auto end = name.find_last_not_of('_'); 29 29 if ( begin == std::string::npos || end == std::string::npos ) return ""; 30 30 31 31 // convert to lowercase 32 32 std::string ret;
Note:
See TracChangeset
for help on using the changeset viewer.