Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2017-02-17Bug 512262 - Remove the unnecessary ICPPEvaluationOwner interfaceNathan Ridge45-116/+104
2017-02-16CosmeticsSergey Prigogin1-1/+2
2017-02-16Bug 512260 - Organize Includes should prefer .h and .hpp files to filesSergey Prigogin4-12/+74
2017-02-16Added @noreference to the CCorePlugin.getDOM method and the CDOM classSergey Prigogin3-12/+5
2017-02-15CosmeticsSergey Prigogin2-9/+9
2017-02-15CosmeticsSergey Prigogin1-3/+3
2017-02-14CosmeticsSergey Prigogin1-13/+13
2017-02-14Bug 512201 - NPE in Organize IncludesSergey Prigogin1-13/+18
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle6-60/+35
2017-02-14Bug 512150 - Don't allow indirect inclusion by partner header for testSergey Prigogin3-4/+17
2017-02-14Removed an unused method.Sergey Prigogin1-12/+0
2017-02-13Bug 511677: Mitigate deadlock closing project during indexer jobMarc-Andre Laperle1-4/+4
2017-02-12Bug 511726 - Handle unresolved field owner type in CPPASTFieldReference.getFi...Nathan Ridge2-0/+9
2017-02-12Bug 511653 - Completion of inheriting constructor in using-declarationNathan Ridge2-1/+12
2017-02-12Bug 511658 - Destructor call via alias template nameNathan Ridge2-3/+37
2017-02-10Bug 509898 - IndexFileSet.containsDeclaration is slow and is causing UISergey Prigogin3-6/+23
2017-02-09Removed obsolete code.Sergey Prigogin1-14/+0
2017-02-09Bug 511522 - Navigation to type named by 'auto' in variable declarationNathan Ridge2-0/+44
2017-02-09Bug 511331 - Do not color entire qualified name with problem highlightingNathan Ridge2-0/+15
2017-02-09Bug 399147 - 'Find references' does not find using-declarationsSergey Prigogin1-3/+4
2017-02-09Bug 509898 - IndexFileSet.containsDeclaration is slow and is causing UISergey Prigogin1-6/+49
2017-02-08Revert "Bug 399147 - Make 'Find Reference' find using-declarations"Sergey Prigogin3-25/+1
2017-02-08Remove profiles that helped skip ppc64leMarc-Andre Laperle1-43/+5
2017-02-08Bug 511427 - ClassCastException in CompositeCPPClassType.wrapBindings()Nathan Ridge2-2/+20
2017-02-08Bug 475581 - Make AbstractCLikeLanguage.createScanner() not finalNathan Ridge1-1/+1
2017-02-07Bug 511871 - CContentAssistProcessor.createContext may leak index lockSergey Prigogin1-19/+25
2017-02-07Cosmetics.Sergey Prigogin1-34/+22
2017-02-07Bug 511808 - Expand namespaces by default regardless of depth level inSergey Prigogin1-3/+2
2017-02-07Removed use of a deprecated class.Sergey Prigogin1-38/+19
2017-02-07Removed redundant casts.Sergey Prigogin7-7/+7
2017-02-06Bug 511229 - RFE: Add quick fixes for some basic gcc errorsJeff Johnston3-3/+10
2017-02-06Bug 509898 - IndexFileSet.containsDeclaration is slow and is causing UISergey Prigogin2-2/+24
2017-02-06Improved tracing code.Sergey Prigogin1-13/+14
2017-02-06Removed obsolete code.Sergey Prigogin6-1078/+7
2017-02-06Remove AIX supportMarc-Andre Laperle30-1761/+0
2017-02-05Removed unused code.Sergey Prigogin3-214/+0
2017-02-05CosmeticsSergey Prigogin7-35/+17
2017-02-05Bug 511274 - Compute correct replacement length for ParameterGuessingProposalNathan Ridge2-1/+14
2017-02-03Bug 509898 - IndexFileSet.containsDeclaration is slow and is causing UISergey Prigogin4-1/+31
2017-02-03Bug 511186 - Noexcept specifier in type template argumentNathan Ridge2-1/+8
2017-02-03Bug 511108 - Update the set of supported feature reported in __has_featureNathan Ridge1-5/+5
2017-02-03Bug 511108 - When parsing as clang, enable the extensions supported by clang ...Nathan Ridge1-22/+66
2017-02-03Bug 511108 - Only report support for type trait primitives in __has_feature i...Nathan Ridge2-15/+30
2017-02-03Code streamlining.Sergey Prigogin1-64/+52
2017-02-03Bug 511606 - ClassCastException: CPPTypedefSpecialization cannot be castSergey Prigogin1-1/+1
2017-02-03Bug 511048 - Offer completion proposals for nonstatic methods in a using-decl...Nathan Ridge2-1/+24
2017-02-03Bug 511122 - Instantiation of dependent destructor nameNathan Ridge3-6/+73
2017-02-03Bug 511108 - Do not attempt to resolve the name in an EvalID if the name owne...Nathan Ridge2-3/+43
2017-02-03Bug 511429 - Handle TypeOfDependentExpression in PDOMCPPLinkage.unmarshalBind...Nathan Ridge1-1/+8
2017-02-03Bug 510834 - Propagate substitute failure in EvalID.instantiate() with field ...Nathan Ridge2-0/+37

Back to the top