Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2009-04-01Testcase for bug 269052.Markus Schorn1-0/+9
2009-04-01Fix case ranges, bug 270430.Markus Schorn5-6/+55
2009-04-01Using IASTNode instead of ASTNode, bug 267888.Markus Schorn1-13/+13
2009-04-01Option for indexer to skip implicit references, bug 268383.Markus Schorn9-34/+63
2009-03-31improvement to ASTPrinter so that it can print ambiguity nodes and their chil...Mike Kucera1-39/+41
2009-03-30Decouple cast-expressions from unary expressions by Richard Miskin, bug 270252.Markus Schorn3-32/+82
2009-03-27Classification of literals, by Richard Miskin, bug 269705.Markus Schorn2-2/+257
2009-03-27Bug 270264 - Several bundles should be singletonsAnton Leherbauer12-36/+12
2009-03-26Bug 270160 - need StandaloneIndexer.setLanguageMapper()Mike Kucera1-0/+5
2009-03-26Bug 270103 - [Project Explorer] Sorting is broken with Eclipse 3.5 M6Anton Leherbauer1-54/+48
2009-03-26Fixes warnings.Markus Schorn13-67/+43
2009-03-26bug 270031, FileLanguageMappingPropertyPage throws NPE when opened on remote ...Mike Kucera1-1/+1
2009-03-26Removed an unused piece of code and adjusted comments.Sergey Prigogin1-10/+11
2009-03-26Added sys/resource.h to files to parse up front.Sergey Prigogin1-1/+3
2009-03-25RESOLVED - bug 268145: include heuristics break standalone indexingChris Recoskie4-11/+24
2009-03-24Destructors are neither const nor volatile, bug 269655.Markus Schorn3-7/+4
2009-03-24Remove CQualifiedPointerType, bug 269670.Markus Schorn2-100/+12
2009-03-24Performance optimization: defer attempt to use user-defined conversions durin...Markus Schorn4-31/+132
2009-03-24Fix for bug 269727.Sergey Prigogin3-32/+37
2009-03-23Invalid attempts of using user-defined conversions, bug 269729.Markus Schorn18-144/+189
2009-03-23Invalid attempts of using user-defined conversions, bug 269729.Markus Schorn2-11/+17
2009-03-23Bug 258704.Sergey Prigogin4-75/+124
2009-03-23Test case for bug 269727Sergey Prigogin1-0/+10
2009-03-23Bug 269590 - Format error for global const typenameAnton Leherbauer2-3/+13
2009-03-23Third test case for bug 268704.Sergey Prigogin1-3/+44
2009-03-22Bug 247838 EPM annotates compile errors on wrong resource. EPM simplified to ...James Blackburn4-7/+185
2009-03-22Bug 247838 EPM annotates compile errors on wrong resource. EPM simplified to ...James Blackburn2-187/+53
2009-03-22Bug 263201 Test fixesJames Blackburn1-2/+4
2009-03-20Bug 269484 #selectFile should consider first fileJames Blackburn1-1/+1
2009-03-20use ICU4JVivian Kong3-3/+3
2009-03-20revert ICU4J change, might not have ICU4J in the environment we're running th...Vivian Kong1-1/+1
2009-03-20revert ICU4J change, might not have ICU4J in the environment we're running th...Vivian Kong1-1/+1
2009-03-20revert ICU4J change, might not have ICU4J in the environment we're running th...Vivian Kong1-2/+2
2009-03-20Fixes bugs 269365, 268534, and 266211. Fixed overload resolution for operato...Mike Kucera14-425/+517
2009-03-19Ranking by qualification adjustments + cleanup of cost comparison, bug 269321.Markus Schorn5-245/+203
2009-03-19Bug 269223 - Spawner broken pipe problemAnton Leherbauer4-963/+975
2009-03-18bug 269034, mark occurrences for overloaded operatorsMike Kucera5-8/+47
2009-03-18Bug 268962: Code Formatter removes necessary whitespacesAnton Leherbauer2-28/+51
2009-03-17fix NLS stringsVivian Kong1-10/+10
2009-03-17bug 268604, hyperlinks for overloaded operatorsMike Kucera2-8/+22
2009-03-17Performance optimizations for overload resolution, bug 268383.Markus Schorn16-61/+213
2009-03-17Adjusted a test case for bug 268704.Sergey Prigogin1-2/+7
2009-03-16[268850] - fixed project conversion wizard (patch applied)Alena Laskavaia1-0/+11
2009-03-16fix for bug 268714, NPE in CPPVisitor.getContainingScope()Mike Kucera3-17/+39
2009-03-16RESOLVED - bug 268615: add a way to specify a command launcher for the manage...Chris Recoskie2-17/+110
2009-03-16[263201] - test for markersAlena Laskavaia2-12/+24
2009-03-16Test cases for bugs 268685 and 258704.Sergey Prigogin1-8/+235
2009-03-13bug 268375, open declaration for implicit namesMike Kucera1-0/+41
2009-03-13bug 268359 - semantic highlighting for overloaded operatorsMike Kucera9-88/+237
2009-03-13Performance improvement for implicit bindings, bug 268383.Markus Schorn1-32/+19

Back to the top