Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-22Bug 424765 - Implicit conversion from lambda to function pointer notNathan Ridge1-0/+9
2014-01-16Removed uses of the deprecated PDOMLinkage.getNode(long) method.Sergey Prigogin1-2/+2
2013-12-23Bug 326750 - Field with same name as classNathan Ridge1-0/+12
2013-12-21Bug 332829 - Handle ambiguity between a type-id and an expression otherNathan Ridge1-0/+14
2013-12-21Bug 353281 - Content assist for designated initializers, additional fixMarc-Andre Laperle1-1/+11
2013-12-18Bug 420995 - Specializations of constexpr functionsNathan Ridge2-0/+32
2013-12-18Bug 395074 - NPE in EvalFixed.<init>Nathan Ridge1-0/+18
2013-12-18Bug 419301 - Operator overloading confuses CDT (with boost)Sergey Prigogin1-0/+51
2013-12-18Bug 419301 - Remove stray friend functions from lookup resultsNathan Ridge1-0/+17
2013-12-17Revert "Bug 419301 - Operator overloading confuses CDT (with boost)"Sergey Prigogin1-51/+0
2013-12-16Bug 419301 - Operator overloading confuses CDT (with boost)Nathan Ridge1-0/+51
2013-12-16Bug 417700 - Semantic Error: Invalid overload of 'endl' for a templatedNathan Ridge1-0/+20
2013-12-16Bug 422505 - Additional fix for unqualified caseNathan Ridge1-1/+17
2013-12-16Bug 422505 - Name resolution problem with template friend methodNathan Ridge1-0/+16
2013-12-15Bug 401820 - Explicit specialization of template declared in headerNathan Ridge1-0/+20
2013-12-09Bug 423396 - Indexer can't evaluate operator valueMarc-Andre Laperle1-0/+25
2013-12-05Bug 422681: Load the correct binding for cross-linkage referencesAndrew Eidsness1-8/+23
2013-12-05Bug 423127 - Template resolution gets confused by "void" in a parameterSergey Prigogin6-35/+37
2013-12-04Cosmetics.Sergey Prigogin2-1135/+1132
2013-12-02Bug 418770 - NPE in EvalBinding.getBinding involving specialized enumMarc-Andre Laperle1-0/+25
2013-11-29Bug 422765: New method to find IBindings from qualifiedNameAndrew Eidsness1-7/+57
2013-11-28Bug 422681: Allow references to bindings in other linkagesAndrew Eidsness3-24/+132
2013-11-28Bug 422700 - Name resolution problem with variadic template.Sergey Prigogin1-0/+10
2013-11-27Cosmetics.Sergey Prigogin1-2/+2
2013-10-10Cosmetics.Sergey Prigogin1-14/+14
2013-09-30Bug 418130 - Name resolution with anonymous namespaceSergey Prigogin1-0/+13
2013-09-27Bug 412380: Flag for indicating whether AST contains all nodesThomas Corbat3-39/+97
2013-09-18Renamed ParserConfiguration to TestParserConfiguration and made itSergey Prigogin1-4/+3
2013-09-16Bug 412766. Check qualified names when doing base class lookup. Sergey Prigogin1-2/+3
2013-09-16Bug 412766 - Allow indexing to continue after encountering an invalidSergey Prigogin1-0/+9
2013-09-11Bug 416280 - Name resolution problem with alias template. Fix for theSergey Prigogin1-1/+17
2013-09-09Bug 416278 - Indexer gets confused by a class in an anonymous namespace.Sergey Prigogin4-17/+110
2013-09-09Cosmetics.Sergey Prigogin1-7/+6
2013-09-09Obey indexer.timeout property.Sergey Prigogin3-20/+17
2013-09-09Bug 416788 - [regression] "Member declaration not found" for member ofNathan Ridge1-0/+20
2013-09-06Bug 411196 - Type traits that evaluate to a typeNathan Ridge5-2/+168
2013-09-06Cosmetics.Sergey Prigogin1-2/+2
2013-09-06Bug 416280 - Name resolution problem with alias template.Sergey Prigogin1-0/+16
2013-09-06Bug 380751 - Support decltype(expr)::name in an expression contextNathan Ridge1-0/+2
2013-09-06Bug 415198 - [false positive] Semantic error for decltype(func())::nameNathan Ridge1-0/+21
2013-09-06Bug 380751 - Members of decltype types cannot be usedNathan Ridge4-23/+47
2013-09-03Cosmetics.Sergey Prigogin1-1/+0
2013-08-28Bug 400940 - Friend constructor reported as syntax errorNathan Ridge1-0/+13
2013-08-27Bug 413204 - "field could not be resolved" error in function returningNathan Ridge1-1/+1
2013-08-26Bug 394048 - parser confusion about octal double Nathan Ridge1-0/+5
2013-08-26Bug 400204 - Unexpected syntax error in C struct declarationNathan Ridge1-0/+8
2013-08-26Bug 401152 - Incorrect semantic error in class template specializationNathan Ridge1-0/+17
2013-08-01Bug 45203. Properly generate include statements for external macroSergey Prigogin1-2/+28
2013-07-28Moved getPureVirtualMethods method to SemanticQueries.Sergey Prigogin1-1/+2
2013-07-24Bug 413406 - [false negative] Ambiguous base class lookupNathan Ridge1-0/+19

Back to the top