Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham183-4717/+4755
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham208-624/+1248
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-07-01Bug 535559 - Index search for entity inside toplevel anonymous namespaceNathan Ridge1-1/+2
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-24Bug 531475 - Push a lookup point when precomputing variable types and initial...Nathan Ridge1-3/+13
2018-02-15Bug 531098: [C++17] Add support for switch with initializerHansruedi Patzen1-3/+4
2018-02-13Bug 522216, 527427: [C++17] Support for constexpr if and init-statementsHansruedi Patzen1-3/+6
2018-02-09Add missing annotations.Alexander Kurtakov1-1/+2
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 Ridge5-8/+55
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-30Bug 526391 - Make Database.stringCache a ConcurrentHashMap since it can be ac...Nathan Ridge1-2/+2
2017-10-15Bug 512297 - Improve caching of type strings in ASTTypeUtilNathan Ridge1-4/+0
2017-10-15Rename EvalParameterPack to EvalPackExpansionNathan Ridge1-3/+3
2017-10-04Bug 525350 - Ensure a lookup point is always set during indexing, code analys...Nathan Ridge1-1/+7
2017-10-02Bug 515417 - Improve handling of friend classes in PDOMNathan Ridge6-12/+44
2017-09-26Fix a couple of potential leaks of the PDOM write lockNathan Ridge1-7/+10
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge45-286/+288
2017-09-18Bug 522411 - ConcurrentModificationException belowAndrey Loskutov1-15/+17
2017-09-13Bug 522176 - NullPointerException in DeltaAnalyzer.processResourceDeltaAndrey Loskutov1-0/+3
2017-09-13Bug 521817 - Implement PDOMCPPAliasTemplate.update()Nathan Ridge1-0/+16
2017-07-07Bug 514708 - Performance improvement indexer by caching Strings.Patrick Koenemann3-5/+80
2017-06-20Bug 516338 - Have ICPPAliasTemplateInstance implement ICPPTemplateInstanceNathan Ridge3-21/+67
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 Laperle2-1/+37
2017-05-22Bug 516627 - Add support for generic lambdasNathan Ridge1-5/+10
2017-05-14Bug 408470 - Add partial support for C++14 return type deductionNathan Ridge4-11/+67
2017-05-11Bug 516385 - Only use as much space as needed for PDOMCPPAliasTemplate and PD...Nathan Ridge3-5/+6
2017-05-05Bug 310837 - Indexer misses changes to header in referenced projectThomas Corbat1-8/+39
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-21Bug 514021 - Corrupted database only prints Error as messageMarc-Andre Laperle1-1/+1
2017-03-10Bug 513345 - A lot of time during indexing is spent insideSergey Prigogin1-3/+4
2017-03-10Bug 513345 - A lot of time during indexing is spent insideSergey Prigogin1-6/+14
2017-03-10Bug 513345 - A lot of time during indexing is spent insideSergey Prigogin3-21/+26
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-28Added tracing to CompositeValue.create.Sergey Prigogin1-2/+2
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

Back to the top