Go to file
Sean Callanan 3670ba5c87 Fixed ClangUserExpression's wrapping of expressions
in C++ methods.  There were two fixes involved:

 - For an object whose contents are not known, the
   expression should be treated as a non-member, and
   "this" should have no meaning.

 - For a const object, the method should be declared
   const as well.

llvm-svn: 120606
2010-12-01 21:35:54 +00:00
clang Rename 'SValuator' to 'SValBuilder'. The new name 2010-12-01 21:28:31 +00:00
compiler-rt license change 2010-11-16 22:13:33 +00:00
debuginfo-tests Zap white spaces, test commit email. 2010-11-10 18:11:11 +00:00
libcxx Implemented N3194 2010-11-30 20:23:32 +00:00
lldb Fixed ClangUserExpression's wrapping of expressions 2010-12-01 21:35:54 +00:00
llvm Use the correct fixup type for ARM VLDR* 2010-12-01 21:09:40 +00:00