llvm-project/clang/lib
David Blaikie 1c9c90495d PR14296: function parameter name collisions in function try/catch
C++11 3.3.3/2 "A parameter name shall not be redeclared in the outermost block
of the function definition nor in the outermost block of any handler associated
with a function-try-block."

It's not totally clear to me whether the "FIXME" case is covered by this, but
Richard Smith thinks it probably should be. It's just a bit more involved to
fix that case.

llvm-svn: 167650
2012-11-10 01:04:23 +00:00
..
ARCMigrate Remove old driver code to grab the iOS simulator version from the -D option. 2012-11-09 01:59:30 +00:00
AST Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer 2012-11-09 19:40:45 +00:00
ASTMatchers Insert interception point onStartOfTranslationUnit. 2012-11-02 01:31:03 +00:00
Analysis [analyzer] add LocationContext::inTopFrame() helper. 2012-11-03 02:54:16 +00:00
Basic Add a SourceLocation::printToString() that returns in a std::string what dump() 2012-11-09 19:40:48 +00:00
CodeGen Turn FrontendInputFile into an immutable class and have it also accept 2012-11-09 19:40:39 +00:00
Driver PR14303: Add a NoDriverOption flag to those options which are not accepted by 2012-11-09 22:36:44 +00:00
Edit Change the representation of builtin functions in the AST 2012-08-31 00:14:07 +00:00
Frontend Make __LDBL_MAX__ etc. have the correct type on targets where long double/double/etc. have the same format. PR14285. 2012-11-10 00:20:38 +00:00
FrontendTool PR14303: Add a NoDriverOption flag to those options which are not accepted by 2012-11-09 22:36:44 +00:00
Headers Split the instrinsic header wmmintrin.h into AES and PCLMUL parts, so 2012-11-05 23:30:26 +00:00
Lex Improved support for removing the comma preceding __VA_ARGS__ where __VA_ARGS__ 2012-11-09 13:24:30 +00:00
Parse PR14296: function parameter name collisions in function try/catch 2012-11-10 01:04:23 +00:00
Rewrite objective-C modern translator. Start the line 2012-11-07 18:15:53 +00:00
Sema PR14296: function parameter name collisions in function try/catch 2012-11-10 01:04:23 +00:00
Serialization Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer 2012-11-09 19:40:45 +00:00
StaticAnalyzer [analyzer] Check that the argument to CFMakeCollectable is non-NULL. 2012-11-07 17:12:37 +00:00
Tooling Make DiagnosticOptions intrusively reference-counted, and make sure 2012-10-23 22:26:28 +00:00
CMakeLists.txt Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00
Makefile Adds the AST Matcher library, which provides a in-C++ DSL to express 2012-07-06 05:48:52 +00:00