Andrew Sutton a écrit : > Is there any way to get the text of a token, regardless of its kind? > Like '>' or '=', or 'Foo' if Foo is an identifier. > > Andrew Sutton > andrew.n.sutton at gmail.com <mailto:andrew.n.sutton at gmail.com> > I think you need: Preprocesseur::getSpelling or SourceManager::getCharacterData -- Cédric