summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/PrettyPrinter.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Removed deprecated PrettyPrinter. We need a way to generate the pretty ↵Roberto Raggi2009-10-091-1145/+0
| | | | printer from the C++ parser.
* long live the kinghjk2009-08-141-1/+1
|
* Compile the C++ parser library with Sun CC 5.9.Thiago Macieira2009-08-031-1/+1
| | | | | | | | | | | | Things you mustn't do: 1) end an enum with a comma 2) #include <cxxxx> and not use std:: 3) use anonymous structures All three things are invalid C++. Anonymous structures inside anonymous unions are allowed by GCC, but that doesn't mean it's valid.
* Some cleanup in the AST nodes.Roberto Raggi2009-06-171-15/+13
|
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* cleanupRoberto Raggi2009-06-051-8/+8
|
* Made a start on correcting indentationThorbjørn Lindeijer2009-05-131-2/+31
|
* Rewrote PrettyPrinter to output the document exactly as it was beforeThorbjørn Lindeijer2009-05-111-420/+250
| | | | | | | | This means at the moment the PrettyPrinter isn't doing anything useful, but the idea is that from here we can improve it to adapt the code to a certain style. Reviewed-by: Roberto Raggi
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Improved the implementation of new-expressions.Roberto Raggi2009-02-101-29/+30
|
* Fixes: Parsing of GCC asm definitions.Roberto Raggi2009-02-051-4/+2
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+1293