Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/upc
AgeCommit message (Collapse)AuthorFilesLines
2007-06-12cleaned up c99 parser test suites a bit, added C99GCCTestsMike Kucera16-66/+114
2007-06-12fix bug 192009, support for implicit int in C99 parserMike Kucera3-1440/+1483
2007-06-11added preprocessor configurations, gcc attributes now supported as macrosMike Kucera1-2/+7
2007-06-07bug #191121, fix perfomance problems in C99 parser by making the parser ↵Mike Kucera1-5/+30
object a singleton
2007-06-04Fixes to the C99/UPC parsers. Fix NPE in C99ParserAction. Fix CCE in UPC ↵Mike Kucera3-954/+942
parser. Fix problem with ## operator in C99Preprocessor. Fix problem with skipping inactive code in C99Preprocessor.
2007-05-29Bug 189539 - Fix dates on about.html files to reflect projected release date.Doug Schaefer1-1/+1
2007-05-02RESOLVED - bug 185175: UPC Feature FeatureChris Recoskie1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=185175
2007-05-01Removing unnecessary inclusion of LPG plugin from UPC feature. Since this ↵Chris Recoskie1-7/+0
feature requires the C99 feature the LPG prerequisite should already be taken care of.
2007-04-30RESOLVED - bug 184499: [C99 parser] add support for digraph and trigraph ↵Chris Recoskie2-0/+32
sequences https://bugs.eclipse.org/bugs/show_bug.cgi?id=184499 Patch from Mike Kucera
2007-04-27adding UPC featureChris Recoskie9-0/+1018
2007-04-27upversioning the C99 and UPC plugins to 4.0.0.qualifierChris Recoskie2-2/+2
2007-04-27RESOLVED - bug 184442: UPCLanguage has typo in PLUGIN_IDChris Recoskie2-4/+5
https://bugs.eclipse.org/bugs/show_bug.cgi?id=184442
2007-04-27RESOLVED - bug 183848: add parser for Unified Parallel CChris Recoskie19-0/+930
https://bugs.eclipse.org/bugs/show_bug.cgi?id=183848
2007-04-27RESOLVED - bug 183848: add parser for Unified Parallel CChris Recoskie36-0/+5890
https://bugs.eclipse.org/bugs/show_bug.cgi?id=183848 Patch from Mike Kucera

Back to the top