Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-23Bug 534420 - Add initial support for [[nodiscard]] attributeMarco Stornelli1-0/+24
2020-03-20Bug 561128 - Additional fix for lambda constexprMarco Stornelli1-6/+11
2020-03-15Bug 561128 - Add constexpr evaluation for lambda expressionsMarco Stornelli1-2/+13
2019-06-25Bug 548482 - Return non-null from CPPFunctionProblem.getType()Nathan Ridge1-1/+1
2019-03-21Bug 545562 - Fix return checker check for template functionsMarco Stornelli1-1/+4
2019-02-01Bug 543913 - False negative in ctor with wrong argumentsHannes Vogt1-0/+42
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1-313/+313
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1-3/+6
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge1-3/+3
2017-05-14Bug 408470 - Add partial support for C++14 return type deductionNathan Ridge1-12/+47
2017-05-08Bug 516298 - Improved recognition of [[noreturn]] attributeThomas Corbat1-1/+12
2016-10-07Do not store function return expressions in the index.Nathan Ridge1-50/+0
2016-09-25Cosmetics.Sergey Prigogin1-14/+14
2016-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter1-4/+40
2016-02-11Update copyright datesMarc Khouzam1-1/+1
2016-01-03Bug 484959 - Instantiate return expression of constexpr functionNathan Ridge1-3/+3
2015-06-18Bug 470014 - Name resolution problem with ref-qualified methodsSergey Prigogin1-1/+6
2015-06-17More informative toString() method for methods.Sergey Prigogin1-2/+2
2015-03-20Bug 462348 - Perform ambiguity resolution on a method body sooner thanNathan Ridge1-0/+3
2014-08-11Bug 404245 - Check that a function call has enough arguments afterNathan Ridge1-1/+4
2014-06-25Bug 438114 - Friend function declaration is not reconciled with otherSergey Prigogin1-11/+46
2014-06-25Cosmetics.Sergey Prigogin1-5/+1
2013-12-05Bug 423127 - Template resolution gets confused by "void" in a parameterSergey Prigogin1-6/+9
2013-11-28Cosmetics.Sergey Prigogin1-8/+11
2013-11-28Bug 422700 - Name resolution problem with variadic template.Sergey Prigogin1-6/+4
2013-09-06Bug 380751 - Members of decltype types cannot be usedNathan Ridge1-6/+1
2012-12-04Bug 395238. Evaluation of constexpr functions. Also few fixes related toSergey Prigogin1-21/+88
2012-12-03Revert "Bug 395238. Evaluation of constexpr functions. Also few fixesSergey Prigogin1-88/+21
2012-12-03Bug 395238. Evaluation of constexpr functions. Also few fixes related toSergey Prigogin1-21/+88
2012-06-26Bug 299911: Introduce ICPPEvaluationMarkus Schorn1-0/+2
2012-06-10Bug 380498. Fixed few more cases where typedefs were not preserved.Sergey Prigogin1-5/+10
2012-05-04Fix some compiler warnings, remove unused code.Markus Schorn1-1/+0
2012-04-13Bug 376790 - Codan should not issue warnings for unused variables andSergey Prigogin1-1/+2
2012-04-13Bug 316076. Added IFunction.isNoReturn() method.Sergey Prigogin1-1/+9
2012-04-10Cosmetics.Sergey Prigogin1-40/+39
2012-01-08@Override annotations and redundant casts.Sergey Prigogin1-16/+45
2010-10-12Bug 323723: Removes the remaining throw declarations from IVariable and IFunc...Markus Schorn1-26/+11
2010-09-06Bug 324096: [C++0x] Value categories.Markus Schorn1-1/+1
2010-08-27Bug 323723: Reduce usage of DOMExceptions.Markus Schorn1-59/+12
2010-08-09Bug 305978: [C++0x] Defaulted and deleted functions.Markus Schorn1-3/+21
2009-12-18Bug 280909: Syntax and bindings for variadic templates.Markus Schorn1-0/+35
2009-12-10Bug 297438: Parameter defaults get lost in index.Markus Schorn1-6/+6
2009-11-03Function declared by use of a typedef, bug 86495.Markus Schorn1-52/+79
2009-10-06Cosmetics.Sergey Prigogin1-2/+1
2009-07-17Modeling array sizes, bug 269926.Markus Schorn1-60/+53
2009-07-14Ambiguity between constructor and field declaration, bug 269953.Markus Schorn1-1/+1
2009-04-12Cosmetics.Sergey Prigogin1-14/+4
2009-02-24AST for inactive code, bug 264666.Markus Schorn1-25/+14
2008-12-19Correcting IASTName.toCharArray(), bug 258054.Markus Schorn1-1/+1
2008-12-15Updating class template definitions in the index, bug 256122.Markus Schorn1-4/+5

Back to the top