]> granicus.if.org Git - clang/commit
HasSideEffects() should return false for calls to pure and const functions.
authorMichael Kuperstein <michael.m.kuperstein@intel.com>
Mon, 6 Apr 2015 13:22:01 +0000 (13:22 +0000)
committerMichael Kuperstein <michael.m.kuperstein@intel.com>
Mon, 6 Apr 2015 13:22:01 +0000 (13:22 +0000)
commit9d0cf0b63f2276210ce32821191c59bdfd7a5260
tree2c62e94150302ed4b976f202ee7101c99739f11f
parent7f94f0b0eecaaac7110e26d1dcd17654a015ab27
HasSideEffects() should return false for calls to pure and const functions.

Differential Revision: http://reviews.llvm.org/D8548

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@234152 91177308-0d34-0410-b5e6-96231b3b80d8
lib/AST/Expr.cpp
test/CodeGen/builtin-assume.c
test/Sema/builtin-assume.c