Martin Trojer
18ac47210a
[FCP] calculate clang commit hash correctly [6/N]
...
Reviewed By: ngorogiannis
Differential Revision: D23315607
fbshipit-source-id: d5074c528
4 years ago
Martin Trojer
7a0427c2d7
[FCP] script to prepare clang tar [5/N]
...
Summary:
Script changes to make the clang build work without the FCP submodule.
A llvm+clang+libraries src folder is downloaded and put together in the clang/src/download folder. This is the used for the clang build.
Reviewed By: ngorogiannis
Differential Revision: D23315610
fbshipit-source-id: 0cbce23e2
4 years ago
Martin Trojer
83c368f8a7
[FCP] linting facebook-clang-plugin files [4/N]
...
Summary:
arc lint run on all facebook-clang-plugins files
```
$ arc lint
$ make clang_plugin_test_replace
```
Reviewed By: jvillard
Differential Revision: D23597477
fbshipit-source-id: 746b5ed76
4 years ago
Martin Trojer
0ded7805c2
[FCP] copy facebook-clang-plugins files [2/N]
...
Summary:
Copy files from (clean commit) FCP [024a101](024a101228
) repo to folder in infer repo (i.e. no longer a subrepo).
Excluding all dotfiles except .gitingnore and .clang-format
```
$ git checkout https://github.com/facebook/facebook-clang-plugins.git
$ mkdir ~/infer/facebook-clang-plugins
$ cp -r facebook-clang-plugins/* ~/infer/facebook-clang-plugins/
Reviewed By: ngorogiannis
Differential Revision: D23315608
fbshipit-source-id: 2fc38b25e
4 years ago