<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten-fastcomp-clang/lib/Checker, branch master</title>
<subtitle>emscripten clang</subtitle>
<id>https://git.amat.us/emscripten-fastcomp-clang/atom/lib/Checker?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten-fastcomp-clang/atom/lib/Checker?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/'/>
<updated>2010-12-22T18:52:29Z</updated>
<entry>
<title>[analyzer] Refactoring: lib/Checker -&gt; lib/GR and libclangChecker -&gt; libclangGRCore</title>
<updated>2010-12-22T18:52:29Z</updated>
<author>
<name>Argyrios Kyrtzidis</name>
<email>akyrtzi@gmail.com</email>
</author>
<published>2010-12-22T18:52:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=bce30c533a2b444db97533e3a9a567558120bd70'/>
<id>urn:sha1:bce30c533a2b444db97533e3a9a567558120bd70</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122421 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>[analyzer] Refactoring: include/clang/Checker -&gt; include/clang/GR</title>
<updated>2010-12-22T18:51:49Z</updated>
<author>
<name>Argyrios Kyrtzidis</name>
<email>akyrtzi@gmail.com</email>
</author>
<published>2010-12-22T18:51:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=98cabbad47a4d9db6b7e95c950d3302c110d1b02'/>
<id>urn:sha1:98cabbad47a4d9db6b7e95c950d3302c110d1b02</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122420 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>If the unary operator is prefix and an lvalue (in C++), bind</title>
<updated>2010-12-22T08:38:13Z</updated>
<author>
<name>Zhongxing Xu</name>
<email>xuzhongxing@gmail.com</email>
</author>
<published>2010-12-22T08:38:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=250704bc525361e8612ea01f245a41a1193c13f0'/>
<id>urn:sha1:250704bc525361e8612ea01f245a41a1193c13f0</id>
<content type='text'>
the location (l-value) to it.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122396 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>The base type is not always pointer type. We may cast to a base reference.</title>
<updated>2010-12-22T08:12:57Z</updated>
<author>
<name>Zhongxing Xu</name>
<email>xuzhongxing@gmail.com</email>
</author>
<published>2010-12-22T08:12:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=eee1df1e7ac74bbccd5282f0348381af70cf5e5e'/>
<id>urn:sha1:eee1df1e7ac74bbccd5282f0348381af70cf5e5e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122393 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Always blast through no-op casts when getting expr SVals.</title>
<updated>2010-12-22T07:40:30Z</updated>
<author>
<name>Zhongxing Xu</name>
<email>xuzhongxing@gmail.com</email>
</author>
<published>2010-12-22T07:40:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=a8d835abb81eb26850fa27738df0e42f12fae66a'/>
<id>urn:sha1:a8d835abb81eb26850fa27738df0e42f12fae66a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122390 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>After inlining the CXXConstructExpr, bind the temporary object region to it.</title>
<updated>2010-12-22T07:20:27Z</updated>
<author>
<name>Zhongxing Xu</name>
<email>xuzhongxing@gmail.com</email>
</author>
<published>2010-12-22T07:20:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=05e539175d9bac678fca8e77665e88b685729850'/>
<id>urn:sha1:05e539175d9bac678fca8e77665e88b685729850</id>
<content type='text'>
This change is necessary when the variable is a const reference and we need
the l-value of the construct expr.  After that, when binding the variable,
recover the lazy compound value when the variable is not a reference.

In Environment, use the value of a no-op cast expression when it has one.
Otherwise, blast-through it.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122388 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rename 'VisitLocation' to 'visitLocation'.</title>
<updated>2010-12-20T21:22:47Z</updated>
<author>
<name>Ted Kremenek</name>
<email>kremenek@apple.com</email>
</author>
<published>2010-12-20T21:22:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=342e907d72c1644ca294115dabd5ed8e852bc4ed'/>
<id>urn:sha1:342e907d72c1644ca294115dabd5ed8e852bc4ed</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122271 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'.</title>
<updated>2010-12-20T21:19:09Z</updated>
<author>
<name>Ted Kremenek</name>
<email>kremenek@apple.com</email>
</author>
<published>2010-12-20T21:19:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=d048c6ef5b6cfaa0cecb8cc1d4bdace32ed21d07'/>
<id>urn:sha1:d048c6ef5b6cfaa0cecb8cc1d4bdace32ed21d07</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122270 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>If the initializer is an rvalue and the variable is a const reference,</title>
<updated>2010-12-19T02:26:37Z</updated>
<author>
<name>Zhongxing Xu</name>
<email>xuzhongxing@gmail.com</email>
</author>
<published>2010-12-19T02:26:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=f45fbad13ee1f143a2cb6e806fefe22b48f68940'/>
<id>urn:sha1:f45fbad13ee1f143a2cb6e806fefe22b48f68940</id>
<content type='text'>
create a temporary object for it.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122161 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>The evaluation of dereference and address-of is identical.</title>
<updated>2010-12-18T05:16:43Z</updated>
<author>
<name>Zhongxing Xu</name>
<email>xuzhongxing@gmail.com</email>
</author>
<published>2010-12-18T05:16:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten-fastcomp-clang/commit/?id=9c2bac02c1d1204bcf2c5a025ab901d09bc7ae26'/>
<id>urn:sha1:9c2bac02c1d1204bcf2c5a025ab901d09bc7ae26</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122146 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
