Martin Trojer
9fd1a87cd5
Upgrade Infer to clang10
...
Reviewed By: jvillard
Differential Revision: D25048497
fbshipit-source-id: 7e839a076
4 years ago
Martin Trojer
96755539c2
Make infer build on centos8
...
Reviewed By: skcho
Differential Revision: D23985761
fbshipit-source-id: fd02ec9be
4 years ago
Martin Trojer
26dcd63a25
Revert "upgrade to clang10"
...
Reviewed By: jvillard
Differential Revision: D23961256
fbshipit-source-id: d57760b27
4 years ago
Martin Trojer
15786e8f09
upgrade to clang10
...
Summary:
Upgrade to latest clang release, needed for xcode12.
clang-8/9 won't be able to read the Xcode 12 SDK since there's annotations that will fail compilation.
Also removing unused (and hard to compile) binary `ast_exporter_bin` from facebook-clang-plugins/libtooling.
Reviewed By: ngorogiannis
Differential Revision: D23780089
fbshipit-source-id: 2314125a9
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