Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-06-07Bug 410074 - Refactoring throws NullPointerExceptionSergey Prigogin1-0/+3
2013-05-26Combined classes CPPNameCollector and CNameCollector into a singleSergey Prigogin1-157/+23
2013-05-26Generics.Sergey Prigogin1-41/+12
2013-05-18Bug 403418 - Type Hierarchy view does not show class templates.Sergey Prigogin1-0/+44
2013-05-18Cosmetics.Sergey Prigogin3-141/+113
2013-05-17Bug 402878. Fixed CppCallHierarchyTest.testClosures_316307 test.Sergey Prigogin1-3/+0
2013-05-12Cosmetics.Sergey Prigogin1-251/+142
2013-05-12Bug 407807 - [Content Assist] No completion for members of object thatNathan Ridge1-0/+21
2013-05-01bug 401961: Fixed failing test caseAndrew Gvozdev1-3/+4
2013-04-29Reverted accidentally committed changes from last commitAndrew Gvozdev1-3/+0
2013-04-29bug 403405: Change default of isLanguageSettingsProvidersFunctionalityEnabled...Andrew Gvozdev1-0/+3
2013-03-31Bug 45203. Improved loop detection.Sergey Prigogin1-2/+2
2013-03-30Bug 45203. Added transitive closing of include maps.Sergey Prigogin4-2/+109
2013-03-22Bug 45203. Added support for IWYU export pragmas.Sergey Prigogin2-6/+40
2013-03-15Fixed a broken test.Sergey Prigogin1-2/+4
2013-03-15Merge branch 'bug_45203'Sergey Prigogin8-19/+695
2013-03-15Bug 45203. Major milestone - Organize Includes command is ready forSergey Prigogin7-28/+592
2013-03-13Don't reuse the same progress monitor across test runs.Sergey Prigogin1-1/+1
2013-03-12Bug 240692 -- Fix rename for templatesJesse Weinstein1-40/+66
2013-03-11Bug 393883 - Implement Method loses throw()Jesse Weinstein1-0/+33
2013-02-15Merge remote-tracking branch 'origin/master' into bug_45203Sergey Prigogin3-18/+37
2013-02-06Bug 399142 - [regression] 'Open Declaration' does not work insideNathan Ridge1-1/+21
2013-02-05Enabled assertions during tests.Sergey Prigogin1-1/+1
2013-02-03Cosmetics.Sergey Prigogin2-17/+16
2013-01-25Merge remote-tracking branch 'origin/master' into bug_45203Sergey Prigogin4-106/+26
2013-01-23Bug 398706. Adjusted two tests.Sergey Prigogin1-14/+11
2013-01-23Renamed few classes to distinguish tests from their base classes.Sergey Prigogin1-2/+2
2013-01-18Bug 398459 - Invalid auto-indentation in a virtual methodSergey Prigogin1-2/+2
2013-01-16Bug 396439 - Syntax highlighting is wrong for raw strings. Added a testSergey Prigogin1-1/+1
2013-01-16Cosmetics.Sergey Prigogin1-6/+6
2013-01-16Cosmetics.Sergey Prigogin1-81/+4
2013-01-09Merge remote-tracking branch 'origin/master' into bug_45203Sergey Prigogin3-10/+48
2013-01-05Bug 397496 - Formatter does not wrap long macro argumentsSergey Prigogin1-2/+28
2013-01-03Bug 397288 - typename keyword is not completedMarc-Andre Laperle2-8/+20
2012-12-31Bug 45203. Initial commit for Organize Includes feature.Sergey Prigogin1-0/+112
2012-12-31Cosmetics.Sergey Prigogin1-1/+0
2012-12-07Bug 379631 - code-completion of functions in using-declarationsNathan Ridge1-3/+12
2012-12-05Formatter support for defaulted and deleted functions and for rvalueSergey Prigogin1-0/+22
2012-10-24Preservation of typedefs in template arguments.Sergey Prigogin1-2/+2
2012-10-02Bug 381824: Storing dependent bindings.Markus Schorn1-0/+1
2012-09-25Removed test exclusions for various tests recently fixed by Markus.John Cortell2-117/+111
2012-09-14Fix intermittent test failures.Markus Schorn26-216/+130
2012-08-24Revert "Revert "Allow unreliable tests to be avoided""Sergey Prigogin1-1/+10
2012-08-24Revert "Allow unreliable tests to be avoided"Sergey Prigogin1-10/+1
2012-08-22Pushed INDEXER_TIMEOUT_SEC constant up the test class hierarchy.Sergey Prigogin3-12/+9
2012-08-22BaseUITestCase.waitForIndexer() intermittently throws exceptionJohn Cortell1-11/+16
2012-08-22Cosmetics.Sergey Prigogin1-34/+27
2012-08-21Allow unreliable tests to be avoidedJohn Cortell1-1/+10
2012-08-21Fix BaseUITestCase.checkTreeNode(); causing intermittent test failuresJohn Cortell1-31/+45
2012-08-20Bug 387560. Fix and test case.Sergey Prigogin1-0/+24

Back to the top