commit | 14a7f39733d7712319be4cd0967e47a5e87507a8 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed Apr 08 18:24:34 2009 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed Apr 08 18:24:34 2009 +0000 |
tree | 93393b4ab2f9ecfe77a73f5fa84c79c7c66b3a3b | |
parent | 17ddaa677eb84ecc6d91f50f8692bc43513d3aab [diff] [blame] |
Add initial support for -imacros. Right now it has the same semantics as -include, but that will be fixed soon. llvm-svn: 68625
diff --git a/clang/lib/Basic/IdentifierTable.cpp b/clang/lib/Basic/IdentifierTable.cpp index c002b3f..78758d7 100644 --- a/clang/lib/Basic/IdentifierTable.cpp +++ b/clang/lib/Basic/IdentifierTable.cpp
@@ -207,6 +207,8 @@ CASE( 8, 'u', 'a', unassert); CASE(12, 'i', 'c', include_next); + + CASE(16, '_', 'i', __include_macros); #undef CASE #undef HASH }