Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Compile the C++ parser library with Sun CC 5.9. | Thiago Macieira | 2009-08-03 | 1 | -15/+15 | |
| | | | | | | | | | | | | 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/+134 | |
| | ||||||
* | Initial work on smart highlight of local symbols. For-statements and symbols ↵ | Roberto Raggi | 2009-06-25 | 1 | -1/+7 | |
| | | | | genarated from a macro expansion are not yet highlighted. | |||||
* | Update license headers and sales contact details. | Jason McDonald | 2009-06-17 | 1 | -2/+2 | |
| | | | | Reviewed-by: Trust Me | |||||
* | Removed hidden function declarations from the overloaded function set. | Roberto Raggi | 2009-05-19 | 1 | -0/+5 | |
| | ||||||
* | Moved some complicated checks into convenience functions | Thorbjørn Lindeijer | 2009-03-26 | 1 | -0/+12 | |
| | ||||||
* | Don't insert `(' when completing ambiguous symbols. | Roberto Raggi | 2009-03-17 | 1 | -0/+6 | |
| | ||||||
* | 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/+47 | |
| | ||||||
* | Reimplemented Type::as*Type() using virtual methods. | Roberto Raggi | 2009-02-09 | 1 | -4/+4 | |
| | ||||||
* | Fixes: move all files in shared/* to src/shared/* | hjk | 2009-01-26 | 1 | -0/+484 | |