clang-1/include
Douglas Gregor 555f57e354 When deciding how to parse "= something" as part of a member
declaration, determine whether the declaration will end up declaring a
function using semantic criteria (e.g., it will have function type)
rather than purely syntactic criteria (e.g., it has the form of a
function declarator). Fixes <rdar://problem/9670557>.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@133854 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-25 00:56:27 +00:00
..
clang When deciding how to parse "= something" as part of a member 2011-06-25 00:56:27 +00:00
clang-c Expose @synthesize and @dynamic via their own cursor kinds in 2011-06-03 23:08:58 +00:00
CMakeLists.txt Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
Makefile Makefile: Switch Clang Makefiles to always include the top-level Clang Makefile. 2010-06-08 20:34:18 +00:00