Changes in src/AST/Attribute.cpp [7e89526:0b57626]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/AST/Attribute.cpp
r7e89526 r0b57626 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.