]> granicus.if.org Git - clang/commit
introduce a centralized place to introduce and inject llvm types into the
authorChris Lattner <sabre@nondot.org>
Wed, 20 Jul 2011 06:37:11 +0000 (06:37 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 20 Jul 2011 06:37:11 +0000 (06:37 +0000)
commit9594675cc1eb52a054de13c4a21e466643847480
treecfa8b0d8b038b25c9e2feba4e650afdea578c78a
parentb13eab95e1a5bb1e78706179f15f8416e9fbcfbf
introduce a centralized place to introduce and inject llvm types into the
clang namespace.  There are a number of LLVM types that are used pervasively
and it doesn't make sense to keep qualifying them.  Start with casting
operators.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135574 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Attr.h
include/clang/AST/Stmt.h
include/clang/AST/Type.h
include/clang/Basic/LLVM.h [new file with mode: 0644]
include/clang/Driver/Action.h
include/clang/Driver/Job.h
include/clang/Driver/Option.h
lib/Driver/Tools.cpp