]> granicus.if.org Git - clang/commit
Switch __import__ over to __import_module__, so we don't conflict with
authorDouglas Gregor <dgregor@apple.com>
Wed, 31 Aug 2011 18:19:09 +0000 (18:19 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 31 Aug 2011 18:19:09 +0000 (18:19 +0000)
commit65030af6526748ce11534e92f0ccefc44091ba13
treeeeed9bb3744e31b499e15c8169a653f05a1bdc26
parent140ab234c23f392d5422691c5de1ee3c15026def
Switch __import__ over to __import_module__, so we don't conflict with
existing practice with Python extension modules. Not that Python
extension modules should be using a double-underscored identifier
anyway, but...

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138870 91177308-0d34-0410-b5e6-96231b3b80d8
13 files changed:
include/clang/Basic/DiagnosticParseKinds.td
include/clang/Basic/TokenKinds.def
include/clang/Lex/Preprocessor.h
include/clang/Sema/Sema.h
lib/Lex/Preprocessor.cpp
lib/Parse/Parser.cpp
test/Modules/Inputs/diamond_bottom.h
test/Modules/Inputs/diamond_left.h
test/Modules/Inputs/diamond_right.h
test/Modules/diamond.c
test/Modules/load_failure.c
test/Modules/lookup.cpp
test/Modules/lookup.m