Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-04-27toString methodSergey Prigogin1-1/+6
2012-04-27Cosmetics.Sergey Prigogin3-37/+41
2012-04-26Bug 377457: Name resolution for exception specification.Markus Schorn1-1/+2
2012-04-26Bug 376246: Name resolution in catch handler of function definition.Markus Schorn1-6/+6
2012-04-25Cosmetics.Sergey Prigogin5-24/+20
2012-04-20Minor optimization.Sergey Prigogin1-2/+2
2012-04-20Bug 377223 - Name resolution problem caused by a const qualifier inSergey Prigogin1-0/+4
template parameter
2012-04-18Bumped up PDOM version to trigger index rebuild. The rebuild is neededSergey Prigogin1-3/+4
to fix definition of int64_t and other types that depend on attributes.
2012-04-18Cosmetics.Sergey Prigogin1-4/+7
2012-04-18Bug 377045 - Bogus transient errors in C/C++ editor soon after EclipseSergey Prigogin8-2/+57
startup.
2012-04-18Cosmetics.Sergey Prigogin1-1/+1
2012-04-18Fixed a compiler warning.Sergey Prigogin1-15/+13
2012-04-16Cosmetics.Sergey Prigogin2-12/+10
2012-04-14Treat __attribute__ ((__mode__ (__DI__))) as long instead of long longSergey Prigogin3-20/+36
in 64-bit mode.
2012-04-13Bug 376790 - Codan should not issue warnings for unused variables andSergey Prigogin7-43/+70
functions that have attribute unused
2012-04-13Bug 316076. Added IFunction.isNoReturn() method.Sergey Prigogin16-35/+134
Change-Id: Idfa2aa067e9c956b9a990980797a41277a84cc58 Reviewed-on: https://git.eclipse.org/r/5584 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-13Bug 316230 - Representation of gcc attributes in AST. AlsoSergey Prigogin90-581/+1560
contains a fix for bug 330635. Change-Id: I11d872bd68dc0819a95ad8bf83c6db20fbc81387 Reviewed-on: https://git.eclipse.org/r/5554 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-13Removed prematurely submitted classes.Sergey Prigogin2-102/+0
2012-04-13Cosmetics.Sergey Prigogin43-535/+573
2012-04-11Cosmetics.Sergey Prigogin2-12/+8
2012-04-10Cosmetics.Sergey Prigogin16-376/+330
2012-04-09Cosmetics.Sergey Prigogin10-44/+33
2012-04-09Cosmetics.Sergey Prigogin2-5/+5
2012-04-09Cosmetics.Sergey Prigogin3-33/+25
2012-04-06Minor code cleanup.Sergey Prigogin1-32/+31
2012-04-06Bug 375601: Remove workaround for bug 359485.Markus Schorn1-10/+3
2012-04-05Bug 255093 - In C++ refactoring, selection should be updated like JavaSergey Prigogin2-56/+385
refactorings do
2012-04-05Cosmetics.Sergey Prigogin1-3/+10
2012-04-05Cosmetics.Sergey Prigogin3-26/+28
2012-04-04Bug 375601: Remove workaround for bug 359485.Markus Schorn1-10/+3
2012-04-04Bug 368989: Supress initial index rebuild when automatic updates are turned off.Markus Schorn1-13/+14
2012-04-04Bug 370637: Visiting while statements.Markus Schorn1-10/+9
2012-04-03Bug 375739: #ifdef nested in macro-expansion.Markus Schorn1-1/+1
2012-03-30Code simplification.Sergey Prigogin1-67/+49
2012-03-28Bug 375546 - Potential NullPointerException in CParameter.javasprigogin1-7/+5
2012-03-27Eliminated unnecessary blank lines in refactored code.sprigogin3-49/+49
2012-03-23Cosmetics.Sergey Prigogin1-1/+0
2012-03-23Cosmetics.Sergey Prigogin1-2/+1
2012-03-20Fixed excessive code reformatting.Sergey Prigogin1-1/+5
2012-03-20Don't update index timestamp if nothing has changed.Sergey Prigogin1-1/+2
2012-03-19Added file size to the condition used for determining if the fileSergey Prigogin9-29/+75
has changed since it was indexed. Timestamps on Unix have 1-sec granularity and comparison based on them alone may produce false negatives.
2012-03-19Cosmetics.Sergey Prigogin9-101/+64
2012-03-18Cosmetics.Sergey Prigogin2-255/+255
2012-03-18Fixed compiler warnings.Sergey Prigogin1-24/+26
2012-03-18Cosmetics.Sergey Prigogin4-98/+91
2012-03-18Fixed a typo.Sergey Prigogin1-1/+1
2012-03-17Determination of output parameters for extracted functions in theSergey Prigogin1-28/+45
presence of goto statements.
2012-03-17Cosmetics.Sergey Prigogin9-92/+78
2012-03-14Determination of output parameters for extracting function fromSergey Prigogin1-1/+2
inside conditional statements and loops.
2012-03-14Cosmetics.Sergey Prigogin17-187/+141

Back to the top