]> granicus.if.org Git - clang/commit
move the asm string analysis code out of codegen into common
authorChris Lattner <sabre@nondot.org>
Tue, 10 Mar 2009 23:21:44 +0000 (23:21 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 10 Mar 2009 23:21:44 +0000 (23:21 +0000)
commit458cd9c8a79b25b87dcea43c9d97a4c59f194799
treead8860b069fcb425d1d9bc072b9b5c7c02c733b0
parenta03aca82de5259846d4ef38db11b8116398d2222
move the asm string analysis code out of codegen into common
code where Sema can get to it.  No functionality change.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@66596 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/Stmt.h
lib/AST/Stmt.cpp
lib/CodeGen/CGStmt.cpp