summaryrefslogtreecommitdiff
path: root/shared/cplusplus/PrettyPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-1293/+0
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* Added support for C99 compound literals.Roberto Raggi2009-01-131-0/+10
* Pretty printing of wide string literals.Roberto Raggi2009-01-071-4/+7
* Checkpoint. Pretty printing of switch and case statements.Roberto Raggi2009-01-071-1/+18
* Pretty print char ltierals and wide char literals.Roberto Raggi2009-01-071-1/+12
* Nicer pretty printing of while statements.Roberto Raggi2009-01-071-1/+10
* Added a space before cv-qualifiers in a function declarator.Roberto Raggi2009-01-071-2/+1
* Fixed the pretty printing of class specifiers and base clauses.Roberto Raggi2009-01-071-1/+6
* Improved the pretty printing of enum specifiers and if-else statements.Roberto Raggi2009-01-071-6/+16
* Add a space before the initializer.Roberto Raggi2009-01-071-0/+1
* added missing cassert includemae2009-01-051-0/+1
* Fixed a typo in the pretty printing of TemplateTypeParameterAST.Roberto Raggi2009-01-051-1/+1
* Pretty print declarator list.Roberto Raggi2009-01-051-3/+6
* compile error on windowslunowi2009-01-041-0/+1
* Initial implementation of the pretty printer.Roberto Raggi2009-01-031-0/+1223