Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-23Bug 540373: Cleanup: Remove trailing whitespace in properties filesJonah Graham1-2/+2
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham9-18/+18
2018-11-22Bug 540373: Cleanup: Remove unnecessary castsJonah Graham1-1/+1
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham3-3/+2
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham121-2195/+2219
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham129-387/+774
2018-10-11Bug 538069 - Save non-type template parameter...Hannes Vogt1-0/+3
2018-07-01Bug 535548 - Infinite recursion loading function whose return type refers to ...Nathan Ridge2-18/+47
2018-03-30Bug 532684 - NPE in PDOMMacroReferenceName constructorNathan Ridge1-2/+2
2018-02-25Bug 531172 - Avoid ClassCastException in CPPSemantics.declaredBefore()Nathan Ridge2-1/+23
2018-02-08Remove useless imports.Alexander Kurtakov1-2/+1
2018-01-31Bug 530430 - Proper handling of class initially declared as a friendNathan Ridge4-2/+40
2018-01-10Bug 529337 - NPE in PDOMCPPLinkage.onCreateNameHelper()Nathan Ridge1-4/+8
2017-12-20Bug 525739 - Have Open Declaration find potentially-matching definitions for ...Nathan Ridge4-4/+50
2017-12-20Bug 528456 - Store specializations of anonymous classes in the indexNathan Ridge1-0/+87
2017-12-12Bug 528072 - Implement evaluation of __is_trivially_constructibleNathan Ridge1-0/+3
2017-10-15Rename EvalParameterPack to EvalPackExpansionNathan Ridge1-3/+3
2017-10-02Bug 515417 - Improve handling of friend classes in PDOMNathan Ridge6-12/+44
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge45-286/+288
2017-09-13Bug 521817 - Implement PDOMCPPAliasTemplate.update()Nathan Ridge1-0/+16
2017-06-20Bug 516338 - Have ICPPAliasTemplateInstance implement ICPPTemplateInstanceNathan Ridge2-18/+63
2017-06-20Bug 516338 - Introduce alias template specializationsNathan Ridge2-0/+146
2017-06-04Bug 516648 - Delay storing of the type, exception specification, and paramete...Nathan Ridge2-39/+73
2017-05-26Bug 514459 - StackOverflow in PDOMCPPVariable.getInitialValueMarc-Andre Laperle1-1/+9
2017-05-14Bug 408470 - Add partial support for C++14 return type deductionNathan Ridge3-8/+63
2017-05-11Bug 516385 - Only use as much space as needed for PDOMCPPAliasTemplate and PD...Nathan Ridge2-2/+2
2017-05-03Bug 513428 - Ensure PDOM implementations of IASTFileLocation.getFileName() do...Nathan Ridge5-88/+83
2017-03-31Cosmetics.Sergey Prigogin1-2/+2
2017-03-24Bug 513429 - Defer instantiation of variable templates with dependent argumentsNathan Ridge2-0/+85
2017-03-10Bug 513345 - A lot of time during indexing is spent insideSergey Prigogin2-12/+1
2017-03-09Added a missing point argument.Sergey Prigogin2-3/+3
2017-03-08Bug 513280 - Major performance inefficiency in CPPVariable.getTypeSergey Prigogin1-0/+6
2017-02-15CosmeticsSergey Prigogin2-9/+9
2017-02-15CosmeticsSergey Prigogin1-3/+3
2017-02-14CosmeticsSergey Prigogin1-13/+13
2017-02-14Bug 512201 - NPE in Organize IncludesSergey Prigogin1-13/+18
2017-02-10Bug 509898 - IndexFileSet.containsDeclaration is slow and is causing UISergey Prigogin2-3/+20
2017-02-08Revert "Bug 399147 - Make 'Find Reference' find using-declarations"Sergey Prigogin1-13/+0
2017-02-07Removed redundant casts.Sergey Prigogin7-7/+7
2017-02-03Bug 511429 - Handle TypeOfDependentExpression in PDOMCPPLinkage.unmarshalBind...Nathan Ridge1-1/+8
2017-01-27Bug 510706 - Handle UniqueType in SignatureBuilder.marshalType()Nathan Ridge1-1/+1
2017-01-19Bug 509898 - CPPSemantics.isReachableFromAst is slow and is causing UISergey Prigogin4-1/+116
2017-01-11Bug 510226 - ClassCastException in PDOMCPPUnknownMemberClass.getOwnerSergey Prigogin1-3/+5
2017-01-03Bug 292236 - Consider using-declarations when determining accessibility for c...Nathan Ridge5-0/+69
2016-12-28Fixed an NPE.Sergey Prigogin1-0/+1
2016-12-22Bug 508254 - Have adapter bindings for anonymous AST bindings implement ICPPI...Nathan Ridge1-1/+32
2016-12-19Remove the redundant ISerializableExecution interfaceNathan Ridge4-12/+11
2016-12-19Remove the redundant ISerializableEvaluation interfaceNathan Ridge4-13/+12
2016-12-19Fix a bug in the indexer's post-processNathan Ridge4-9/+6
2016-12-19Bug 399147 - Make 'Find Reference' find using-declarationsNathan Ridge1-0/+13

Back to the top