Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-05-28Bug 413527: [C++14] Support Lambda init-capturesHansruedi Patzen1-3/+14
2018-02-25Bug 531172 - Avoid ClassCastException in CPPSemantics.declaredBefore()Nathan Ridge1-1/+6
2018-02-15Bug 531098: [C++17] Add support for switch with initializerHansruedi Patzen1-1/+8
2018-02-13Bug 522216, 527427: [C++17] Support for constexpr if and init-statementsHansruedi Patzen1-1/+8
2017-12-14Bug 528196: Ignore cv qualifier for UDL operator lookupHansruedi Patzen1-1/+1
2017-10-04Add a comment describing the intended uses of CPPSemantics.getCurrentLookupPo...Nathan Ridge1-0/+9
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge1-399/+450
2017-09-19Bug 521016 - resolution error for nested alias template specializationMichael Woski1-1/+1
2017-09-02Bug 520913 - hover / open declaration for decltype and typeof keywordsMichael Woski1-0/+52
2017-08-24Bug 520999 - Map PDOM class types to AST before looking up constructorsNathan Ridge1-0/+6
2017-07-27Bug 519819 - Correctly classify unknown member binding as an unknown member c...Nathan Ridge1-1/+4
2017-07-26Bug 517402 - Ambiguous namespace, conflicting with a different kind of symbolMarc-Andre Laperle1-0/+6
2017-05-14Bug 408470 - Add partial support for C++14 return type deductionNathan Ridge1-2/+3
2017-05-13Bug 516291 - If a function call has dependent arguments, resolve the function...Nathan Ridge1-2/+0
2017-05-13Bug 516290 - Correct computation of decltype(expr) for dependent expressionsNathan Ridge1-0/+25
2017-04-23Bug 512932 - Delegating constructor in class template partial specializationNathan Ridge1-2/+1
2017-04-08Bug 512932 - Name lookup for friend classNathan Ridge1-0/+2
2017-04-08Rename doKoenigLookup() to doArgumentDependentLookup()Nathan Ridge1-3/+3
2017-03-14Bug 509396 - Unresolved symbol with address of overload set containingSergey Prigogin1-17/+74
2017-02-17Bug 512262 - Remove the unnecessary ICPPEvaluationOwner interfaceNathan Ridge1-9/+8
2017-02-12Bug 511658 - Destructor call via alias template nameNathan Ridge1-3/+24
2017-01-28Bug 509898 - IndexFileSet.containsDeclaration is slow and is causing UISergey Prigogin1-15/+46
2017-01-27Bug 510665 - User-defined literal operator in namespaceNathan Ridge1-1/+2
2017-01-23Bug 72809 - Improve content assist inside inactive codeNathan Ridge1-1/+25
2017-01-20Bug 483824 - Inline namespace reopened without inline keywordNathan Ridge1-1/+9
2017-01-09Bug 402498 - Apply declaredBefore() filtering to index bindingsNathan Ridge1-62/+98
2017-01-05Bug 509898 - CPPSemantics.isReachableFromAst is slow and is causing UISergey Prigogin1-43/+13
2017-01-03Bug 509662 - Friend function declared in header included at non-global scopeNathan Ridge1-1/+23
2016-12-18CosmeticsSergey Prigogin1-1174/+1174
2016-12-17Fixed a ClassCastException.Sergey Prigogin1-44/+49
2016-11-04Bug 506170 - Compute correct associated namespaces for enumeration typeNathan Ridge1-8/+14
2016-10-28Bug 506668 - Name resolution problem with namespace alias in macroSergey Prigogin1-6/+13
2016-10-27Revert "Bug 402498 - Apply declaredBefore() filtering to index bindings"Sergey Prigogin1-84/+53
2016-10-19Bug 402498 - Apply declaredBefore() filtering to index bindingsNathan Ridge1-53/+84
2016-09-25Cosmetics.Sergey Prigogin1-39/+39
2016-09-22Bug 502016 - Enumeration defined in alias-declarationNathan Ridge1-7/+19
2016-09-19Cosmetics.Sergey Prigogin1-9/+9
2016-09-16Bug 490475. Support the evaluation of C++14 constexpr functionsToni Suter1-30/+49
2016-07-09Removed redundant qualifiers.Sergey Prigogin1-8/+10
2016-02-11Update copyright datesMarc Khouzam1-1/+1
2016-01-22Bug 486149 - Name resolution problem with dependent conversion operatorSergey Prigogin1-1/+1
2016-01-22Cosmetics.Sergey Prigogin1-5/+4
2016-01-14Bug 485710 - When determining the set of associated namespaces forNathan Ridge1-14/+18
2016-01-11Bug 485383 - Exclude constructors when expanding using-declarationsNathan Ridge1-1/+11
2016-01-06Bug 477611 - Add support for C++14 Variable TemplatesLukas Wegmann1-9/+11
2015-12-24Rename ICPPEvaluation.getTypeOrFunctionSet() to getType().Nathan Ridge1-8/+8
2015-12-24Bug 484619 - Make sure ProblemBindingChecker reports unresolvedNathan Ridge1-2/+2
2015-12-18Bug 484200 - Point of declaration of an alias or alias templateNathan Ridge1-0/+5
2015-12-16Bug 484162 - Instantiation of friend of nested class inside templateNathan Ridge1-5/+7
2015-11-25Bug 480825 - Raise CPPSemantics.MAX_INHERITANCE_DEPTH to accommodateNathan Ridge1-1/+1

Back to the top