-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
334 changed files
with
10,472 additions
and
14,058 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Patterns listed later take precedence over earlier patterns. | ||
# All owners are automatically set as reviewers for PRs affecting their files. | ||
# At least one owner must approve a PR affecting their files. | ||
|
||
* @MMory @fabianbs96 | ||
|
||
/include/phasar/PhasarLLVM/DataflowSolver/IfdsIde/Solver/IDESolver.h @pdschubert | ||
|
||
/include/phasar/PhasarLLVM/DataflowSolver/IfdsIde/FlowEdgeFunctionCache.h @vulder | ||
|
||
/include/phasar/PhasarLLVM/DataflowSolver/Mono @pdschubert | ||
|
||
/img @pdschubert | ||
|
||
/include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEInstInteractionAnalysis.h @pdschubert @vulder | ||
/include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/ExtendedTaintAnalysis/ @fabianbs96 | ||
/include/phasar/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEExtendedTaintAnalysis.h @fabianbs96 | ||
/lib/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/IDEExtendedTaintAnalysis.cpp @fabianbs96 | ||
/lib/PhasarLLVM/DataFlowSolver/IfdsIde/Problems/ExtendedTaintAnalysis/ @fabianbs96 | ||
|
||
/include/phasar/PhasarLLVM/AnalysisStrategy/ @pdschubert | ||
|
||
Dockerfile @janniclas | ||
/.docker/ @janniclas | ||
|
||
/include/phasar/Utils/Logger.h @MMory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,22 +2,36 @@ This file is a partial list of people who have contributed to Phasar | |
|
||
The fields are: name (N), email (E), web-address (W), description (D) | ||
|
||
|
||
Active Contributors: | ||
|
||
N: Philipp Schubert | ||
E: [email protected] | ||
W: http://it-schubert.com | ||
D: Initial implementation and chief developer new features | ||
D: Initial implementation, high-level architecture, IDESolver, InstInteractionAnalysis | ||
|
||
N: Martin Mory | ||
E: [email protected] | ||
D: CMake | ||
D: CMake, Logger, Organization | ||
|
||
N: Nicolas Bellec | ||
E: [email protected] | ||
D: Call-graph algorithms | ||
N: Fabian Schiebel | ||
E: [email protected], [email protected] | ||
D: ExtendedTaintAnalysis, general development, Organization | ||
|
||
N: Jan-Niclas Strüwer | ||
E: [email protected] | ||
D: ESG visualization adaptor, Docker, Mac Support | ||
|
||
N: Florian Sattler | ||
E: [email protected] | ||
D: CMake and CMake build as llvm drop-in | ||
D: CMake and CMake build as llvm drop-in, CI/CD Pipeline, Performance, InstInteractionAnalysis | ||
|
||
|
||
Former Contributors: | ||
|
||
N: Nicolas Bellec | ||
E: [email protected] | ||
D: Call-graph algorithms | ||
|
||
N: Christian Stritzke | ||
E: [email protected] | ||
|
@@ -26,7 +40,3 @@ D: HexaStore implementation | |
N: Richard Leer | ||
E: [email protected] | ||
D: Serialization, various fixes and data-flow analyses | ||
|
||
N: Jan-Niclas Strüwer | ||
E: [email protected] | ||
D: ESG visualization adaptor |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.