<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/54688>54688</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            Taint Configuration doesn't work
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
            new issue
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          Logyiyi
      </td>
    </tr>
</table>

<pre>
    I encounter some problems with the stain analysis configuration. I completely followed the instructions in the official manual but got no results. I don't know if I'm using it the wrong way or if the format of the configuration file has changed. My version is 15.0.0. The Code and Configuration file are as follows. Please help me.

Code:
void test1(char t){
std::cout<<t; 
}
void mysink(char t){
std::cout<<t;
}
int main(int argc, char** argv) {
  char x = 'x';
  test1(x);
  mysink(x);
  return 0;
}

Configuration File:
Propagations:
  - Name: test1
    DstArgs: [0]
Sinks:
  - Name: mysink
    Args: [0]

</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJyVU9tuozAQ_RrzMioiEAJ54CFtFKnS7qrS9gcMHsAbY0e2Scrf75hStreXFQZ7Lj5zfMzURkzVI6BuzKg9WnBmQLhYUyscHNyk78H3CM5zqYFrriYnHTRGt7IbLffS6BgeyTFcFHpUE7RGKXNDMe-T2nk7NiHNkTH7TNvKRnIFA9cjTfXooTMetAGLblTeBURhNEsLD2dtbiBbeCRrgNFJ3YH0M9DNGjJufAJjQ0rwtcYO3FON2frAE1qpEHpO9HuuOxQx_JzgitaFIJ1qk8cJPfBMOx-MQDqvoMUXCG7pdctBieyTQu4IGdUFBoxZcmTJ4fUbYFi2GFcjSRV0fsPSkjhY8Czds-L-Ney8CKnZge7Cs-yBBk33sOAVx3coA12DPv8PzCcUqT3pL0njMiy57RqWPgRlLEsPNILrSriwAsMchRdg2RHoNl7oXYFhPdhLIPPPvTL95LfoR6sh-UrtTbn3up9I91XHJ2suvJsDbnUC3MEvPoSshcriBjg6f7BdSAWW3ycsXwr9JmLfAyykV4Rvt0eiysQ-2_PIS6-weuZByY-8hUH3-h_fjD1Ho1VV7_1lrpqeaHTUYWMdU_-QodT1bbqjHvyDDd3sSTo3oqNFvt2VZdRXOW-KtC03vME8wzrflcluJ5o2Q1HkvM4ixWtUriK2LE01Uv8ECFoT90hWaZKmyTbZJOWmyPM43bU822dtWzSYcVGzbYL0a6g48IiN7SJbzZTqkVTYJko6atE1yJ2TnUacyxE-H31vbPXDdJOcZDSXrmbqfwGZpF-I">