summaryrefslogtreecommitdiff
path: root/src/shared/cplusplus/Symbols.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Compile the C++ parser library with Sun CC 5.9.Thiago Macieira2009-08-031-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 Verbruggen2009-07-281-0/+134
|
* Initial work on smart highlight of local symbols. For-statements and symbols ↵Roberto Raggi2009-06-251-1/+7
| | | | genarated from a macro expansion are not yet highlighted.
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
| | | | Reviewed-by: Trust Me
* Removed hidden function declarations from the overloaded function set.Roberto Raggi2009-05-191-0/+5
|
* Moved some complicated checks into convenience functionsThorbjørn Lindeijer2009-03-261-0/+12
|
* Don't insert `(' when completing ambiguous symbols.Roberto Raggi2009-03-171-0/+6
|
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
|
* Introduced support for forward class declarations.Roberto Raggi2009-02-161-0/+47
|
* Reimplemented Type::as*Type() using virtual methods.Roberto Raggi2009-02-091-4/+4
|
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-261-0/+484