diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2011-05-02 19:39:53 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2011-05-02 19:39:53 +0000 |
commit | 01af97d3b23bded2b2b21af19bbc6e4cce49e5b3 (patch) | |
tree | 64a10f4c4154739d4a8191d7e1b52ce497f4ebd6 /test/Driver/ast.c | |
parent | c3b054d250cdca485c71845089c316e10610ebad (diff) | |
download | src-01af97d3b23bded2b2b21af19bbc6e4cce49e5b3.tar.gz src-01af97d3b23bded2b2b21af19bbc6e4cce49e5b3.zip |
Vendor import of clang trunk r130700:vendor/clang/clang-r130700
Notes
Notes:
svn path=/vendor/clang/dist/; revision=221339
svn path=/vendor/clang/clang-r130700/; revision=221340; tag=vendor/clang/clang-r130700
Diffstat (limited to 'test/Driver/ast.c')
-rw-r--r-- | test/Driver/ast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/ast.c b/test/Driver/ast.c index 6e5857fba5e3..e9fbb068d969 100644 --- a/test/Driver/ast.c +++ b/test/Driver/ast.c @@ -22,5 +22,5 @@ // COMPILE-AST-PHASES: END // FIXME: There is a problem with compiling AST's in that the input language is -// not availabe for use by other tools (for example, to automatically add +// not available for use by other tools (for example, to automatically add // -lstdc++). We may need -x [objective-]c++-ast and all that goodness. :( |