Added tests for the InsertionPointLocator and fixed bugs.

This commit is contained in:
Erik Verbruggen
2010-07-28 12:09:50 +02:00
parent aec36eec7c
commit a8179152c9
7 changed files with 347 additions and 65 deletions

View File

@@ -1,3 +1,13 @@
TEMPLATE = subdirs
SUBDIRS = shared ast semantic lookup preprocessor findusages typeprettyprinter codeformatter
CONFIG += ordered
SUBDIRS = \
shared \
ast \
semantic \
lookup \
preprocessor \
findusages \
typeprettyprinter \
codeformatter \
codegen