Torque3D/Engine/source/core/strings
Phillip Khandeliants 1b4f238a25 Fixed V610: Undefined behavior
In an arithmetic expression, all the variables whose values can be represented with type 'int' will be promoted to this type. Therefore, the result of the '~mask' expression is a negative number. By the C++ standard, shifting a negative number to the left leads to an undefined behavior.
2017-04-27 12:13:05 +03:00
..
findMatch.cpp Simple pass over the codebase to standardize the platform types. 2013-08-04 16:26:01 -05:00
findMatch.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
stringFunctions.cpp Removes bits of code and includes that are based on old 360, xbox and PS3 flags that are no longer needed. 2017-04-08 20:30:57 -05:00
stringFunctions.h Removes bits of code and includes that are based on old 360, xbox and PS3 flags that are no longer needed. 2017-04-08 20:30:57 -05:00
stringUnit.cpp Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
stringUnit.h Engine directory for ticket #1 2012-09-19 11:15:01 -04:00
unicode.cpp Fixed V610: Undefined behavior 2017-04-27 12:13:05 +03:00
unicode.h Rename the memory allocating versions to make prev error less likely 2015-01-26 16:52:06 -05:00