Revision 23c67db...

Go back to digest for 16th January 2011

Bug Fixes in Development Tools

David Nolden committed changes in [KDevelop] /languages/cpp/parser:

Properly skip hexadecimal numbers in pp_skip_number.
The problem is that everything starting at the "x" is pre-tokenized into one IndexedString by tokenizeFromByteArray, so we have to handle the case that the input is not a single character.

File Changes

Modified 2 files
  • /languages/cpp/parser
  •   /rpp/pp-scanner.cpp
  •   /tests/test_parser.cpp
2 files changed in total