Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move src/shared/cplusplus/ -> src/libs/3rdparty/cplusplus/ | Oswald Buddenhagen | 2011-05-16 | 1 | -221/+0 |
| | | | | Approved-by: legal | ||||
* | Fix/add copyright headers | Tobias Hunger | 2011-05-06 | 1 | -1/+1 |
| | | | | Change-Id: I8b73d583be1ee7183f4074bce49d5390e38631a2 | ||||
* | Update license. | hjk | 2011-04-13 | 1 | -14/+13 |
| | |||||
* | s:// end of namespace :// namespace :g for consistency | hjk | 2011-02-04 | 1 | -1/+1 |
| | | | | We use the latter style everywhere else to signify the end of a namespace block. | ||||
* | It's 2011 now. | con | 2011-01-12 | 1 | -1/+1 |
| | | | | Reviewed-by: hjk | ||||
* | License headers. | con | 2010-12-17 | 1 | -7/+11 |
| | |||||
* | Reduced the number of ambiguous ExpressionOrDeclarationStatementAST nodes. | Roberto Raggi | 2010-08-26 | 1 | -0/+1 |
| | |||||
* | Some cleanup in the diagnostic client. | Roberto Raggi | 2010-08-11 | 1 | -0/+4 |
| | |||||
* | Recognize C++0x lambda expressions. | Roberto Raggi | 2010-03-24 | 1 | -0/+4 |
| | |||||
* | Ensure that the memory pool can be reused after a rewind and get rid of the ↵ | Roberto Raggi | 2010-03-18 | 1 | -4/+3 |
| | | | | segmented array. | ||||
* | Long live the king! | hjk | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | Use const literals. | Roberto Raggi | 2009-12-01 | 1 | -14/+14 |
| | |||||
* | Cleanup the C++ front-end. | Roberto Raggi | 2009-10-20 | 1 | -4/+4 |
| | | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT. | ||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Compile the C++ parser library with Sun CC 5.9. | Thiago Macieira | 2009-08-03 | 1 | -9/+10 |
| | | | | | | | | | | | | 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. | ||||
* | Highlight the locals. | Roberto Raggi | 2009-06-24 | 1 | -0/+8 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | Initial support for semantic searches. | Roberto Raggi | 2009-06-02 | 1 | -0/+2 |
| | |||||
* | Added Document::ParseDeclarator. | Roberto Raggi | 2009-03-30 | 1 | -0/+1 |
| | |||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | Instroduced TranslationUnit::spell(tokenIndex). | Roberto Raggi | 2009-02-19 | 1 | -0/+1 |
| | |||||
* | Fixes: move all files in shared/* to src/shared/* | hjk | 2009-01-26 | 1 | -0/+201 |