Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2017-11-01Improve when build like autotools is trying to execute a script.Doug Schaefer1-5/+8
2017-10-31Fix API baseline errors from Command Launcher changes.Doug Schaefer3-5/+8
2017-10-30Bug 526391 - Make Database.stringCache a ConcurrentHashMap since it can be ac...Nathan Ridge1-2/+2
2017-10-25Bug 526134 - Recover from failure to parse a base-clause in a class-specifierNathan Ridge2-1/+14
2017-10-22Bug 513589 - Add support to build CDT projects in a Docker ContainerJeff Johnston10-11/+519
2017-10-21Bug 486140 - Cast expression with label reference expression as operandNathan Ridge2-1/+37
2017-10-20Bug 525982 - Have TypeOfUnknownMember implement ICPPUnknownBindingNathan Ridge3-19/+26
2017-10-19Fix bugs with emscripten and scannerInfo.Doug Schaefer1-1/+2
2017-10-18Make CMake support more resilient.Doug Schaefer1-1/+1
2017-10-17Make no toolchain error handling more generic and reuse with QtDoug Schaefer3-3/+3
2017-10-16Bug 519121 - Avoid building excessively long type strings in ASTTypeUtilNathan Ridge1-1/+48
2017-10-16Improve tracking of lookup pointsNathan Ridge2-71/+74
2017-10-15Bug 512297 - Improve caching of type strings in ASTTypeUtilNathan Ridge3-47/+32
2017-10-15Rename EvalParameterPack to EvalPackExpansionNathan Ridge8-23/+23
2017-10-12Allow for changing manually setting toolchains for build configs.Doug Schaefer12-145/+361
2017-10-11bug 525794 - NPE when invoking Open Declaration in "empty space"Michael Woski2-0/+13
2017-10-06Add UI tests plugin for CMake. Fix a couple of bugs it found.Doug Schaefer3-22/+13
2017-10-06Bug 525645 - Named type specifiers in friend declarationsThomas Corbat2-2/+23
2017-10-05bug 525288 - resolve partial template specializations inMichael Woski2-3/+30
2017-10-04Bug 512297 - Decrease the template instantiation depth limit to 128Nathan Ridge2-1/+31
2017-10-04Add a comment describing the intended uses of CPPSemantics.getCurrentLookupPo...Nathan Ridge1-0/+9
2017-10-04Bug 512297 - Impose a limit on the nesting depth of template argumentsNathan Ridge8-28/+154
2017-10-04Bug 524338 - Make sure SemanticHighlightingTest.teardown() is called even if ...Nathan Ridge1-5/+10
2017-10-04Bug 525350 - Ensure a lookup point is always set during indexing, code analys...Nathan Ridge4-47/+63
2017-10-03Bug 524258 - NPE in QuickAssistProcessor.runOnAST()Nathan Ridge1-0/+4
2017-10-02Bug 399147 - Make 'Find References' find using-declarationsNathan Ridge6-5/+55
2017-10-02Bug 515417 - Improve handling of friend classes in PDOMNathan Ridge7-13/+45
2017-09-28UI for adding toolchains for Core Build. New Generic Target Wizard.Doug Schaefer26-28/+978
2017-09-28Bug 513105 - Avoid pushing a null lookup point in CPPVisitor.createType()Nathan Ridge1-50/+50
2017-09-27Bug 518937 - Apply declaredBefore() filtering to index bindings found in a na...Nathan Ridge2-9/+25
2017-09-26Fix a couple of potential leaks of the PDOM write lockNathan Ridge2-8/+15
2017-09-25Bug 513105 - Store the current lookup point in a thread-local static stack ra...Nathan Ridge195-3066/+3258
2017-09-25Bug 522461 - NPE in ParameterGuesser.createVariable()Nathan Ridge1-1/+1
2017-09-25Bug 522459 - NPE in ExecRangeBasedFor.loopOverArray()Nathan Ridge1-0/+3
2017-09-20Bug 522509 - Handle typedefs in __is_class builtinNathan Ridge2-4/+10
2017-09-19Bug 521016 - resolution error for nested alias template specializationMichael Woski3-3/+28
2017-09-19Bug 522066 - Use the declarator as the key for the recursion protection set i...Nathan Ridge2-7/+19
2017-09-18Bug 522411 - ConcurrentModificationException belowAndrey Loskutov1-15/+17
2017-09-16Bug 456224 - CPPDeferredClassInstance not bound to partial templateMichael Woski5-67/+210
2017-09-13Bug 522176 - NullPointerException in DeltaAnalyzer.processResourceDeltaAndrey Loskutov1-0/+3
2017-09-13Bug 521817 - Implement PDOMCPPAliasTemplate.update()Nathan Ridge1-0/+16
2017-09-12Bug 521848 - NPE in CPPFunctionTemplateSpecialization.equals()Nathan Ridge1-1/+1
2017-09-12bug 521820 - don't filter alias template for CPPASTNamedTypeSpecifierMichael Woski2-0/+23
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

Back to the top