summaryrefslogtreecommitdiffstats
path: root/src/defargs.l
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-20/+19
* Refactoring: move qcstring and remove qtoolsDimitri van Heesch2021-03-251-1/+0
* Spelling correctionalbert-github2021-03-041-1/+1
* Merge branch 'master' into feature/bug_lexDimitri van Heesch2021-03-031-1/+0
|\
| * Refactoring: replace QRegExp by std::regex in docparser.cppDimitri van Heesch2021-02-201-1/+0
* | Adding support for lex filesalbert-github2021-02-181-5/+13
* | Adding support for lex filesalbert-github2021-02-121-2/+2
|/
* issue #8091: [C++] Newer doxygen versions add a lot of bogus warnings about u...Dimitri van Heesch2020-10-141-1/+3
* Refactor: improve encapsulation for ArgumentListDimitri van Heesch2020-04-251-9/+9
* Performance improvements after profilingDimitri van Heesch2020-04-241-15/+17
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-8/+15
* Fix compiler warnings on Windows (Visual Studio)Dimitri van Heesch2020-02-121-0/+3
* Make defargs.l reentrantDimitri van Heesch2019-12-311-227/+369
* issue #7446: C#: parameter named `extends` is broken in the documentationDimitri van Heesch2019-12-201-4/+13
* Remove bogus flex codeDimitri van Heesch2019-11-181-6/+0
* Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-38/+41
* Consistent way to show scanner statealbert-github2019-09-051-0/+2
* issue #7236: C++: bug when using function as parameterDimitri van Heesch2019-08-291-3/+15
* Correction warning messagealbert-github2019-06-011-3/+3
* Forgot to comment out debug printDimitri van Heesch2019-02-101-1/+1
* Improve handling < for expressions inside template argument defaultsDimitri van Heesch2019-02-101-11/+7
* Prevent possible 'QGDict::hashAsciiKey: Invalid null key' warningDimitri van Heesch2018-12-241-1/+1
* Added some missing default types for argument matchingDimitri van Heesch2018-12-241-0/+4
* Changed implementation, added test caseDimitri van Heesch2018-12-241-10/+25
* issue #6690 Regression in handling of shorthand signed/unsigned types in func...albert-github2018-12-201-2/+2
* Use QCStringList::split i.s.o. QStringList::splitDimitri van Heesch2018-10-281-4/+4
* Bug 436883 - Handling of unnamed parameters (C/C++) unclearalbert-github2018-07-141-2/+4
* Bug 520975 - Unnamed parameters parsed incorrectlyalbert-github2018-07-141-2/+13
* Bug 790320 - C++ parameter from lambda not recognizedDimitri van Heesch2017-12-251-0/+8
* Bug 771152 - C++11 ref-qualifiers do not appear in Member Function Documentat...Dimitri van Heesch2016-09-211-0/+6
* flex: use %option instead of command line options.Adrian Negreanu2016-09-211-0/+2
* Bug 757300 - Failed to document nested classes with "reference to array" para...Dimitri van Heesch2015-12-201-1/+1
* Fixed regression in argument processingDimitri van Heesch2015-06-211-4/+4
* drop #include <unistd.h>Adrian Negreanu2015-05-151-2/+2
* Fix for rendering the template parameters of members of variadic template cla...Dimitri van Heesch2015-03-221-6/+6
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
* Added type constraint relations for Java generics to dot graphs and XML outputDimitri van Heesch2015-02-211-5/+26
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
* Debug output for lexical analyzerAlbert2013-11-131-0/+3
* Bug 709526 - C++ parsing problem with operators <<, <, >, >> inside templatesDimitri van Heesch2013-10-121-0/+29
* Release-1.8.3.1Dimitri van Heesch2013-01-201-2/+2
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-1/+0
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-5/+49
* Release-1.8.0-20120408Dimitri van Heesch2012-04-081-2/+7
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+2
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
* Release-1.7.2-20101224Dimitri van Heesch2010-12-241-10/+13
* Release-1.7.1-20100728Dimitri van Heesch2010-07-281-1/+1
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
* Release-1.5.6-20080914Dimitri van Heesch2008-09-141-1/+17