Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2015-03-02An attempt to make testTemplateClassMethod_207320 test less flaky.Sergey Prigogin1-2/+2
2015-03-01Bug 460080 - Template id inside special cast expression forming '>>'Nathan Ridge2-1/+12
2015-03-01Bug 460741 - Type of conditional expression in CNathan Ridge10-34/+271
2015-02-24Cosmetics.Sergey Prigogin1-11/+11
2015-02-24Fixed category name "&C/C++" (Removed &)Alena Laskavaia1-1/+1
2015-02-24Cosmetics.Sergey Prigogin2-3/+4
2015-02-24Bug 460646 - Open Element doesn't work for a class inside an anonymousSergey Prigogin3-33/+43
2015-02-24Cosmetics.Sergey Prigogin13-237/+142
2015-02-23Bug 460341 - Nested Template Specialization not properly resolvedMichi2-0/+23
2015-02-20bug 454501: make replace private method with String.trim()Matthew Khouzam1-11/+2
2015-02-19removed mandatory sleeps to speed-up testsAlena Laskavaia2-3/+3
2015-02-19Bug 460183 - Template resolution problem with trailing-return-typeSergey Prigogin2-1/+37
2015-02-18Cosmetics.Sergey Prigogin1-13/+10
2015-02-18Fix up API @since tags against CDT 8.6.Doug Schaefer13-9/+24
2015-02-17Bug 459972 - Update CDT to use o.e.remote 2.0.Doug Schaefer1-0/+1
2015-02-17Revert "Revert "Bug 459940 - Sfinae in id-expression""Sergey Prigogin4-2/+36
2015-02-17Revert "Bug 459940 - Sfinae in id-expression"Sergey Prigogin4-36/+2
2015-02-16Bug 459971 New SerialPort support. First step is Mac library.Doug Schaefer13-73/+445
2015-02-16Bug 402498. Do not rely on promiscuous binding resolution for addingSergey Prigogin3-22/+170
2015-02-16Bug 448764 - Type of EvalMemberAccess for dependent memberNathan Ridge2-4/+22
2015-02-14Bug 459940 - Sfinae in id-expressionNathan Ridge4-2/+36
2015-02-13Bug 459844 - Pack expansion in nested templateNathan Ridge3-10/+44
2015-02-11Remove unnecessary .api_filtersMarc Khouzam2-39/+0
2015-02-10Bug 452416 - Adjust a comment about PDOM versioningNathan Ridge1-0/+2
2015-02-09Bug 452416 - Handle variadic functions in variable read/write analysisNathan Ridge3-6/+40
2015-02-09Bug 452416 - Move takesVarArgs() up from ICPPFunctionType toNathan Ridge7-10/+42
2015-02-09Bug 459279 - Size of string literals with escape charactersNathan Ridge4-35/+90
2015-02-09Bug 458316 - Unqualified function call with dependent argument andNathan Ridge2-16/+46
2015-02-09Bug 457770 - Size of empty structureNathan Ridge2-2/+13
2015-02-08Bug 459389 - [code assist] no members for deeply nested class templates Michi2-5/+32
2015-02-08Bug 445177 - Fix an over-eager optimization that can discard a desiredNathan Ridge4-18/+94
2015-02-06Bug 459186. Added safeguards against misuse of content assist contextsSergey Prigogin3-24/+75
2015-02-06Cosmetics.Sergey Prigogin7-69/+44
2015-02-06Bug 459186 - Index read locks are leakingSergey Prigogin1-5/+9
2015-02-06Revert "Bug 438549. Add mechanism for parameter guessing."Sergey Prigogin11-1695/+9
2015-02-06Revert "Cosmetics."Sergey Prigogin10-107/+182
2015-02-06Revert "Bug 459186 - Index read locks are leaking"Sergey Prigogin2-18/+8
2015-02-06Cosmetics.Sergey Prigogin2-4/+1
2015-02-06Extract test VM args to common property base.test.vmargsMarc-Andre Laperle3-3/+3
2015-02-05Bug 459186 - Index read locks are leakingSergey Prigogin2-8/+18
2015-02-05Cosmetics.Sergey Prigogin10-182/+107
2015-02-04Bug 459179 - ClassCastException in CPPSemantics.getParentScopeSergey Prigogin5-5/+18
2015-02-04Bug 459047 - [AccessContext] namingClass not found for nested classMichi2-3/+18
2015-02-04Bug 458679 - Ranking list-initialization sequences with user-definedNathan Ridge5-37/+69
2015-01-27Cosmetics.Sergey Prigogin1-5/+4
2015-01-27Comment adjustment.Sergey Prigogin1-6/+7
2015-01-27Bug 436656 - [Organize includes] Add include for base class when codeSergey Prigogin3-92/+175
2015-01-27Cosmetics.Sergey Prigogin8-25/+27
2015-01-26Fixed NPE when opening preference page for Working SetsAlena Laskavaia1-3/+10
2015-01-24Bug 458317 - Fix an NPE in MethodHighlighting.consumes()Nathan Ridge2-3/+14

Back to the top