summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/TranslationUnit.cpp
Commit message (Expand)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-511/+0
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Fixed invalid skipping of pound tokens.Erik Verbruggen2010-09-011-1/+1
* Reduced the number of ambiguous ExpressionOrDeclarationStatementAST nodes.Roberto Raggi2010-08-261-1/+1
* Compile with Intel CC: va_copy isn't defined.Thiago Macieira2010-08-111-0/+2
* Really fix compile now.Tobias Hunger2010-08-111-1/+1
* Build fix on windowsTobias Hunger2010-08-111-0/+4
* Get rid of the prefix findOrInsert for the functions in CPlusPlus::Control.Roberto Raggi2010-08-111-3/+3
* Added warning(), error, and fatal() to Parser.cppRoberto Raggi2010-08-111-1/+1
* Some cleanup in the diagnostic client.Roberto Raggi2010-08-111-59/+35
* Recognize C++0x lambda expressions.Roberto Raggi2010-03-241-0/+8
* Ensure that the memory pool can be reused after a rewind and get rid of the s...Roberto Raggi2010-03-181-1/+1
* Long live the king!hjk2010-03-051-1/+1
* Reset the ASTRoberto Raggi2009-12-181-0/+1
* Use const literals.Roberto Raggi2009-12-011-18/+18
* Introduced type matchers.Roberto Raggi2009-11-231-3/+0
* Cleanup the C++ front-end.Roberto Raggi2009-10-201-2/+2
* Delay the parsing of the document.Roberto Raggi2009-09-301-0/+2
* long live the kinghjk2009-08-141-1/+1
* Compile the C++ parser library with Sun CC 5.9.Thiago Macieira2009-08-031-29/+31
* Replaced T_INT_LITERAL and T_FLOAT_LITERAL with T_NUMERIC_LITERAL.Roberto Raggi2009-07-101-1/+1
* Highlight the locals.Roberto Raggi2009-06-241-0/+10
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Removed the filename literals.Roberto Raggi2009-06-151-2/+2
* Initial support for semantic searches.Roberto Raggi2009-06-021-0/+6
* Added Document::ParseDeclarator.Roberto Raggi2009-03-301-0/+6
* Mark the generated tokens in the token stream.Roberto Raggi2009-03-041-9/+25
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Instroduced TranslationUnit::spell(tokenIndex).Roberto Raggi2009-02-191-0/+8
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+474