From 3153ed6bc4fb639dd10bb04cf0a0dccc0f2334fd Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 4 Jul 2006 18:31:48 +0000 Subject: [PATCH] This is implemented. llvm-svn: 38653 --- clang/README.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/clang/README.txt b/clang/README.txt index 2512b581e6f4..bce881f36dff 100644 --- a/clang/README.txt +++ b/clang/README.txt @@ -45,7 +45,6 @@ Lexer: Preprocessor: * Function-style #define & macro expansion * #line / #file directives - * Detection of "atomic" headers: #if !defined. * -C output mode in -E mode. Traditional Preprocessor: