summaryrefslogtreecommitdiff
path: root/src/libs/cplusplus
Commit message (Expand)AuthorAgeFilesLines
* Mark the generated tokens in the token stream.Roberto Raggi2009-03-041-2/+2
* Mark the generated regions of text.Roberto Raggi2009-03-043-5/+62
* Store the actual arguments of the macro expansions.Roberto Raggi2009-03-045-24/+126
* Introduced expandBuiltinMacro().Roberto Raggi2009-03-032-31/+37
* Simplified Preprocessor::preprocess()Roberto Raggi2009-03-031-19/+12
* Introduced skipActualArguments().Roberto Raggi2009-03-032-12/+19
* Introduced processObjectLikeMacro().Roberto Raggi2009-03-032-26/+41
* Introduced expandObjectLikeMacro().Roberto Raggi2009-03-032-12/+22
* Improved the way we expand function-like macros when we can't collect all the...Roberto Raggi2009-03-031-3/+2
* Introduced expandFunctionLikeMacro().Roberto Raggi2009-03-032-21/+25
* Context-sensitive highlighting.Roberto Raggi2009-03-031-1/+1
* Fixed: token separators.Roberto Raggi2009-03-031-1/+8
* Add the _right_ number of spaces.Roberto Raggi2009-03-031-2/+18
* Obsoleted code.Roberto Raggi2009-03-032-7/+4
* More cleanup.Roberto Raggi2009-03-035-151/+178
* Introduced processNewline() and processSkippingBlocks().Roberto Raggi2009-03-032-30/+60
* Reserve some space.Roberto Raggi2009-03-031-0/+1
* Cleanup the function-like macro expansion.Roberto Raggi2009-03-032-26/+35
* Obsoleted code.Roberto Raggi2009-03-032-24/+7
* Some minor cleanup in processInclude().Roberto Raggi2009-03-031-12/+15
* Some refactoring of the preprocessor, it'll simplify my next commits.Roberto Raggi2009-03-024-192/+224
* More cleanupRoberto Raggi2009-03-023-12/+11
* removed useless #include directives.Roberto Raggi2009-03-021-1/+0
* CleanupRoberto Raggi2009-03-022-17/+18
* Initial testing of the preprocessor.Roberto Raggi2009-03-022-0/+20
* Fixes: change file license headers to include LGPLhjk2009-02-2540-840/+680
* Introduced a parallel indexer. It is ifdef-out atm.Roberto Raggi2009-02-242-1/+30
* Alternative implementation of the indexer. It is a little bit slower, but I'm...Roberto Raggi2009-02-232-0/+28
* Code completion of doxygen tags.Roberto Raggi2009-02-201-0/+3
* Initial support for doxygen comments.Roberto Raggi2009-02-202-0/+6
* Fixes: save a few strlen callshjk2009-02-191-1/+1
* Fixes: Possible crash while resolving qualified name ids.Roberto Raggi2009-02-181-1/+1
* --warningsRoberto Raggi2009-02-161-1/+2
* Improved the C++ hover handler.Roberto Raggi2009-02-163-4/+64
* Introduced support for forward class declarations.Roberto Raggi2009-02-161-1/+1
* Improved the type pretty printer.Roberto Raggi2009-02-134-126/+156
* Fixed crash in lookup context due to null-nameThorbjørn Lindeijer2009-02-111-2/+5
* Less annoying syntax checker.Roberto Raggi2009-02-101-0/+3
* Revert now unnecessary checks for null-typesThorbjørn Lindeijer2009-02-101-1/+1
* Fixes: Compile.Roberto Raggi2009-02-101-1/+1
* Made it possible to compile libCPlusPlus without `gui'.Roberto Raggi2009-02-101-7/+13
* Fixes: Possible crash in OverviewModel.Roberto Raggi2009-02-091-1/+1
* Reimplemented Type::as*Type() using virtual methods.Roberto Raggi2009-02-093-10/+12
* Merge branch '1.0.0'con2009-02-091-0/+2
|\
| * Don't use the name twice, thoughThorbjørn Lindeijer2009-02-061-2/+2
| * Fixed tooltips for enumeratorsThorbjørn Lindeijer2009-02-061-0/+2
* | Added a simple auto test for the name lookup.Roberto Raggi2009-02-095-54/+57
* | Fixes: Parsing of #import directives.Roberto Raggi2009-02-052-0/+4
* | Fixes: Enable ObjC support.Roberto Raggi2009-02-052-1/+4
|/
* Fixes: move all files in shared/* to src/shared/*hjk2009-01-262-2/+2