Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added symbols for property declarations. | Erik Verbruggen | 2009-11-11 | 1 | -1/+2 |
| | |||||
* | Added scope calculation for Objective-C classes. | Erik Verbruggen | 2009-11-11 | 1 | -0/+12 |
| | |||||
* | Cleanup the C++ front-end. | Roberto Raggi | 2009-10-20 | 1 | -2/+2 |
| | | | | Removed CPLUSPLUS_BEGIN/END_NAMESPACE & co and made it possible to compile the parser with CPLUSPLUS_WITHOUT_QT. | ||||
* | Check the scope of class and fwd-class declarations | Roberto Raggi | 2009-10-13 | 1 | -0/+8 |
| | |||||
* | long live the king | hjk | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Fixed semantic checks for Objective-C methods and fast-enumeration. | Erik Verbruggen | 2009-08-05 | 1 | -0/+3 |
| | |||||
* | Compile the C++ parser library with Sun CC 5.9. | Thiago Macieira | 2009-08-03 | 1 | -1/+1 |
| | | | | | | | | | | | | 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. | ||||
* | Improved ObjC parsing, and added semantic checks. | Erik Verbruggen | 2009-07-28 | 1 | -0/+12 |
| | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 |
| | | | | Reviewed-by: Trust Me | ||||
* | typo | Roberto Raggi | 2009-06-03 | 1 | -2/+2 |
| | |||||
* | Added Symbol::enclosingNamespaceScope(), Symbol::enclosingClassScope(), and ↵ | Roberto Raggi | 2009-06-03 | 1 | -0/+56 |
| | | | | so on... | ||||
* | Introduced Name::identifier(). | Roberto Raggi | 2009-05-28 | 1 | -0/+8 |
| | | | | Name::identifier() returns the identifier used to declare the name. | ||||
* | Fixed the signature of Symbol::getPosition() & co. | Roberto Raggi | 2009-03-31 | 1 | -3/+3 |
| | |||||
* | Introduced startOffset(), endOffset(), getPosition(), getStartPosition(), ↵ | Roberto Raggi | 2009-03-31 | 1 | -0/+23 |
| | | | | and getEndPosition(). | ||||
* | Ignore the symbol's column for generated symbols (at least for now). | Roberto Raggi | 2009-03-04 | 1 | -4/+15 |
| | |||||
* | Context-sensitive highlighting. | Roberto Raggi | 2009-03-03 | 1 | -7/+11 |
| | |||||
* | Fixes: change file license headers to include LGPL | hjk | 2009-02-25 | 1 | -21/+17 |
| | |||||
* | Introduced support for forward class declarations. | Roberto Raggi | 2009-02-16 | 1 | -0/+3 |
| | |||||
* | Reimplemented Symbol::as*() methods using virtual functions. | Roberto Raggi | 2009-02-09 | 1 | -77/+11 |
| | |||||
* | Fixes: move all files in shared/* to src/shared/* | hjk | 2009-01-26 | 1 | -0/+421 |