Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-25Bug 579934 support constexpr evaluation of __builtin_ffs[l,ll]Davin McCall1-0/+3
2022-04-20[releng] Apply auto-clean of save to all files with Eclipse 4.23Jonah Graham2-2/+2
2020-04-10Bug 534420 - Fix enums nodiscard flag size in the indexMarco Stornelli1-6/+17
2020-04-06Bug 534420 - Add support for nodiscard attribute for enum typesMarco Stornelli3-2/+29
2020-04-01Bug 534420 - Add support for nodiscard attribute for class typesMarco Stornelli4-1/+39
2020-03-23Bug 561128 - Allow storing all local types in the index, not just typedefsNathan Ridge1-2/+2
2020-03-23Bug 534420 - Add initial support for [[nodiscard]] attributeMarco Stornelli5-0/+37
2020-03-21Bug 561088 - Fix read/write flags in case of dependent typesMarco Stornelli3-2/+15
2020-02-15Generify some getAdapter implementations.Alexander Kurtakov2-6/+4
2019-08-05Bug 522200: [C++17] Add support for structured binding declarationsThomas Corbat1-0/+3
2019-07-11Bug 549028 - Fix missing getRecordSize() leading to index corruptionMarc-Andre Laperle3-1/+12
2018-11-24Bug 540549 - Have all template parameter bindings implement ICPPUnknownBindingNathan Ridge4-6/+13
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

Back to the top