Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-12Bug 511122 - Instantiation of dependent destructor nameNathan Ridge2-6/+57
2017-02-12Bug 511427 - ClassCastException in CompositeCPPClassType.wrapBindings()Nathan Ridge2-2/+20
2017-02-11Bug 511108 - Update the set of supported feature reported in __has_featureNathan Ridge1-5/+5
2017-02-11Bug 511186 - Noexcept specifier in type template argumentNathan Ridge1-1/+2
2017-02-10Bug 511108 - When parsing as clang, enable the extensions supported by clang ...Nathan Ridge1-22/+66
2017-02-10Bug 511108 - Only report support for type trait primitives in __has_feature i...Nathan Ridge2-15/+30
2017-02-10Bug 511429 - Handle TypeOfDependentExpression in PDOMCPPLinkage.unmarshalBind...Nathan Ridge1-1/+8
2017-02-10Bug 511048 - Offer completion proposals for nonstatic methods in a using-decl...Nathan Ridge1-3/+9
2017-02-09Bug 511108 - Do not attempt to resolve the name in an EvalID if the name owne...Nathan Ridge1-2/+6
2017-02-09Bug 510834 - Propagate substitute failure in EvalID.instantiate() with field ...Nathan Ridge1-0/+2
2017-02-04Bug 510706 - Handle UniqueType in SignatureBuilder.marshalType()Nathan Ridge2-1/+9
2017-02-03Bug 510665 - User-defined literal operator in namespaceNathan Ridge1-1/+2
2017-02-01Improve the propagation of the point of instantiation in CompositeValueNathan Ridge2-10/+16
2017-02-01Bug 483824 - Inline namespace reopened without inline keywordNathan Ridge2-2/+10
2017-01-27Bug 510484 - Restore the recursion protection set in CPPVariable.getInitialVa...Nathan Ridge1-11/+33
2017-01-24Bug 510010 - Uniform initialization in template argumentNathan Ridge1-1/+24
2017-01-24Bug 509734 - Cross-project references to template instancesNathan Ridge2-8/+28
2017-01-21Bug 495423 - Indexer produces a erroneous "Symbol could not be found"Joseph Henry1-1/+5
2017-01-18Bug 509833 - Follow-up to fix propagation of the point of instantiation in Cl...Nathan Ridge1-1/+1
2017-01-18Bug 509871 - ClassCastException in EvalConstructor.computeForFunctionCall()Nathan Ridge3-6/+6
2017-01-16Bug 509833 - Fix unsafe method call in ClassTypeHelper.findOverriders()Nathan Ridge1-4/+5
2017-01-15Bug 497500 - Display per-file indexing time for diagnostic purposesNathan Ridge1-0/+4
2017-01-11Bug 509662 - Friend function declared in header included at non-global scopeNathan Ridge1-1/+23
2017-01-06Bug 509497 - ArrayIndexOutOfBoundsException in EvalCompositeAccess.getType()Nathan Ridge1-2/+15
2017-01-06Bug 509496 - ClassCastException in CPPASTInitializerList.createEvaluation()Nathan Ridge1-2/+1
2017-01-01Bug 508254 - Gracefully handle ProblemBinding arising during instantiation of...Nathan Ridge1-1/+5
2016-12-31Bug 508254 - Have adapter bindings for anonymous AST bindings implement ICPPI...Nathan Ridge1-1/+32
2016-12-27Bug 508254 - Static field of enclosing class typeNathan Ridge1-0/+2
2016-12-22Bug 508254 - Fix some more indexer exceptionsNathan Ridge4-7/+24
2016-12-22Bug 470726 - Avoid name resolution resulting in PDOM bindings for class templ...Nathan Ridge4-3/+65
2016-12-22Bug 508254 - Do not assume every field has an initializerNathan Ridge1-0/+2
2016-12-21BUg 508254 - Move the recursion protection set in CPPVariable.getInitialValue...Nathan Ridge3-59/+67
2016-12-21Bug 508254 - Improve handling of braced-init-listsNathan Ridge4-24/+47
2016-12-21Bug 508254 - Variable initializer that references the variableNathan Ridge3-3/+27
2016-12-21Bug 508254 - Do not allow instantiation of template with invalid non-type tem...Nathan Ridge1-1/+1
2016-12-20Bug 508254 - Instantiation of id-expression naming static fieldNathan Ridge1-0/+4
2016-11-15Made template argument classes final.Sergey Prigogin2-2/+2
2016-11-15Bug 507511 - Template function resolution problem when using indexSergey Prigogin1-1/+4
2016-11-04Bug 506170 - Compute correct associated namespaces for enumeration typeNathan Ridge1-8/+14
2016-11-04Bug 506170 - Evaluation of dependent conditional expressionNathan Ridge1-1/+3
2016-10-29Bug 506728 - Ref-qualified conversion operatorNathan Ridge1-2/+7
2016-10-28Cosmetics.Sergey Prigogin1-10/+10
2016-10-28Bug 506668 - Name resolution problem with namespace alias in macroSergey Prigogin1-6/+13
2016-10-28Bug 397296 - Add missing keywords to the list of keywords for which completio...Nathan Ridge1-0/+22
2016-10-27Bug 506170 - Calculate sizeof(double) correctlyNathan Ridge1-2/+2
2016-10-27Bug 395571 - Show name of nesting type when printing names of nested types in...Nathan Ridge1-2/+5
2016-10-27Revert "Bug 402498 - Apply declaredBefore() filtering to index bindings"Sergey Prigogin1-84/+53
2016-10-27Bug 417193 - Incorrect Symbol <X> could not be foundJoseph Henry1-10/+86
2016-10-26Removed redundant qualifiers.Sergey Prigogin1-3/+3
2016-10-26Fixed an NPE.Sergey Prigogin1-3/+6

Back to the top