Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2019-10-10Add missing Override annotations.Alexander Kurtakov2-90/+2
2019-10-10Generify Class.Alexander Kurtakov1-1/+1
2019-10-10Move to non deprecated templates classes.Alexander Kurtakov7-10/+10
2019-10-10Migrate to ViewerComparator.Alexander Kurtakov7-43/+11
2019-10-06Bug 343274 - Fix VariableReadWriteFlags errorsMarco Stornelli2-0/+39
2019-10-04Use SafeRunner in LanguageSettingsProviderTabMarc-Andre Laperle1-1/+4
2019-10-04Bug 360919 - [MSVC] preprocessor symbol __STDC__ always definedMarc-Andre Laperle3-3/+30
2019-10-02Revert "Bug 549362 - Aggregate init for union-like classes"Hannes Vogt2-55/+14
2019-09-26Bug 549367 - [C++17] Aggregate init of baseHannes Vogt3-2/+53
2019-09-24Bug 549036 - Init Type(std::initializer_list) from Type{...}Hannes Vogt2-1/+24
2019-09-23Bug 549362 - Aggregate init for union-like classesHannes Vogt2-14/+55
2019-09-09Bug 550076 - Use PE64 parser by defaultCDT_9_9_0Jonah Graham1-0/+5
2019-09-09[releng] Require target platform bundles as minimum versionJonah Graham2-31/+31
2019-09-03Bug 550076 - Added new parser for PE executablesAdrien Thierry30-4/+3081
2019-09-01Bug 550397 - Fix a logic error in instantiateConversionTemplates()Nathan Ridge2-1/+20
2019-08-22Bug 550308 - Allow toolchain to specify part of the build config name.Doug Schaefer2-2/+25
2019-08-12Convert new Runnable to lambda.Alexander Kurtakov66-1331/+719
2019-08-12Convert new Runnable to lambda. Alexander Kurtakov6-126/+92
2019-08-09Bug 515393 - Allow contribution to CDT CSS pref nodeJeff Johnston1-1/+1
2019-08-09Bug 549508 - Avoid calling CPPBasicType.setAssociatedNumericalValue() without...Nathan Ridge2-14/+44
2019-08-09Replace ViewerSorter with ViewerComparator.Alexander Kurtakov3-7/+7
2019-08-08Fix vararg warning with 4.13.Alexander Kurtakov1-77/+46
2019-08-05Bug 522200: [C++17] Add support for structured binding declarationsThomas Corbat58-163/+3043
2019-08-04Bug 548902 - Fix exception in override methods refactoringMarco Stornelli1-1/+5
2019-07-30Bug 549653 - Fix wrapping for lambda expressionMarco Stornelli2-13/+78
2019-07-25Fix up some problems found against the latest API baseline.Doug Schaefer1-0/+2
2019-07-25Don't add null parser ids to the list of binary parsers.Doug Schaefer1-1/+4
2019-07-23Bug 549035 - Constructor with reference to initializer listNathan Ridge2-0/+15
2019-07-23Bug 545959 - Added checker for assignment operatorMarco Stornelli1-7/+61
2019-07-20Bug 376395 - Fix const methods with never join wrapped linesMarco Stornelli2-1/+18
2019-07-11Increase PDOM version to force rebuild for bug 549028Marc-Andre Laperle1-3/+6
2019-07-11Bug 549078 - ArrayOutOfBoundsException in AbstractIndexerTask.IndexFileConten...Nathan Ridge1-2/+2
2019-07-11Bug 549028 - Fix missing getRecordSize() leading to index corruptionMarc-Andre Laperle3-1/+12
2019-07-07Bug 540001 - Added option to control comments formattingMarco Stornelli13-205/+387
2019-07-05Bug 548980 - Track launch target connects and add error buildsDoug Schaefer6-15/+167
2019-07-04MSVC: Add some type-traits supported by MSVC in the scanner configurationMarc-Andre Laperle1-1/+63
2019-07-04Bug 548954 - Type transformation specifier in type-idNathan Ridge2-0/+12
2019-07-02Bug 548700 - Handle prefix negative sign in FloatingPointValue.parseDouble()Nathan Ridge2-0/+14
2019-07-01Bug 467346 - Fix format structs/unions with attributesMarco Stornelli2-1/+59
2019-06-29Bug 467346 - Retain attribute after struct key in CNathan Ridge2-2/+20
2019-06-28Bug 488349 - Organize Includes removes an include necessary for a...Felix Morgner1-1/+1
2019-06-28Bug 548712 - MinGW installation is not recognizedThomas Corbat1-9/+19
2019-06-25Bug 548512: Declarator formatting multiple keywords between pointersHansruedi Patzen2-10/+32
2019-06-25Bug 548482 - Return non-null from CPPFunctionProblem.getType()Nathan Ridge1-1/+1
2019-06-24Bug 548482 - Add CPPClassSpecialization.RecursionResolvingConstructorNathan Ridge1-2/+23
2019-06-24Bug 547763 - Bump patch version for previous changeJonah Graham1-1/+1
2019-06-21Bug 547763 - Consistently handle IArrayType.getSize() returning a null IValueNathan Ridge2-16/+22
2019-06-19Remove remnants of no longer supported archesMat Booth2-5/+1
2019-06-17Bug 548334: Remove unused NLS message with no entryJonah Graham1-1/+0
2019-06-11Bug 548138 - Fix override method with implementationMarco Stornelli3-4/+33

Back to the top