Completed
Introduction
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Coccinelle: Automating Large-scale Evolution and Bug Finding in C Code
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Common problems in programming
- 3 Pervasive code changes
- 4 What is Coccinelle
- 5 Semantic Patches
- 6 Meta Variables
- 7 Transformation
- 8 Exercise
- 9 Rewriting
- 10 Command Line Options
- 11 Coccinelle Options
- 12 Questions
- 13 Q A
- 14 Creating a Semantic Patch
- 15 Semantic Patch
- 16 Metavariables
- 17 Rule
- 18 Code duplication
- 19 Disjunction
- 20 Separate Rules
- 21 Exercise 3 Header Files