Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-23Bug 534420 - Add initial support for [[nodiscard]] attributeMarco Stornelli1-0/+5
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-7/+7
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
2018-07-01Bug 535548 - Infinite recursion loading function whose return type refers to ...Nathan Ridge1-2/+9
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge1-6/+5
2017-05-14Bug 408470 - Add partial support for C++14 return type deductionNathan Ridge1-3/+30
2017-02-07Removed redundant casts.Sergey Prigogin1-1/+1
2016-10-13Bug 505832 - Add ICPPVariable.isConstexpr() methodSergey Prigogin1-35/+20
2016-10-07Do not store function return expressions in the index.Nathan Ridge1-21/+2
2016-10-07Update the function body execution in PDOMCPPFunction.update()Nathan Ridge1-0/+1
2016-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter1-2/+21
2016-02-11Update copyright datesMarc Khouzam1-1/+1
2016-01-03Bug 484959 - Instantiate return expression of constexpr functionNathan Ridge1-5/+6
2012-12-04Bug 395238. Evaluation of constexpr functions. Also few fixes related toSergey Prigogin1-55/+87
2012-12-03Revert "Bug 395238. Evaluation of constexpr functions. Also few fixesSergey Prigogin1-87/+54
2012-12-03Bug 395238. Evaluation of constexpr functions. Also few fixes related toSergey Prigogin1-54/+87
2012-11-30Cosmetics.Sergey Prigogin1-74/+73
2012-04-13Bug 316076. Added IFunction.isNoReturn() method.Sergey Prigogin1-1/+7
2012-04-10Cosmetics.Sergey Prigogin1-16/+13
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-0/+16
2011-04-01Bug 341440: Thread safety for PDOM objects.v201104010806Markus Schorn1-2/+2
2010-10-12Bug 323723: Removes the remaining throw declarations from IVariable and IFunc...Markus Schorn1-17/+14
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-11/+6
2010-08-19Bug 305978: Fix encoding of deleted function flag.Markus Schorn1-1/+1
2010-08-09Bug 305978: [C++0x] Defaulted and deleted functions.Markus Schorn1-3/+11
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn1-18/+66
2009-12-10Bug 297438: Parameter defaults get lost in index.Markus Schorn1-11/+21
2009-11-09Safe type representation for index, bug 294306Markus Schorn1-66/+49
2009-11-03Function declared by use of a typedef, bug 86495.Markus Schorn1-5/+9
2009-10-22Correct status handling + index update issue, bug 293021.Markus Schorn1-16/+23
2009-07-02Support for PDOMs larger than 2GB, bug 279620.Markus Schorn1-13/+13
2009-03-17Performance optimizations for overload resolution, bug 268383.Markus Schorn1-7/+28
2009-02-10unified toString() methods for pdom-bindings.Markus Schorn1-16/+1
2009-01-30Store linkage rather than pdom in pdom nodes, bug 263022.Markus Schorn1-23/+22
2008-12-15Updating class template definitions in the index, bug 256122.Markus Schorn1-18/+20
2008-11-10Support for exception specifications by Sebastian Moss, bug 252697Markus Schorn1-10/+45
2008-11-09Code formatting.Sergey Prigogin1-5/+5
2008-04-21fix terminology: memento->hashAndrew Ferguson1-9/+9
2008-04-18Performance improvement for indexing template based source code.Markus Schorn1-2/+2
2008-04-01clean up warningsAndrew Ferguson1-6/+1
2008-03-09Protect against NPE in toString method.Sergey Prigogin1-1/+3
2008-03-08Minor adjustments to toString method.Sergey Prigogin1-7/+7
2008-02-22Bindings for names resolved via using declarations, bug 219424.Markus Schorn1-10/+7
2008-01-31Removed dependency of CPPDelegate on IASTName, bug 217271.Markus Schorn1-5/+12
2007-11-27Modeling extern "C" in the index (part of bug 191989).Markus Schorn1-3/+7
2007-10-23add unit tests related to 201174 and improve debug information, apply a fix t...Andrew Ferguson1-1/+5
2007-07-26Fix and Testcases for 186123, information stored with bindings not updated.Markus Schorn1-18/+49
2007-06-06Bug 177917 - Implement delegates so that using types and such work.Doug Schaefer1-1/+10
2007-05-04Follow up for 184500, fixes a ClassCastException.Markus Schorn1-62/+2
2007-05-03Bug 184500 - Fixed up CCE by adding ICPPInternalFunction to PDOMCPPFunction.Doug Schaefer1-1/+61

Back to the top