Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-16Cosmetics.Sergey Prigogin1-4/+4
2015-01-07Bug 456752 - [Code Assist] - Accessibility check is broken for baseMichi1-2/+14
2015-01-05Bug 422401 - [Content Assist] no binding for nested types of a baseMichi1-0/+3
2015-01-04Bug 424565 - 'Open Declaration' on use of alias template defined in baseMichi1-2/+5
2014-12-19Bug 434446 - [code assist] struct not being recognised as a valid baseMichi1-3/+9
2014-12-10Bug 451091 - Make type of constexpr variable const-qualifiedNathan Ridge1-1/+15
2014-12-09Revert "Bug 451091 - Make type of constexpr variable const-qualified"Sergey Prigogin1-4/+1
2014-12-09Bug 450888. Fixed the problem decribed in comment #0Sergey Prigogin4-44/+81
2014-12-08Cosmetics.Sergey Prigogin1-9/+6
2014-12-08Bug 451091 - Make type of constexpr variable const-qualifiedNathan Ridge1-1/+4
2014-12-08Bug 452325 - Protect against IVariable.getInitialValue() calling itselfNathan Ridge2-7/+3
2014-11-25Cosmetics.Sergey Prigogin1-15/+15
2014-11-21Automatically add appropriate #include statements in index tests.Sergey Prigogin1-1/+1
2014-11-15Bug 379626 - Incorrect syntax coloring of dependent method callNathan Ridge1-7/+3
2014-11-04Bug 450009 - NPE in CPPSemantics.getContainingNamespaceScope called fromSergey Prigogin1-1/+1
2014-10-28Bug 449099 - IllegalArgumentException: waldo is not a member of ASergey Prigogin1-18/+15
2014-10-28Fixed an unsafe method call.Sergey Prigogin1-1/+1
2014-10-23Bug 447728 - Support for types of unkown fieldsNathan Ridge2-0/+77
2014-10-22Bug 446711 - Name resolution problem with dependent enumerationSergey Prigogin19-120/+104
2014-10-20Bug 446711 - Name resolution problem with dependent enumerationSergey Prigogin1-7/+7
2014-10-17Bug 446711 - Name resolution problem with dependent enumerationSergey Prigogin4-67/+96
2014-10-17Cosmetics.Sergey Prigogin2-20/+20
2014-10-09Bug 439477 - Ranking list-initialization sequencesNathan Ridge2-1/+60
2014-10-07Bug 446225 - Captured variables not recognized as usagesSergey Prigogin1-4/+6
2014-10-07Bug 446225 - Captured variables not recognized as usagesSergey Prigogin1-3/+5
2014-10-04Bug 445911 - NPE in CPPTemplates.createParameterMapSergey Prigogin1-0/+6
2014-09-05Bug 443361 - Template function resolution problem with lambdaSergey Prigogin1-5/+26
2014-08-28Bug 405168 - Make EvalID.instantiate() a bit more robustNathan Ridge1-4/+1
2014-08-27Bug 438384 - "syntax error" for class method ref qualifiersSergey Prigogin3-7/+15
2014-08-26Bug 442213 - Field reference in pack expansionNathan Ridge1-0/+4
2014-08-26Bug 399145 - Point of declaration of template parameterNathan Ridge1-1/+16
2014-08-26Bug 435075 - Avoid an infinite recursion during name resolutionNathan Ridge1-7/+0
2014-08-22More consistent treatment of anonymous namespaces betwenn index andSergey Prigogin1-7/+0
2014-08-20Bug 442117 - Name resolution problem with namespace alias.Sergey Prigogin2-30/+57
2014-08-11Bug 437675 - Handle PDOM function instances inNathan Ridge1-4/+5
2014-08-11Bug 404245 - Check that a function call has enough arguments afterNathan Ridge1-2/+11
2014-08-11Bug 438348 - Allow decltype-specifiers in base-specifiersNathan Ridge1-1/+1
2014-08-08Bug 441394 - Fix an NPE in EvalFunctionSet.isConstantExpression() Nathan Ridge1-0/+2
2014-08-08Bug 438348 - Leave parameter pack of nested template intact whenNathan Ridge1-3/+3
2014-07-10Bug 84144 - Occurrence marking for label references.Thomas Corbat1-1/+1
2014-07-10Cosmetics and refactoring related to commits of bug 84144Thomas Corbat1-66/+23
2014-07-06Bug 84144 - [Parser2] GCC: labels as valuesqdagans1-1/+63
2014-06-25Bug 438114 - Friend function declaration is not reconciled with otherSergey Prigogin1-1/+5
2014-06-25Cosmetics.Sergey Prigogin1-15/+16
2014-05-15Bug 432701 - Expose the default value of a function parameter in the ASTNathan Ridge2-14/+58
2014-05-14Cosmetics.Sergey Prigogin1-9/+13
2014-05-14Bug 432701 - Move code that determines the value of an initializer to Semanti...Nathan Ridge1-1/+41
2014-05-07Cosmetics.Sergey Prigogin1-1/+1
2014-04-26Bug 433556 - Unqualified name of the containing template is not resolvedSergey Prigogin1-4/+10
2014-04-25Cosmetics.Sergey Prigogin1-0/+1

Back to the top