summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/TranslationUnit.cpp
Commit message (Collapse)AuthorAgeFilesLines
* move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/Oswald Buddenhagen2011-05-161-511/+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
|
* Fixed invalid skipping of pound tokens.Erik Verbruggen2010-09-011-1/+1
| | | | Done-with: Roberto Raggi
* 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
| | | | | | | | This looks like a compiler bug. Intel CC uses the GCC headers, but they appear to be incompatible. Bug will be reported, but meanwhile work around the problem. Reviewed-By: Trust Me
* 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 ↵Roberto Raggi2010-03-181-1/+1
| | | | segmented array.
* 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
| | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT.
* 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
| | | | | | | | | | | | 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.
* 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
| | | | Reviewed-by: Trust Me
* 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