Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2018-01-10Bug 529337 - NPE in PDOMCPPLinkage.onCreateNameHelper()Nathan Ridge1-4/+8
2018-01-08Bug 529023 - Cannot set build.proj.ref.configs.enabled via customizationSimeon Andreev3-2/+89
2018-01-03Bugs 529299 and 491296. Fix indentation after 'noexcept'/'override'.Davin McCall4-2/+52
2017-12-31Bug 517670 - Handle instantiation of closure typesNathan Ridge4-8/+128
2017-12-31Bug 528457 - Store lambda parameters in indexNathan Ridge7-205/+76
2017-12-24Bug 528846 - Handle id-expression that instantiates to pseudo-destructor name...Nathan Ridge6-11/+80
2017-12-21Bug 527844: ExpressionWriter does not write IASTLiteralExpression suffixHansruedi Patzen8-349/+472
2017-12-20Bug 525739 - Have Open Declaration find potentially-matching definitions for ...Nathan Ridge15-24/+219
2017-12-20Bug 528456 - Store specializations of anonymous classes in the indexNathan Ridge4-4/+111
2017-12-14Bug 528196: Ignore cv qualifier for UDL operator lookupHansruedi Patzen2-1/+85
2017-12-14Bug 527697 - Attempt deduction with all base classes of an argument typeNathan Ridge2-12/+39
2017-12-12Bug 528124 - NPE in CCOdeFormatter.findOverlappingPreprocessorStatement()Nathan Ridge1-0/+3
2017-12-12Bug 528072 - Implement evaluation of __is_trivially_constructibleNathan Ridge9-7/+266
2017-12-02Bug 527961 - Add missing GCC builtins __builtin_object_size() and __builtin_i...Nathan Ridge1-0/+6
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
2017-11-15Bug 526857 - Diagnose member access into pointer type in C codeNathan Ridge3-1/+21
2017-11-14Bug 519533: Fix scroll lock on build consoleJonah Graham1-1/+3
2017-11-13Bug 514363 - Fix constexpr evaluation of assignment into array elementNathan Ridge2-1/+26
2017-11-13Bug 522010 - Completion of non-type template parameter in ambiguous template ...Nathan Ridge5-6/+89
2017-11-10Fixes for scanner info for Makefile projects.Doug Schaefer4-12/+72
2017-11-10Add settings to Makefile build configs to build at project root.Doug Schaefer3-12/+110
2017-11-09Bug 527019 - Build not running in Container for Managed Make projectJeff Johnston1-9/+4
2017-11-09Bug 378302 - Only bring build console to top on problem output.Christian Walther4-10/+32
2017-11-08Bug 512550 - Hide C and C++ Project Wizards and fix canFinish().Doug Schaefer3-23/+10
2017-11-08Bug 520340: Fix @since versionsJonah Graham2-2/+2
2017-11-08Add Makefile Projects to collection of core build project types.Doug Schaefer5-44/+51
2017-11-07Hook up the clang toolchain now split out from GCC.Doug Schaefer1-129/+129
2017-11-07Bug 526684 - Use InstantiationContext.setExpandPack() in CPPTemplates.instant...Nathan Ridge2-1/+28
2017-11-07Implement ordering of toolchains.Doug Schaefer10-320/+447
2017-11-07Bug 526724: corrected deduced type for string literals with u8 prefixMarco Syfrig2-9/+50
2017-11-03Hook up the error parser properly in the build configuration.Doug Schaefer2-14/+50
2017-11-02Bug 520340: enable CLI to CDT's code formatterMustafa YĆ¼cel4-0/+418
2017-11-01Improve when build like autotools is trying to execute a script.Doug Schaefer1-5/+8

Back to the top