hanchenye-llvm-project/clang/include
Douglas Gregor 6fd1b1802f Implement semantic analysis and an AST representation for the named
return value optimization. Sema marks return statements with their
NRVO candidates (which may or may not end up using the NRVO), then, at
the end of a function body, computes and marks those variables that
can be allocated into the return slot.

I've checked this locally with some debugging statements (not
committed), but there won't be any tests until CodeGen comes along.

llvm-svn: 103865
2010-05-15 06:01:05 +00:00
..
clang Implement semantic analysis and an AST representation for the named 2010-05-15 06:01:05 +00:00
clang-c Add CXType and an initial set of supporting functions to libclang. This exposes details of 2010-05-14 21:29:26 +00:00
CMakeLists.txt Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
Makefile Move include installation steps to better location, inside each include dir instead of at the top-level. 2010-04-30 17:59:38 +00:00