Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-17Bug 540957 - Implement equivalence checking for expressionsNathan Ridge30-2/+358
2018-11-16Bug 540909 - underlying_type of typedef to enumNathan Ridge1-1/+4
2018-11-13Bug 512297 - Improve propagation of semantic problem IDsNathan Ridge1-1/+8
2018-11-06Bug 540676 - Improve parsing of alias templatesHannes Vogt1-3/+9
2018-11-02Bug 540450 - Fix @since versionHannes Vogt2-2/+2
2018-10-31Bug 540450 - Parsing dependent template nameHannes Vogt5-5/+81
2018-10-30Bug 540610 - Add Automatic-Module-Name headerKarsten Thoms1-0/+1
2018-10-29Bug 540538 - Pack size for CPPTemplateParameterHannes Vogt1-1/+5
2018-10-29Bug 540159 - ClassCastException in ExecDeclarator.unmarshal()Nathan Ridge1-2/+10
2018-10-29Bug 540112 - Perform C++14 return type deduction in ReturnCheckerNathan Ridge2-10/+29
2018-10-22Bug 529656 - Error if docker build failedHannes Vogt2-0/+5
2018-10-12Bug 540085 - Deadlock in ToolChainManager initJeff Johnston1-1/+1
2018-10-11Bug 538069 - Save non-type template parameter...Hannes Vogt1-0/+3
2018-09-30Bug 539535 - Refactor CPPSemantics.findOverloadedOperator() so that if someth...Nathan Ridge1-23/+40
2018-09-30Bug 539535 - Originate an accurate lookup point in CPPASTFieldReference.creat...Nathan Ridge1-33/+38
2018-09-27Bug 512822: "Launch failed. Binary not found" even after buildingHansruedi Patzen3-59/+84
2018-09-26Bug 518273 - Toggle function should remove the override keyword when moving o...Marc-Andre Laperle2-7/+27
2018-09-25Bug 538615 - GNU-style attribute preceding standard attribute specifierNathan Ridge1-1/+3
2018-09-25Bug 539076 - Substitution of alias template for template template parameterNathan Ridge1-3/+9
2018-09-18Bug 539052 - Add support for __is_constructible type trait intrinsicNathan Ridge9-8/+40
2018-09-17Bug 510152: ParserException in ASTAmbiguousNode.logAmbiguousNodeErrorHansruedi Patzen1-1/+2
2018-09-12Bug 536884 - Removing header cache should cause ScannerInfo refreshJeff Johnston1-3/+0
2018-09-11Bug 538517 - Proper handling of range-for with temporary as range expressionNathan Ridge1-1/+26
2018-09-02Bug 537942: Inactive include statements have wrong offsetsHansruedi Patzen1-1/+1
2018-08-24Bug 537534 - Support binary expressions with an initializer-list as the secon...Nathan Ridge1-1/+1
2018-07-24Fix some @since tags because of new baseline and plugin versionMarc-Andre Laperle5-9/+9
2018-07-24537217: [C++17] Add support for typename keyword for template template parame...Felix Morgner7-31/+84
2018-07-23Bug 481753 - LanguageSettingsProvidersSerializer does not "Check Out"Marc-Andre Laperle1-0/+2
2018-07-23Bug 535911: Better error in the presence of compressed ELF sectionMarc-Andre Laperle3-2/+26
2018-07-16Bug 536805 - NPE in CPPEvaluation.maybeApplyConversion()Nathan Ridge1-0/+4
2018-07-16Bug 537013 - Comment is replaced along with nodeThomas Corbat2-0/+100
2018-07-12Bug 536884 - Removing header cache should cause ScannerInfo refreshJeff Johnston1-2/+32
2018-07-08Bug 535777 - Disallow class body in trailing return typeNathan Ridge2-5/+12
2018-07-01Bug 535548 - Infinite recursion loading function whose return type refers to ...Nathan Ridge6-21/+51
2018-07-01Bug 535559 - Index search for entity inside toplevel anonymous namespaceNathan Ridge1-1/+2
2018-06-29Bug 536470: Fix NPE for includes outside workspaceJiří Engelthaler1-0/+3
2018-06-26Bug 534330 - Use the full path of the file when inventing names for anonymous...Nathan Ridge1-12/+30
2018-06-26Bug 536023: NoClassDefFoundError for javax/xml/bind/DatatypeConverterMarc-Andre Laperle1-0/+2
2018-06-21Bug 535257: __declspec lost on AST rewriteHansruedi Patzen8-31/+131
2018-06-21Bug 535274 Follow up cosmeticsThomas Corbat1-6/+7
2018-06-20Bug 535256: Rewrite removes attributes, key and base from C++ enumHansruedi Patzen7-10/+111
2018-06-20Bug 535274: Allow attributes on namespace definitionsHansruedi Patzen6-10/+48
2018-06-15Bug 535275: Allow attributes on function parameter declarationsHansruedi Patzen5-6/+35
2018-06-15Bug 535269: Allow attributes on enumeratorsHansruedi Patzen4-20/+23
2018-06-15Bug 535278: Formatter error formatting CF statements with attributesHansruedi Patzen1-0/+14
2018-06-15Bug 535263: Switch statement attributes lost on rewriteHansruedi Patzen1-1/+4
2018-06-15Bug 535331: Rewriting sizeof...() drops the parenthesisHansruedi Patzen2-5/+5
2018-06-15Bug 535266: Formatter error CaseStatement with attributesHansruedi Patzen1-0/+2
2018-06-15Bug 535557 - Avoid setting a null lookup point in SizeofCalculator.sizeAndAli...Nathan Ridge1-2/+6
2018-06-14Bug 533552: Rewriting nodes with attributes causes attribute duplicationHansruedi Patzen4-24/+90

Back to the top