Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
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 Schorn8-27/+95
2009-03-12mark testDestructor_156669() as passing.Markus Schorn1-1/+1
2009-03-12bug 265375 - implicit names API and support for overloaded operator referencesMike Kucera36-138/+1640
2009-03-12Fixes content assist and refactoring testcases, bug 268306.Markus Schorn7-10/+18
2009-03-11ProgressUpdateJob for indexer needs to be stopped, bug 286079.Markus Schorn1-0/+1
2009-03-11Rename testcase.Markus Schorn1-1/+1
2009-03-10Bug 267801 - Open Declaration hangs in deadlockAnton Leherbauer1-4/+4
2009-03-10Bug 265598 - EOF does not work in consoleAnton Leherbauer2-3/+2
2009-03-10Bug 266731 - Include directories have to be marked 'source' to get new/headerAnton Leherbauer1-2/+2
2009-03-09Suppress error reporting in inactive code, bug 264666.Markus Schorn1-11/+17
2009-03-06Visit method for pointer operators, bug 260461.Markus Schorn10-64/+135
2009-03-06Unnecessary ambiguity in sizeof expression, bug 252243.Markus Schorn4-94/+60
2009-03-06Resolution of explicit use of user-defined conversions, bug 267221.Markus Schorn7-12/+139
2009-03-05Declarator ambiguity with initializer, bug 267184.Markus Schorn8-32/+111
2009-03-05Name resolution in new expressions, bug 267168.Markus Schorn2-11/+41
2009-03-04Parent scope of specializations based on index, bug 267013.Markus Schorn2-5/+18
2009-03-04Name resolution problem with friend class template, bug 266992.Markus Schorn2-3/+23
2009-03-04Fix computation of source-context for parsing files in editor.Markus Schorn2-0/+26
2009-03-04Content assist for ctor initializer list by Jens Elmenthaler, bug 266586.Markus Schorn4-8/+191
2009-03-03Resolution of deferred conversion operator.Markus Schorn3-5/+38
2009-03-03Function template with member pointer, bug 266532.Markus Schorn2-29/+16
2009-03-02API to check whether a declaration is from a file actually included by a tran...Markus Schorn6-11/+92
2009-03-02Public API to update external headers, bug 255338.Markus Schorn6-19/+20
2009-03-01Test case for bug 266532.Sergey Prigogin1-2/+17
2009-02-27Fix semantic highlighting test failuresAnton Leherbauer2-1/+2
2009-02-26Restoring files to parse up front, bug 265821.Markus Schorn1-1/+1
2009-02-26Restoring files to parse up front, bug 265821.Markus Schorn1-1/+1
2009-02-26Static var in source included by other source, bug 265821.Markus Schorn14-28/+123
2009-02-26Resolution for dependent names, bug 265926.Markus Schorn5-17/+143
2009-02-26Add .options file in binary buildAnton Leherbauer1-1/+1
2009-02-25Corrects handling of backtrack exceptions.Markus Schorn2-34/+27
2009-02-25Fixes a NPE.Markus Schorn1-3/+5
2009-02-25Follow up for bug 264666.Markus Schorn4-1/+36
2009-02-25Completed Indexer Job stays in Progress View, bug 264534.Markus Schorn2-80/+102
2009-02-24bug 265982, support for overloaded unary operatorsMike Kucera5-55/+241
2009-02-24bug 263042, added FIXME and XXX task tagsMike Kucera3-5/+11
2009-02-24Hex versus floating point literals, bug 265927.Markus Schorn3-7/+29
2009-02-24Added linkage-id for objective-c, bug 265748.Markus Schorn2-7/+12
2009-02-24Added linkage-id for objective-c, bug 265748.Markus Schorn2-1/+16
2009-02-24AST for inactive code, bug 264666.Markus Schorn82-1267/+1807
2009-02-24Resolution of functions with dependent arguments, bug 265926.Markus Schorn7-137/+165
2009-02-23Bug 261727 - Extensions to ICHelpInvocationContext interface, patch by Jeff J...Anton Leherbauer5-5/+92
2009-02-23Added missing gcc built-in functions. Bug 265778.Sergey Prigogin1-308/+865
2009-02-23Bug 265779. Fix and test case.Sergey Prigogin2-26/+39
2009-02-23Code formatting.Sergey Prigogin1-20/+20
2009-02-20Owner of friend function templates, bug 265671.Markus Schorn5-10/+78
2009-02-20Map qualified class instances back to AST, bug 262719.Markus Schorn1-0/+3
2009-02-20Support for __builtin_alloca.Markus Schorn1-87/+108

Back to the top