Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Bug 540373: Remove '(non-Javadoc)' commentsJonah Graham2-8/+0
2018-11-22Bug 540373: Cleanup: Remove redundant type argumentsJonah Graham82-194/+194
2018-11-22Bug 540373: Cleanup: Remove unnecessary castsJonah Graham1-1/+1
2018-11-22Bug 540373: Cleanup: Organize ImportsJonah Graham24-38/+45
2018-11-22Bug 540373: Cleanup: Format & Remove trailing whitespaceJonah Graham1244-38064/+39772
2018-11-22Bug 540371: Update to EPLv2 using releng/scripts/change_to_eplv2.shJonah Graham1437-4311/+8622
2018-11-20Bug 540373: Normalize newlines with .gitattributesJonah Graham6-440/+440
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-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-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-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-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-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-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-21Bug 535257: __declspec lost on AST rewriteHansruedi Patzen7-31/+130
2018-06-20Bug 535256: Rewrite removes attributes, key and base from C++ enumHansruedi Patzen6-10/+96
2018-06-20Bug 535274: Allow attributes on namespace definitionsHansruedi Patzen5-5/+21
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 535331: Rewriting sizeof...() drops the parenthesisHansruedi Patzen1-2/+4
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 Patzen3-24/+52
2018-06-11Bug 531701 - ClassCastException inNathan Ridge1-8/+22
2018-06-03Bug 534813 - ASTWriter swaps noexcept and pure virtual specifierHansruedi Patzen1-4/+4
2018-06-03Bug532849 Inline namespace not recognized by formatterHansruedi Patzen1-0/+3
2018-06-01Bug 534808 - static_assert without message not recognized (C++17)Hansruedi Patzen6-11/+57
2018-05-29Bug 535196: [C++17] Support *this in lambda captureHansruedi Patzen2-0/+10
2018-05-28Bug 413527: [C++14] Support Lambda init-capturesHansruedi Patzen11-81/+372

Back to the top