Revision 7c9a1e2...

Go back to digest for 9th January 2011

Bug Fixes in Development Tools

svenbrauch at googlemail dot com committed changes in [KDevelop-Python/fastparser] /:

All ranges should be fine now, just off-by-one errors left to fix.

Most of the work is now done by the python parser, which keeps our code
nice and clean. It's a bit ugly to copy ranges from and to identifiers,
like we do a lot, but it's necessary, and the code generator makes it
easy.

File Changes

Modified 5 files
  •   /CMakeLists.txt
  •   /parser/astbuilder.cpp
  •   /parser/astbuilder.h
  •   /parser/conversionGenerator.py
  •   /duchain/tests/pyduchaintest.cpp
5 files changed in total