Skip to content

Commit

Permalink
Atomicity analysis - denote author
Browse files Browse the repository at this point in the history
  • Loading branch information
harmim committed Apr 30, 2019
1 parent 0920d85 commit 8b468ce
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions infer/src/checkers/AtomicSequences.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(** Detection of atomic sequences implementation. *)
(** Author: Dominik Harmim <xharmi00@stud.fit.vutbr.cz> *)

open! IStd
open! AtomicityUtils
Expand Down
1 change: 1 addition & 0 deletions infer/src/checkers/AtomicSequences.mli
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(** Detection of atomic sequences interface. *)
(** Author: Dominik Harmim <xharmi00@stud.fit.vutbr.cz> *)

open! IStd

Expand Down
1 change: 1 addition & 0 deletions infer/src/checkers/AtomicSequencesDomain.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(** Detection of atomic sequences domain implementation. *)
(** Author: Dominik Harmim <xharmi00@stud.fit.vutbr.cz> *)

open! IStd
open! AtomicityUtils
Expand Down
1 change: 1 addition & 0 deletions infer/src/checkers/AtomicSequencesDomain.mli
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(** Detection of atomic sequences domain interface. *)
(** Author: Dominik Harmim <xharmi00@stud.fit.vutbr.cz> *)

open! IStd

Expand Down
1 change: 1 addition & 0 deletions infer/src/checkers/AtomicityUtils.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(** Atomicity violations analysis utilities implementation. *)
(** Author: Dominik Harmim <xharmi00@stud.fit.vutbr.cz> *)

open! IStd

Expand Down
1 change: 1 addition & 0 deletions infer/src/checkers/AtomicityUtils.mli
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(** Atomicity violations analysis utilities interface. *)
(** Author: Dominik Harmim <xharmi00@stud.fit.vutbr.cz> *)

open! IStd

Expand Down
1 change: 1 addition & 0 deletions infer/src/checkers/AtomicityViolations.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(** Detection of atomicity violations implementation. *)
(** Author: Dominik Harmim <xharmi00@stud.fit.vutbr.cz> *)

open! IStd
open! AtomicityUtils
Expand Down
1 change: 1 addition & 0 deletions infer/src/checkers/AtomicityViolations.mli
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(** Detection of atomicity violations interface. *)
(** Author: Dominik Harmim <xharmi00@stud.fit.vutbr.cz> *)

open! IStd

Expand Down
1 change: 1 addition & 0 deletions infer/src/checkers/AtomicityViolationsDomain.ml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(** Detection of atomicity violations domain implementation. *)
(** Author: Dominik Harmim <xharmi00@stud.fit.vutbr.cz> *)

open! IStd
open! AtomicityUtils
Expand Down
1 change: 1 addition & 0 deletions infer/src/checkers/AtomicityViolationsDomain.mli
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
(** Detection of atomicity violations domain interface. *)
(** Author: Dominik Harmim <xharmi00@stud.fit.vutbr.cz> *)

open! IStd

Expand Down

0 comments on commit 8b468ce

Please sign in to comment.