Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-12-06Bug 400073 - More robust clearing of results cache.cdt_8_2Sergey Prigogin1-2/+7
2013-12-06Bug 400073 - Indexer runs out of memory.Sergey Prigogin1-0/+8
2013-09-16Bug 412766 - Allow indexing to continue after encountering an invalidSergey Prigogin1-3/+8
2013-09-13JavaDoc adjustments.Sergey Prigogin1-2/+2
2013-09-12Adjusted JavaDoc.Sergey Prigogin2-10/+10
2013-09-12Bug 417050 - Organize Includes adds includes for template parameters ofSergey Prigogin2-9/+9
2013-09-11Bug 416280 - Name resolution problem with alias template. Fix for theSergey Prigogin1-7/+26
2013-09-11Bug 416280 - Name resolution problem with alias template.Sergey Prigogin1-0/+5
2013-09-10Fixed a broken test.Sergey Prigogin1-1/+1
2013-09-10Bug 416278 - Indexer gets confused by a class in an anonymous namespace.Sergey Prigogin4-12/+37
2013-09-10Added local-to-file information to toString() method.Sergey Prigogin1-4/+10
2013-09-10Cosmetics.Sergey Prigogin3-9/+8
2013-09-10Cosmetics.Sergey Prigogin3-12/+8
2013-09-10Bug 416788 - [regression] "Member declaration not found" for member ofNathan Ridge1-1/+1
2013-09-08Bug 414279 - Fix an NPENathan Ridge1-1/+2
2013-09-06Bug 416284 - Unsafe method call, using nested templatesNathan Ridge1-6/+2
2013-08-30JavaDoc adjustment.Sergey Prigogin1-3/+6
2013-08-30Removed two meaningless TODOs.Sergey Prigogin1-4/+3
2013-08-30Cosmetics.Sergey Prigogin12-2/+14
2013-08-28Bug 400940 - Friend constructor reported as syntax errorNathan Ridge2-10/+14
2013-08-27Bug 413204 - "field could not be resolved" error in function returningNathan Ridge1-6/+3
2013-08-26Bug 394048 - parser confusion about octal double Nathan Ridge1-3/+8
2013-08-26Bug 400204 - Unexpected syntax error in C struct declarationNathan Ridge1-1/+1
2013-08-26Bug 401152 - Incorrect semantic error in class template specializationNathan Ridge2-2/+24
2013-08-26Bug 412519. Avoid using deprecated getScannerExtensionConfiguration()Sergey Prigogin1-6/+10
2013-08-24Cosmetics.Sergey Prigogin1-15/+12
2013-08-23Bug 414694 - Forward declarations inserted by Organize Includes have toSergey Prigogin3-225/+12
2013-08-23Cosmetics.Sergey Prigogin1-3/+3
2013-08-19Bug 415388 - NPE in ASTBuiltinName.getAdapterSergey Prigogin1-1/+1
2013-08-19Bug 414279 - Derived class method that overrides a base class methodNathan Ridge1-1/+9
2013-08-19Adjusted JavaDoc.Sergey Prigogin1-12/+12
2013-08-14Bug 414624 - Add Include command doesn't honor Organize IncludesSergey Prigogin4-69/+167
2013-08-05Bug 45203. Proper handling of NULL function arguments.Sergey Prigogin1-1/+1
2013-08-05Cosmetics.Sergey Prigogin1-1/+1
2013-08-02Bug 45203. Support for symbols exported by multiple headers.Sergey Prigogin2-1/+64
2013-08-01Bug 45203. Don't include headers defining superclasses if the headerSergey Prigogin1-2/+1
2013-08-01Bug 45203. Properly generate include statements for external macroSergey Prigogin4-28/+39
2013-08-01Cosmetics.Sergey Prigogin2-21/+28
2013-07-29Bug 45203. Produce include statements for macros. Don't generate includeSergey Prigogin2-3/+16
2013-07-29Cosmetics.Sergey Prigogin6-28/+45
2013-07-28Moved getPureVirtualMethods method to SemanticQueries.Sergey Prigogin3-184/+195
2013-07-28Bug 351612 - Pure virtual implementation not recognized if multiplyNathan Ridge2-84/+179
2013-07-28Cosmetics.Sergey Prigogin2-13/+13
2013-07-28Cosmetics.Sergey Prigogin12-30/+17
2013-07-28Cosmetics.Sergey Prigogin1-14/+17
2013-07-28Fixed another "unsafe method call" exception.Nathan Ridge1-1/+1
2013-07-24Bug 413406 - [false negative] Ambiguous base class lookupNathan Ridge1-0/+19
2013-07-24Bug 413204 - "field could not be resolved" error in function returningNathan Ridge1-1/+5
2013-07-22Cosmetics.Sergey Prigogin14-125/+124
2013-07-22Bug 407497, Bug 399454 - Specialize template parameters when appropriateNathan Ridge13-132/+780

Back to the top