summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/ASTVisitor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-125/+0
| | | | Approved-by: legal
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
| | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2
* Update license.hjk2011-04-131-14/+13
|
* It's 2011 now.con2011-01-121-1/+1
| | | | Reviewed-by: hjk
* License headers.con2010-12-171-7/+11
|
* Long live the king!hjk2010-03-051-1/+1
|
* Use const literals.Roberto Raggi2009-12-011-6/+6
|
* Refactored the AST visitors.Roberto Raggi2009-11-171-4/+12
| | | | Now, the ASTVisitor constructor takes a valid reference to a TranslationUnit.
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-2/+2
| | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
* 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
* Rewrote PrettyPrinter to output the document exactly as it was beforeThorbjørn Lindeijer2009-05-111-0/+3
| | | | | | | | 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
* Added ASTVisitor::getTokenStartPosition() and ASTVisitor::getTokenEndPosition().Roberto Raggi2009-03-061-0/+15
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Instroduced TranslationUnit::spell(tokenIndex).Roberto Raggi2009-02-191-6/+1
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+105