Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2014-04-30Add check in DwarfReader to avoid exception being caughtJeff Johnston1-36/+38
2014-04-29Add GNU debug-info support to DwarfReader/DwarfJeff Johnston5-61/+866
2014-04-26Bug 433556 - Unqualified name of the containing template is not resolvedSergey Prigogin2-5/+11
2014-04-26Failing test for bug 433556.Sergey Prigogin1-132/+145
2014-04-26Added a failing test for inherited constructor template.Sergey Prigogin1-3/+24
2014-04-26Corrected few comments.Sergey Prigogin3-6/+5
2014-04-25Cosmetics.Sergey Prigogin9-108/+50
2014-04-25Bug 424068 - [C++11] Inheriting constructors.Sergey Prigogin15-102/+566
2014-04-25Cosmetics.Sergey Prigogin11-54/+45
2014-04-24Improved type safety.Sergey Prigogin5-27/+36
2014-04-24Cosmetics.Sergey Prigogin6-30/+31
2014-04-23Fixed a typo.Sergey Prigogin1-3/+1
2014-04-22Fixed an NPE.Sergey Prigogin1-1/+1
2014-04-22Improved reliability of indexer cancellation - a safer version.Sergey Prigogin18-108/+128
2014-04-22Bug 433222 - Turn on Others category in New Proj Wizard by default.Doug Schaefer1-0/+4
2014-04-22Improved reliability of indexer cancellation.Sergey Prigogin1-3/+13
2014-04-22Cosmetics.Sergey Prigogin1-4/+4
2014-04-21Missing export to o.e.cdt.uiMarc Khouzam1-0/+1
2014-04-21Fixed compiler warnings.Sergey Prigogin4-35/+31
2014-04-20Cosmetics.Sergey Prigogin1-17/+17
2014-04-20Code streamlining.Sergey Prigogin1-2/+2
2014-04-19Cosmetics.Sergey Prigogin4-27/+27
2014-04-18Code streamlining.Sergey Prigogin6-187/+174
2014-04-18Cosmetics.Sergey Prigogin2-71/+69
2014-04-18Moved testU8TokenAfterIfdef_429361 to AST2TestsSergey Prigogin2-10/+10
2014-04-17Minor performance optimization.Sergey Prigogin1-1/+5
2014-04-17Improved an inefficient algorithm inSergey Prigogin1-13/+45
2014-04-17Cosmetics.Sergey Prigogin1-18/+18
2014-04-17Minor performance optimization.Sergey Prigogin1-13/+10
2014-04-16Cosmetics.Sergey Prigogin2-3/+3
2014-04-16Fixed integer overflow in binary search methods.Sergey Prigogin5-29/+30
2014-04-15Bug 399149 - Add missing @since tagsNathan Ridge4-0/+15
2014-04-15Bug 427401 - Failure to Parse addr2line binutil outputBrad Chiu1-0/+12
2014-04-14Bug 399149 - Semantic highlighting for context-sensitive keywordsNathan Ridge17-142/+470
2014-04-14Bug 432703 - 'Open Declaration' in parameter referencing previousNathan Ridge2-4/+29
2014-04-14Missing @since tagMarc Khouzam1-0/+1
2014-04-14Bug 429891 - Limit the total number of computation steps in a constexprNathan Ridge18-46/+110
2014-04-12Cosmetics.Sergey Prigogin1-1/+0
2014-04-12Revert "Bug 379684 Support for User Defined Literals"Sergey Prigogin25-1429/+176
2014-04-12Bug 432643 - Implement compositing for enum scopesNathan Ridge6-6/+94
2014-04-12Bug 379684 Support for User Defined LiteralsRichard Eames25-176/+1429
2014-04-12Bug 432547 - Introduce separate size limits for indexing of source andSergey Prigogin8-40/+78
2014-04-11Bug 432651 - Organize Includes removes an include necessary for definingSergey Prigogin7-103/+200
2014-04-11PDOMManager has to wait for the indexer job to respond to cancellation.Sergey Prigogin1-1/+1
2014-04-11Cosmetics.Sergey Prigogin1-1/+1
2014-04-11Fixed compiler warnings.Sergey Prigogin1-1/+1
2014-04-11Use diamond operator.Sergey Prigogin1-10/+9
2014-04-11added missing extension less headers 'condition_variable' and 'ctgmath 'Lukas Felber1-0/+5
2014-04-11Missing @since tagsMarc Khouzam2-1/+2
2014-04-10JI:449069 Add filtering to the PDOM generatorDoug Schaefer1-0/+11

Back to the top