Go to file
Anders Carlsson 1b12ed4a00 Perform the C++ specific semantic checks of a function declaration after it's been merged with the previous declaration. This ensures that getPreviousDecl() will have the right value when ActOnConversionDeclarator is called.
llvm-svn: 81720
2009-09-13 21:33:06 +00:00
clang Perform the C++ specific semantic checks of a function declaration after it's been merged with the previous declaration. This ensures that getPreviousDecl() will have the right value when ActOnConversionDeclarator is called. 2009-09-13 21:33:06 +00:00
compiler-rt fix typo in comment 2009-09-13 18:34:39 +00:00
llvm Move unittest driver to utils/unittest/UnitTestMain. 2009-09-13 21:31:21 +00:00