Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-04-01Fix case ranges, bug 270430.Markus Schorn2-3/+3
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 Schorn6-27/+38
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 Schorn1-2/+58
2009-03-26Bug 270160 - need StandaloneIndexer.setLanguageMapper()Mike Kucera1-0/+5
2009-03-26Fixes warnings.Markus Schorn1-1/+3
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 Prigogin1-0/+4
2009-03-23Invalid attempts of using user-defined conversions, bug 269729.Markus Schorn18-144/+189
2009-03-23Bug 258704.Sergey Prigogin3-32/+122
2009-03-23Bug 269590 - Format error for global const typenameAnton Leherbauer1-3/+3
2009-03-22Bug 247838 EPM annotates compile errors on wrong resource. EPM simplified to ...James Blackburn2-187/+53
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 Kucera10-404/+374
2009-03-19Ranking by qualification adjustments + cleanup of cost comparison, bug 269321.Markus Schorn4-245/+192
2009-03-18bug 269034, mark occurrences for overloaded operatorsMike Kucera1-1/+15
2009-03-18Bug 268962: Code Formatter removes necessary whitespacesAnton Leherbauer1-26/+36
2009-03-17fix NLS stringsVivian Kong1-10/+10
2009-03-17Performance optimizations for overload resolution, bug 268383.Markus Schorn15-61/+212
2009-03-16fix for bug 268714, NPE in CPPVisitor.getContainingScope()Mike Kucera1-15/+21
2009-03-16RESOLVED - bug 268615: add a way to specify a command launcher for the manage...Chris Recoskie2-17/+110
2009-03-13Performance improvement for implicit bindings, bug 268383.Markus Schorn1-32/+19
2009-03-13bug 254200 - use ICU4JVivian Kong27-39/+43
2009-03-12[263201] - patch applied for: In Problems view - move location of errors/warn...Alena Laskavaia3-5/+20
2009-03-12[264276] - applied patch to allow to create simple folders in templatesAlena Laskavaia4-12/+87
2009-03-12Content assist for class instance members without prefix, bug 267911.Markus Schorn5-22/+16
2009-03-12bug 265375 - implicit names API and support for overloaded operator referencesMike Kucera31-126/+1185
2009-03-12Fixes content assist and refactoring testcases, bug 268306.Markus Schorn1-1/+1
2009-03-11ProgressUpdateJob for indexer needs to be stopped, bug 286079.Markus Schorn1-0/+1
2009-03-09Suppress error reporting in inactive code, bug 264666.Markus Schorn1-11/+17
2009-03-06Visit method for pointer operators, bug 260461.Markus Schorn9-60/+116
2009-03-06Unnecessary ambiguity in sizeof expression, bug 252243.Markus Schorn3-94/+46
2009-03-06Resolution of explicit use of user-defined conversions, bug 267221.Markus Schorn4-11/+98
2009-03-05Declarator ambiguity with initializer, bug 267184.Markus Schorn7-32/+70
2009-03-05Name resolution in new expressions, bug 267168.Markus Schorn1-11/+25
2009-03-04Parent scope of specializations based on index, bug 267013.Markus Schorn1-5/+6
2009-03-04Name resolution problem with friend class template, bug 266992.Markus Schorn1-3/+9
2009-03-04Fix computation of source-context for parsing files in editor.Markus Schorn1-0/+1
2009-03-04Content assist for ctor initializer list by Jens Elmenthaler, bug 266586.Markus Schorn2-6/+82

Back to the top