Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2017-04-21Bug 505743: Improve stderr output on intermittent testsJonah Graham1-1/+5
2017-04-21Bug 515296: Adding choice to not show editor againPierre Sachot1-0/+6
2017-04-20Bug 515545 - NPE when using Extract Function in the presence of auto variableMarc-Andre Laperle2-4/+22
2017-04-20Bug 515430: Prevent assertion by checking for quick fixable setJonah Graham1-1/+2
2017-04-20Bug 514637. Fixed the runtime version to 3.8.0Pierre Sachot1-1/+1
2017-04-19Bug 515249: Corrected icon display Pierre Sachot1-1/+3
2017-04-19Bug 515417: Disable intermittent testTypes_FriendClassJonah Graham1-1/+1
2017-04-18Bug 515383: Missing standard headers in file associationsFelix Morgner2-2/+4
2017-04-18Bug 505743: Allow intermittent tests to try multiple timesJonah Graham1-36/+75
2017-04-18Bug 515068 - ClassCastException in CPPASTDeclarator.getExecution()Nathan Ridge1-2/+4
2017-04-18Bug 515066 - ArrayIndexOutOfBoundsException in CPPClassScope.markInheritedCon...Nathan Ridge1-0/+2
2017-04-18Bug 497670 - Support compiler provided "fix-it" hintsJeff Johnston8-4/+318
2017-04-16Bug 514950 - NullPointerException running Organize IncludesSergey Prigogin1-1/+3
2017-04-15Bug 515307: Run test order of magnitude fasterJonah Graham1-7/+3
2017-04-15Bug 515101: Control folding on doc and non-doc commentsJonah Graham9-217/+627
2017-04-15Bug 515304: profiles to parallelize testsuiteJonah Graham1-0/+1
2017-04-14Bug 514821 - Attribute on enumeratorNathan Ridge4-2/+14
2017-04-14Bug 514595 - Instantiate EvalConstructor.fType correctlyNathan Ridge2-2/+36
2017-04-14Bug 515178: Convert ui AutomatedSuite to new styleJonah Graham19-425/+314
2017-04-12Bug 515024: Fold adjacent single line doc commentJonah Graham2-9/+85
2017-04-10Delete unreachable codeJonah Graham1-6/+1
2017-04-08Bug 512932 - Name lookup for friend classNathan Ridge13-13/+79
2017-04-08Rename doKoenigLookup() to doArgumentDependentLookup()Nathan Ridge2-7/+7
2017-04-08Remove unused fieldNathan Ridge1-1/+0
2017-03-31Cosmetics.Sergey Prigogin1-2/+2
2017-03-31Fixed serialization/deserialization of error values.Sergey Prigogin1-10/+19
2017-03-30Protect against NPE in case "declarators" is nullJesper Eskilson1-52/+63
2017-03-30Removed an unused import.Sergey Prigogin1-1/+0
2017-03-30Bug 444577 - __int128_t / __uint128_t not supported (GCC)Sergey Prigogin2-4/+24
2017-03-28Bug 514197 - Organize Includes removes an include necessary forSergey Prigogin3-14/+122
2017-03-27Remove ANSI escape sequences from lines before handing them to output parsersSimon Marchi1-1/+8
2017-03-25Remove unused OpenTypeDialogMarc-Andre Laperle2-35/+1
2017-03-24Bug 513429 - Defer instantiation of variable templates with dependent argumentsNathan Ridge12-14/+367
2017-03-23Generify AsmTextEditor.getAdapter.Alexander Kurtakov1-6/+3
2017-03-23Remove unneeded casts.Alexander Kurtakov1-2/+2
2017-03-23Generify ListenerList.Alexander Kurtakov11-127/+58
2017-03-22Don't use _ as identifier.Alexander Kurtakov1-2/+2
2017-03-22Bug 463480 - [Include Browser] Add Expand all, Collapse allMarc-Andre Laperle16-5/+71
2017-03-21Bug 514021 - Corrupted database only prints Error as messageMarc-Andre Laperle1-1/+1
2017-03-19Bug 513430 - sizeof() with dependent type in default template argumentNathan Ridge3-3/+16
2017-03-15Bug 513681 - Unresolved name with a friend declaration in a namespaceSergey Prigogin3-3/+63
2017-03-14Bug 509396 - Unresolved symbol with address of overload set containingSergey Prigogin8-23/+135
2017-03-14Added toString() methodSergey Prigogin1-0/+12
2017-03-14Cosmetics.Sergey Prigogin1-3/+6
2017-03-14Minor performance optimization.Sergey Prigogin1-0/+4
2017-03-13Code streamlining.Sergey Prigogin1-3/+3
2017-03-10Cosmetics.Sergey Prigogin1-10/+9
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-10Added protection against NPE and invalid values.Sergey Prigogin7-16/+34

Back to the top