summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus/PreprocessorClient.cpp
Commit message (Collapse)AuthorAgeFilesLines
* remove trailing whitespaceOswald Buddenhagen2010-01-291-2/+2
| | | | doing it in 1.3 as well to avoid possible later conflicts
* Track more macro uses.Christian Kamm2009-09-251-0/+38
| | | | | | | | | | | | In particular macros that are only checked for definition or are expanded during the evaluation of an #if or #elif directive are now also added to the list available through Document::macroUses(). The names of undefined macros that are interesting (because they're used in an #ifdef or a defined(...)) are now available through Document::undefinedMacroUses(). Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
* long live the kinghjk2009-08-141-1/+1
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
|
* Some more clean up in the preprocessor.Roberto Raggi2008-12-221-0/+42