bde_verify
bde_verify copied to clipboard
Tool used to format, improve and verify code to BDE guidelines
**Describe the bug** After build and install bde_verify, I am trying to use the bde_verify on one component. But it prompts error: ``` $ /path/to/bde_verify/bde_verify xxx.cpp Modification of a read-only...
EDIT: Just realised I had been using branch `debian` all along instead of `master`; it seems the former is the default branch. `master` builds against `clang` 3.8. Keeping this in...
When using `bde_verify --help` build from the open source version I get pointed at documentation which isn't accessible: ``` For full documentation, see {TEAM BDE:BDE_VERIFY} or . ```
I used the following process to build and run bde_verify (commit 95368483732586c033931e61763ada9bc02da833) on a vanilla Centos 6.6 machine (equivalent to RHEL 6). - Problem: No pre-installed clang 3.6 (duh). So,...