Skip to main content
summaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-14Bug 408470 - Move C++14 constexpr tests into cxx14.constexpr subpackageNathan Ridge27-27/+27
2017-05-14Bug 408470 - Add a missing message for a problem typeNathan Ridge2-0/+2
2017-05-13Bug 408470 - Introduce static ProblemType instances for more problem typesNathan Ridge2-15/+19
2017-05-13Bug 516291 - Improve propagattion of instantiate failures through EvalFunctio...Nathan Ridge3-1/+28
2017-05-13Bug 516291 - If a function call has dependent arguments, resolve the function...Nathan Ridge2-4/+19
2017-05-13Bug 516290 - Correct computation of decltype(expr) for dependent expressionsNathan Ridge3-2/+44
2017-05-12Bug 314428: speedup build console - limit UI threadJonah Graham13-661/+729
2017-05-12Bug 314428: speedup build console - better handle duplicate markersJonah Graham3-21/+161
2017-05-12Bug 516284 - Binding of const class rvalue to T& parameterNathan Ridge2-6/+20
2017-05-11Bug 516385 - Only use as much space as needed for PDOMCPPAliasTemplate and PD...Nathan Ridge3-5/+6
2017-05-11Bug 508637 - Encode the CDT version in the value of the __CDT_PARSER__ macroNathan Ridge3-3/+53
2017-05-09Bug 512932 - Improve type checking of GCC builtinsNathan Ridge12-26/+116
2017-05-08Bug 514685 - codan: handle fallthrough attributeRolf Bislin2-1/+32
2017-05-08Bug 516298 - Improved recognition of [[noreturn]] attributeThomas Corbat4-4/+47
2017-05-08Bug 514684 - call writeAttributes on more StatementsRolf Bislin1-28/+33
2017-05-08Bug 514684 - call writeAttributes on more Statementsromibi2-0/+87
2017-05-07Bug 512932 - Check for standard conversions in CPPEvaluation.maybeApplyConver...Nathan Ridge4-18/+45
2017-05-06Bug 512932 - Do not perform extra type manipulations in EvalMemberAccess.comp...Nathan Ridge2-6/+14
2017-05-06Bug 515343 - NPE in NamespaceHelper.checkFileNameAndLocation()Nathan Ridge1-1/+6
2017-05-05Bug 310837 - Indexer misses changes to header in referenced projectThomas Corbat4-80/+184
2017-05-03Bug 513428 - Ensure PDOM implementations of IASTFileLocation.getFileName() do...Nathan Ridge6-89/+84
2017-05-03Bug 512789 - Guard against infinite recursion in TypeTraits.hasTrivialDefault...Nathan Ridge2-4/+7
2017-05-02Bug 515990 - Fix constant reindexing in CMake projectsDoug Schaefer2-3/+18
2017-05-01Bug 515453 - Do not have CPPAliasTemplateInstance store its arguments in stri...Nathan Ridge3-12/+23
2017-05-01Bug 515453 - Clear all ProblemBindings stored during ambiguity resolutionNathan Ridge2-0/+36
2017-04-28Bug 515296: New Preferences for Source not found EditorPierre Sachot1-2/+30
2017-04-27Bug 514069 - Language Mappings section not shown in file properties if opened...Marc-Andre Laperle2-1/+55
2017-04-25Bug 515727 - Improve error messageNathan Ridge1-1/+1
2017-04-25Bug 515348 - Propagate point of instantiation in EvalTypeId.computeForFunctio...Nathan Ridge1-1/+1
2017-04-24Bug 515560: Avoid indexer race condition by joining the indexerJonah Graham1-13/+27
2017-04-23Bug 513597 - NPE in DestructorCollector.addDestructorCall()Nathan Ridge1-1/+3
2017-04-23Bug 512932 - Type of __func__, __FUNCTION__, and __PRETTY_FUNCTION__ builtinsNathan Ridge2-3/+18
2017-04-23Bug 512932 - Delegating constructor in class template partial specializationNathan Ridge2-2/+13

Back to the top