diff options
| author | Steve Naroff <snaroff@apple.com> | 2007-05-23 21:48:04 +0000 |
|---|---|---|
| committer | Steve Naroff <snaroff@apple.com> | 2007-05-23 21:48:04 +0000 |
| commit | f84d11f9d722b35ecb8e889292941ca6054e3466 (patch) | |
| tree | 5c3d3628350223e6e7475244366ed97d508df16f /clang/INPUTS | |
| parent | 5a85f9104d8261161a50fd82c1f088dcfd0c97b3 (diff) | |
| download | bcm5719-llvm-f84d11f9d722b35ecb8e889292941ca6054e3466.tar.gz bcm5719-llvm-f84d11f9d722b35ecb8e889292941ca6054e3466.zip | |
Bug #:
Submitted by:
Reviewed by:
Added "global" statistics gathering for Decls/Stmts/Exprs.
Very useful for working with a single file. When we start compiling
multiple files, will need to enhance this to collect stats on a per-module
basis.
llvm-svn: 39485
Diffstat (limited to 'clang/INPUTS')
| -rw-r--r-- | clang/INPUTS/carbon_h.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/INPUTS/carbon_h.c b/clang/INPUTS/carbon_h.c index 9e555062058..599f123a36c 100644 --- a/clang/INPUTS/carbon_h.c +++ b/clang/INPUTS/carbon_h.c @@ -1,4 +1,4 @@ -#import <Carbon/Carbon.h> +#include <Carbon/Carbon.h> //#import<vecLib/vecLib.h> |

