Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2011-11-15Helper methods for generation of getters and setters.Sergey Prigogin4-8/+86
2011-11-15@Override annotations.Sergey Prigogin1-0/+3
2011-11-15Cosmetics.Sergey Prigogin2-23/+33
2011-11-15Consolidated tests.Sergey Prigogin1-49/+48
2011-11-15Added few methods to ClassTypeHelper and tests for them.Sergey Prigogin3-31/+277
2011-11-15Cosmetics.Sergey Prigogin2-8/+4
2011-11-15@Override annotations.Sergey Prigogin1-6/+7
2011-11-15Cosmetics.Sergey Prigogin2-42/+13
2011-11-15@Override annotations.Sergey Prigogin1-5/+17
2011-11-15Proper handling of class declarations located in cpp files.Sergey Prigogin9-61/+71
2011-11-15@Override annotations.Sergey Prigogin1-5/+4
2011-11-15Cosmetics.Sergey Prigogin2-6/+6
2011-11-13Added a missing @since tag.Sergey Prigogin1-0/+5
2011-11-13Adjusted Javadoc.Sergey Prigogin2-2/+3
2011-11-12Bug 342498 - Pin Call Hierarchy ViewMarc-Andre Laperle10-43/+264
2011-11-11Bug 363111 - Automatically generated explicit constructor has theMarc-Andre Laperle2-1/+20
explicit keyword in constructor definition
2011-11-11@Override annotations.Sergey Prigogin3-1/+10
2011-11-11@Override annotations.Sergey Prigogin3-26/+61
2011-11-11Bug 355991. Duplicate name detection based on {fileLocation, linkage,Sergey Prigogin1-35/+47
fileOffset} tuple.
2011-11-09Bug 363328 - NPE in ChangeBuildConfigActionBase.fillMenu()John Cortell1-7/+9
2011-11-08Cosmetics.Sergey Prigogin1-4/+4
2011-11-08cosmetics - deprecated usage, override annotations, indentationsAndrew Gvozdev1-68/+75
2011-11-07Added missing @Override annotations.Sergey Prigogin1-2/+4
2011-11-07Added missing @Override annotations.Sergey Prigogin1-0/+4
2011-11-07Automatic formatting of code affected by refactoring.Sergey Prigogin90-5726/+5113
2011-11-07Added a method for formatting multiple regions in a single call.Sergey Prigogin2-9/+113
2011-11-07Fixed two code formatter bugs.Sergey Prigogin3-32/+55
2011-11-07Cosmetics.Sergey Prigogin19-169/+140
2011-11-07Added missing @Override annotations.Sergey Prigogin3-15/+32
2011-11-07Cosmetics.Sergey Prigogin3-8/+7
2011-11-07Added missing @Override annotations.Sergey Prigogin2-47/+53
2011-11-07Fixed a deprecation warning.Sergey Prigogin1-2/+4
2011-11-07Added missing @Override annotations.Sergey Prigogin1-13/+23
2011-11-07Cosmetics.Sergey Prigogin9-158/+107
2011-11-07Added missing @Override annotations.Sergey Prigogin7-51/+104
2011-11-07Cosmetics.Sergey Prigogin3-46/+19
2011-11-07Added missing @Override annotations.Sergey Prigogin4-6/+15
2011-11-07Method name adjustment.Sergey Prigogin3-7/+7
2011-11-07Cosmetics.Sergey Prigogin1-33/+28
2011-11-07Bug 362976: Directly nested ambiguity node.Markus Schorn8-28/+80
2011-11-04Bug 362710 - Exception "Can only enable the hash look up before input has ↵Anton Leherbauer1-8/+19
been set"
2011-11-03Bug 197989: Use limited LRU caches instead of the unlimited ones.Markus Schorn2-3/+36
2011-11-03Bug 197989: Remove option to parse files up front from UI.Markus Schorn9-109/+21
2011-11-03Bug 362464: Sizeof computation for plain C.Markus Schorn7-18/+112
2011-11-03Bug 362148: Support for __COUNTER__ macro.Markus Schorn5-11/+88
2011-11-02Bug 361999: Call Hierarchy for instance of template-specialization.Markus Schorn8-40/+86
2011-11-02Bug 362562: Bogus detection of raw strings in inactive code.Markus Schorn2-115/+29
2011-10-31Bug 360541: Ambiguity resolution for declaration statements.Markus Schorn12-58/+294
2011-10-31Bug 360223: Detection of user-defined copy constructor.Markus Schorn9-209/+268
2011-10-28Bug 337821 - Fixes for COFF binarieskryall3-4/+83

Back to the top