Go to file
Gabor Greif 2df8a3a968 evil hack to coerce external users (projects)
to update their code to high-level interfaces

If you get compile errors in your project
please update your code according to the
comments.

This is a re-commit of r107396 which causes
compile errors for the indicated usage patterns
instead of link errors (which are less easy to
fix because of missing source location).

If you get compile errors please perform
following functionally equivalent transformations:
  - getOperand(0)  --->  getCalledValue()
  - setOperand(0, V)  --->  setCalledFunction(V)

This will make your code more future-proof
and avoid potentially hard-to-debug bugs.

please refer to this thread on llvm-dev:

<http://groups.google.com/group/llvm-dev/browse_thread/thread/64650cf343b28271>

llvm-svn: 107432
2010-07-01 21:46:41 +00:00
clang Provide exception specifications for implicitly-declared copy constructors. 2010-07-01 20:59:04 +00:00
compiler-rt Tests for soft-float comparison functions 2010-07-01 18:35:50 +00:00
libcxx Updated chart with weekly test results 2010-07-01 21:39:12 +00:00
lldb Added a SemaConsumer that transforms the ASTs for 2010-07-01 20:08:22 +00:00
llvm evil hack to coerce external users (projects) 2010-07-01 21:46:41 +00:00