llvm-project/clang/lib
Richard Smith 8dd3425077 Don't allow a value of a scoped enumeration to be used as the first bound for an
array new expression. This lays some groundwork for the implicit conversion to
integral or unscoped enumeration which C++11 ICEs undergo.

llvm-svn: 149772
2012-02-04 07:07:42 +00:00
..
ARCMigrate arc migrator: twik previous patch to exclude user provided 2012-01-31 22:09:44 +00:00
AST constexpr: 2012-02-04 00:33:54 +00:00
Analysis Thread safety analysis: 2012-02-03 04:45:26 +00:00
Basic Change the fixed array of FixitHints to a SmallVector to lift off 2012-02-03 05:58:22 +00:00
CodeGen Create new tag for the property. This is a work in progress. 2012-02-04 01:15:04 +00:00
Driver Fix -ftrap-function fallout from llvm r145714. <rdar://problem/10799325> 2012-02-03 06:27:22 +00:00
Frontend ArrayRef goodness in MultiplexConsumer, no functionality change. 2012-02-04 05:23:00 +00:00
FrontendTool Fix ASTMerge tests that I broke in my previous commit. 2012-02-04 03:26:16 +00:00
Headers Comment mystery code. 2012-02-04 02:16:48 +00:00
Index More dead code removal (using -Wunreachable-code) 2012-01-20 21:50:17 +00:00
Lex Change Lexer::makeFileCharRange() to have it accept a CharSourceRange 2012-02-03 05:58:29 +00:00
Parse Implement code completion support for module import declarations, e.g., 2012-01-29 18:15:03 +00:00
Rewrite In FixItRecompile::BeginInvocation() reset the diagnostics before executing 2012-01-27 06:15:37 +00:00
Sema Don't allow a value of a scoped enumeration to be used as the first bound for an 2012-02-04 07:07:42 +00:00
Serialization Thread a TargetInfo through to the module map; we'll need it for 2012-01-30 06:01:29 +00:00
StaticAnalyzer [analyzer] Make sure Containers OutOfBounds checker does not crash on undefined arguments, when CF functions are called with wrong number of arguments. 2012-02-04 06:40:52 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00