Grissiom c289aa9fc1 Scons: add a custom tool to do clang static analyze
Bsps can use the clang analyzer as a tool:

    env = Environment(toolpath=[os.path.join(RTT_ROOT, 'tools',
                      'tools')], tools = ['clang-analyze'])

When building the project, the static analyzer will be called to check
all the C code. The warnings are print to stderr.
2013-09-07 15:15:48 +08:00
..
2013-02-02 17:36:34 +08:00
2012-01-08 03:14:19 +00:00
2013-01-08 05:05:02 -08:00
2012-02-19 09:11:35 +00:00
2013-01-08 05:05:02 -08:00
2013-01-08 05:05:02 -08:00