Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2018-02-20Bug 530762 - Add missing evaluation types to CPPCompositesFactory.getComposit...Nathan Ridge3-2/+80
2018-02-20Bug 527844: ExpressionWriter does not write IASTLiteralExpression suffixNathan Ridge7-349/+480
2018-02-16Bug 531125 - Tupled gcc toolchains should not be the local defaultJeff Johnston1-1/+2
2018-02-16Bug 531071 - CBuildConfiguration doesn't handle quoted argumentsJeff Johnston1-4/+59
2018-02-15[releng] Add missing plugin.propertiesJonah Graham12-6/+24
2018-02-14Bug 531121 - Fix up/down buttons in toolchains preferenceDoug Schaefer1-6/+6
2018-02-13[releng] Bump version to 9.4.3Jonah Graham13-13/+13
2018-02-12[releng] Bump version to 9.4.2Jonah Graham13-13/+13
2018-02-12Bug 519091 - Do not bypass the caching mechanism for class member specializat...Nathan Ridge6-9/+68
2018-02-12Bug 530692 - Avoid EvalFunctionCall storing the evaluation for the implicit '...Nathan Ridge2-1/+90
2018-02-07Bug 530430 - Proper handling of class initially declared as a friendNathan Ridge6-3/+61
2018-02-04Bug 490359 - Add support for C++17 nested namespace definitionsNathan Ridge2-5/+59
2018-02-04Bug 530086 - Instantiation of template argument where substituted argument is...Nathan Ridge3-20/+67
2018-02-04Bug 530086 - Consider pack expansions when matching non-type arguments to par...Nathan Ridge2-0/+12
2018-02-03Bug 529958 - Semantic highlighting of variable passed by non-const reference ...Nathan Ridge2-4/+39
2018-02-02Bug 529121 - "Build target" has stopped working in CDT 9.4.0Jeff Johnston1-1/+3
2018-01-25Bug 529696 - Propagate the template-id strategy into names contained within a...Nathan Ridge5-13/+66
2018-01-25Bug 529646 - Avoid computing the value of static fields for every object of a...Nathan Ridge2-0/+69
2018-01-22Revert change to LanguageSettingsEntriesTab language columnJeff Johnston1-5/+6
2018-01-18Bug 529799 - problem with entries tree in LanguageSettingsEntriesTabJeff Johnston1-14/+12
2018-01-16Bug 529337 - NPE in PDOMCPPLinkage.onCreateNameHelper()Nathan Ridge1-4/+8
2018-01-10Bugs 529299 and 491296. Fix indentation after 'noexcept'/'override'.Davin McCall4-2/+52
2018-01-10Bug 517670 - Handle instantiation of closure typesNathan Ridge4-8/+128
2018-01-10Bug 528457 - Store lambda parameters in indexNathan Ridge7-205/+76
2018-01-02Bug 528846 - Handle id-expression that instantiates to pseudo-destructor name...Nathan Ridge6-11/+80
2017-12-27Bug 528456 - Store specializations of anonymous classes in the indexNathan Ridge4-4/+111
2017-12-22Bug 528196: Ignore cv qualifier for UDL operator lookupHansruedi Patzen2-1/+85
2017-12-22Bug 527697 - Attempt deduction with all base classes of an argument typeNathan Ridge2-12/+39
2017-12-22Bug 528124 - NPE in CCOdeFormatter.findOverlappingPreprocessorStatement()Nathan Ridge1-0/+3
2017-12-22Bug 528072 - Implement evaluation of __is_trivially_constructibleNathan Ridge9-7/+266
2017-12-22Bug 527961 - Add missing GCC builtins __builtin_object_size() and __builtin_i...Nathan Ridge1-0/+6
2017-12-05Fix up handling of esp32 on Windows.Doug Schaefer1-1/+1
2017-12-01Cleanup Core Build Preference pages.Doug Schaefer5-1/+18
2017-12-01Bug 527697 - Size of parameter pack where arguments themselves contain a packNathan Ridge2-1/+28
2017-12-01Bug 527959 - Fix argument lists for some builtinsMartin Oberhuber1-12/+14
2017-11-30Bug 527553: Detect invalid decltype(auto) with a type specifierHansruedi Patzen2-0/+59
2017-11-28Info cache files were not getting deleted properlyDoug Schaefer1-2/+2
2017-11-28Bug 527872: UDL operator name gets duplicated on rewriteHansruedi Patzen2-6/+9
2017-11-27Stop launch on error. Fix up set/get make commands.Doug Schaefer3-21/+48
2017-11-27Bug 444054 - Make sure we build the right projectDoug Schaefer1-0/+3
2017-11-24Bug 527396: Parser includes curly brace when parsing noexcept functionsHansruedi Patzen2-4/+58
2017-11-24Bug 527709 - [Checker] Test suite fails on WindowsHansruedi Patzen1-0/+6
2017-11-23Bug 444054 - Always enable the build actions.Doug Schaefer1-0/+6
2017-11-22Hook up the old Include Paths and Symbols page to Makefile projs.Doug Schaefer27-150/+149
2017-11-21Undo the fix I did for creating the build container.Doug Schaefer1-18/+7
2017-11-20Set CC and CXX variables to toolchain compileCommands in std build.Doug Schaefer4-17/+70
2017-11-20Fix MSYS2 so that it's provider overrides the path provider.Doug Schaefer1-1/+3
2017-11-16Fix missing recording of launch mode for core build configs.Doug Schaefer1-0/+1
2017-11-15Bug 526975 - Deduce return type correctly in the presence of multiple return ...Nathan Ridge3-46/+93
2017-11-15Bug 527179: ExpressionWriter removes nested noexcept expressionsHansruedi Patzen2-2/+32

Back to the top