aboutsummaryrefslogtreecommitdiffstats
path: root/ASTPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Type information for AST printer.Christian2014-10-231-0/+19
* Corrected spacing around colon.Christian2014-10-231-2/+2
* Pointer type cleanup: Use ASTPointer only for AST nodes and shared_ptr for typeChristian2014-10-201-1/+1
* Coding style cleanup: const and vecptr.Christian2014-10-201-3/+3
* Coding style and cleanupChristian2014-10-171-3/+1
* Corrected coding style.Christian2014-10-161-21/+25
* Type system, not yet complete.Christian2014-10-161-1/+1
* Added copyright blocks.Christian2014-10-131-0/+22
* Name resolution.Christian2014-10-131-0/+12
* AST printer and command line tool, some fixes.Christian2014-10-101-0/+388