Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-09-14Bug 417243 - Organize Includes inserts unnecessary include for theSergey Prigogin1-0/+12
2013-09-13Bug 417240 - Organize Includes inserts unnecessary include for theSergey Prigogin1-0/+11
2013-09-13Bug 417147 - Organize Includes ignores an overloaded operator.Sergey Prigogin1-0/+15
2013-09-12Bug 417143 - Organize Includes removes include of the header declaring aSergey Prigogin2-2/+20
2013-09-12Bug 417050 - Organize Includes adds includes for template parameters ofSergey Prigogin1-0/+32
2013-09-04Fix pom versionsMarc-Andre Laperle1-2/+2
2013-08-31Bug 412032 - Fix test that failed to fail before the fixMarc-Andre Laperle1-2/+4
2013-08-29Bug 416194 - Partner include should never be removedSergey Prigogin1-0/+20
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-23Revert "More version changes."Sergey Prigogin1-1/+1
2013-08-23More version changes.Sergey Prigogin1-1/+1
2013-08-23Bug 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 Prigogin4-8/+25
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-1/+24
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-02Bug 45203. Support for symbols exported by multiple headers.Sergey Prigogin2-13/+38
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 statements for macros. Don't generate includeSergey Prigogin1-1/+13
2013-07-28Fixed few issues causing unnecessary includes for template arguments andSergey Prigogin2-3/+47
2013-07-17Bug 412463 - Code completion stops working in the presence of predefinedNathan Ridge1-1/+20
2013-07-17Bug 412463 - Code completion stops working in the presence ofNathan Ridge1-0/+20
2013-07-17Bug 412187 Formatting function-like macro call in equals initializerThomas Corbat2-4/+25
2013-07-17Bug 45203. User configurable header substitution rules.Sergey Prigogin1-12/+12
2013-07-01Bug 412032 - Extract local variable doesn't suggest a name in C sourceMarc-Andre Laperle1-1/+33
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

Back to the top