Go to file
Douglas Gregor 0be31a2eb7 Move the "current scope" state from the Parser into Action. This
allows Sema some limited access to the current scope, which we only
use in one way: when Sema is performing some kind of declaration that
is not directly driven by the parser (e.g., due to template
instantiatio or lazy declaration of a member), we can find the Scope
associated with a DeclContext, if that DeclContext is still in the
process of being parsed. 

Use this to make the implicit declaration of special member functions
in a C++ class more "scope-less", rather than using the NULL Scope hack.

llvm-svn: 107491
2010-07-02 17:43:08 +00:00
clang Move the "current scope" state from the Parser into Action. This 2010-07-02 17:43:08 +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 method to get a stream's byte order. 2010-07-02 02:43:42 +00:00
llvm 80-column and trailing whitespace cleanup. 2010-07-02 17:41:59 +00:00