Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-08-26Bug 415914 - Organize Includes doesn't add include for a constructorSergey Prigogin1-0/+31
2013-08-24Bug 415808 - Organize Includes command doesn't add includes for templateSergey Prigogin2-4/+3
2013-08-22Bug 414694 - Forward declarations inserted by Organize Includes have toSergey Prigogin3-13/+62
2013-08-20Bug 415394 - Function parameter types allowing implicit conversion fromSergey Prigogin1-0/+15
2013-08-15Bug 45203. Added few tests and fixed bugs uncovered by them.Sergey Prigogin1-10/+38
2013-08-15Bug 45203. Added a test for indirect header export and fixed a bugSergey Prigogin1-0/+30
2013-08-14Bug 414624 - Add Include command doesn't honor Organize IncludesSergey Prigogin1-5/+19
2013-08-12Bug 414838 - New class creation doesn't properly handle include pathSergey Prigogin1-2/+2
2013-08-11Bug 414827 - ClassCastExceptions in ToggleNodeHelper using C fileMarc-Andre Laperle1-1/+19
2013-08-07Bug 45203. Eliminated formard declarations for bindings defined orSergey Prigogin1-0/+23
2013-08-06Bug 45203. Fixed a bug and added test for function calls with referenceSergey Prigogin1-0/+14
2013-08-06Bug 45203. Don't forward declare types of function parameters sinceSergey Prigogin1-3/+4
2013-08-06Bug 45203. Fixed a bug in handling of pointer-to-typedef functionSergey Prigogin1-1/+14
2013-08-05Bug 45203. Proper handling of NULL function arguments.Sergey Prigogin1-0/+2
2013-08-05Bug 45203. Added a test.Sergey Prigogin1-1/+19
2013-08-05Bug 45203. As a matter of policy, a header declaring a function isSergey Prigogin1-0/+15
2013-08-03Bug 45203. Added more tests and fixed problems uncovered by the newSergey Prigogin1-5/+36
2013-08-02Minor test adjustment.Sergey Prigogin1-0/+1
2013-08-02Bug 45203. Support for symbols exported by multiple headers.Sergey Prigogin2-13/+36
2013-08-01Bug 45203. Added more tests and fixed issues uncovered by them.Sergey Prigogin1-1/+11
2013-08-01Bug 45203. Don't include headers defining superclasses if the headerSergey Prigogin1-1/+13
2013-08-01Bug 45203. Properly generate include statements for external macroSergey Prigogin1-7/+34
2013-07-29Bug 45203. Produce include staements for macros. Don't generate includeSergey Prigogin1-1/+13
2013-07-28Fix CallHierarchy tests that were failing due to test order (Junit4)Marc-Andre Laperle1-0/+7
2013-07-27Fixed few issues causing unnecessary includes for template arguments andSergey Prigogin2-3/+47
2013-07-26Fix failing test in MarkOccurrenceTest on Eclipse 4.3Marc-Andre Laperle1-1/+1
2013-07-10Bug 412463 - Code completion stops working in the presence of predefinedNathan Ridge1-1/+20
2013-07-08Bug 412463 - Code completion stops working in the presence ofNathan Ridge1-0/+20
2013-07-08Bug 412187 Formatting function-like macro call in equals initializerThomas Corbat1-0/+23
2013-07-02Bug 411911 - Fix some GNU formatter defaultsSimon Marchi1-7/+7
2013-07-01Bug 412032 - Extract local variable doesn't suggest a name in C sourceMarc-Andre Laperle1-1/+33
2013-06-14Bug 45203. User configurable header substitution rules.Sergey Prigogin1-12/+12
2013-06-07Bug 410074 - Refactoring throws NullPointerExceptionSergey Prigogin1-0/+3
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-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 Prigogin2-17/+36

Back to the top