Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2017-09-07Core Build - add support for Generic targetDoug Schaefer4-369/+380
2017-09-07Bug 521543 - Correctly identify narrowing conversion to booleanNathan Ridge2-0/+17
2017-09-07Bug 521274 - Defer execution of constexpr function body until function is ful...Nathan Ridge3-3/+59
2017-09-07Bug 521265 - Check that the platform is running before querying bundle group ...Nathan Ridge1-7/+9
2017-09-04Bug 519886 - eclipse CDT failed to create PTY on macOS 10.13 betaMartin Oberhuber5-57/+52
2017-09-04Bug 521788 - spawner doesnt kill child process on MacOS XMartin Oberhuber3-64/+97
2017-09-02Bug 520913 - Improvements to HeuristicResolverNathan Ridge2-1/+40
2017-09-02Bug 520913 - hover / open declaration for decltype and typeof keywordsMichael Woski6-90/+174
2017-08-24Bug 520999 - Map PDOM class types to AST before looking up constructorsNathan Ridge2-0/+21
2017-08-22Bug 520965 - NPE in AbstractCPPClassSpecializationScope.getBindings()Nathan Ridge1-0/+3
2017-08-12Bug 456579 - Improve CSourceHover and OpenDeclaration for TemplateIdsMichael Woski1-1/+9
2017-08-11Bug 520893 Pack expansion in IASTTypeId is lostThomas Corbat2-0/+28
2017-08-10bug 520805 - [codeassist] HeuristicResolver can't resolve enum scopeMichael Woski2-0/+18
2017-08-10Bug 520783 - wrong AccessContext for heuristically resolvedMichi3-47/+33
2017-08-10bug 520470 - [codeassist] HeuristicResolver & qualifiedType resolutionMichi2-15/+72
2017-08-10Bug 520846 - Use ArrayContentProvider.getInstance() where possibleAndreas Sewe6-7/+7
2017-08-08Bug 520049 - Perform array-to-pointer conversion on operands of C conditional...Nathan Ridge5-13/+54
2017-07-28Bug 520257: Avoid touching file with unchanged contentJonah Graham1-2/+29
2017-07-27Bug 519819 - Correctly classify unknown member binding as an unknown member c...Nathan Ridge2-1/+21
2017-07-27Bug 519790 - ClassCastException in CPPVisitor.createAutoParameterType()Nathan Ridge1-2/+9
2017-07-26Bug 517402 - Ambiguous namespace, conflicting with a different kind of symbolMarc-Andre Laperle3-0/+49
2017-07-17Bug 519196 - NullPointerException in IndexUI.getCElementForNameNathan Ridge1-0/+3
2017-07-11Bug 515500: Preserve known line numbers when updating uiJonah Graham3-14/+50
2017-07-07Bug 514708 - Performance improvement indexer by caching Strings.Patrick Koenemann3-5/+80
2017-07-06Make sure stack traces are logged for CoreExceptionsNathan Ridge1-1/+9
2017-07-05Bug 519190 - Get CMake working with MSVC toolchaindschaefer1-1/+9
2017-07-04Bug 519125: Expose console refresh rate as a preferenceJonah Graham3-17/+42
2017-06-22Bug 518628 Function declarator location misses virtual specifiersThomas Corbat4-19/+93
2017-06-20Bug 516338 - Avoid calling instantiateType() on arguments of non-dependent te...Nathan Ridge1-16/+1
2017-06-20Bug 516338 - Detect substitution failure during instantiation of dependent al...Nathan Ridge2-1/+38
2017-06-20Bug 516338 - Have ICPPAliasTemplateInstance implement ICPPTemplateInstanceNathan Ridge9-42/+149
2017-06-20Bug 516338 - Introduce alias template specializationsNathan Ridge9-54/+254
2017-06-20Bug 516338 - Improve typedef preservationNathan Ridge4-8/+88
2017-06-08Bug 517954 - ClassCastException in CVisitor.findBindingsForContentAssist()Nathan Ridge4-2/+24
2017-06-04Bug 516648 - Delay storing of the type, exception specification, and paramete...Nathan Ridge3-39/+96
2017-06-02Bug 510987 - Properly support PIE executables as build outputDoug Schaefer1-2/+25
2017-05-31Bug 517581 Keep env var operation on merged vars the same.Doug Schaefer1-8/+12
2017-05-31Bug 447703 Build Console on top to true by default.Doug Schaefer1-1/+1
2017-05-26Bug 514459 - StackOverflow in PDOMCPPVariable.getInitialValueMarc-Andre Laperle3-1/+87
2017-05-26Bug 516686 - ArrayIndexOutOfBoundsException in CPPASTLiteralExpression.comput...Nathan Ridge2-2/+8
2017-05-26Bug 516685 - ClassCastException in CPPTemplates.createInstance()Nathan Ridge1-1/+1
2017-05-22Bug 516627 - Add support for generic lambdasNathan Ridge10-16/+586
2017-05-22Add some more commonly used types to SemanticTestBase.CommonCPPTypesNathan Ridge1-0/+3
2017-05-22Factor out an AST2CPPTestBase base class for C++ AST2 testsNathan Ridge4-39/+41
2017-05-17Bug 314428: add missing copyright header and format fileJonah Graham1-4/+13
2017-05-15Bug 491957. Preferences & save action for choosing const alignmentFelix Morgner38-25/+817
2017-05-14Bug 408470 - Add partial support for C++14 return type deductionNathan Ridge35-150/+1018
2017-05-14Bug 408470 - Introduce SemanticTestBase to serve as a common base class for A...Nathan Ridge15-633/+670
2017-05-14Bug 408470 - Define some more common C++ types in AST2TestBaseNathan Ridge2-2/+26
2017-05-14Bug 408470 - Move the variable template tests into the new cxx14 subpackageNathan Ridge2-4/+6

Back to the top