clang-1/lib
Stepan Dyatkovskiy 7c02cfeb08 llvm::SwitchInst
Renamed methods caseBegin, caseEnd and caseDefault with case_begin, case_end, and case_default.
Added some notes relative to case iterators.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152533 91177308-0d34-0410-b5e6-96231b3b80d8
2012-03-11 06:09:37 +00:00
..
ARCMigrate Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to 2012-03-10 09:33:50 +00:00
AST Add a missing 'template' keyword. 2012-03-11 02:23:56 +00:00
Analysis Replace a map of boolean values with a set. 2012-03-10 15:08:09 +00:00
Basic When checking the encoding of an 8-bit string literal, don't just check the 2012-03-08 21:59:28 +00:00
CodeGen llvm::SwitchInst 2012-03-11 06:09:37 +00:00
Driver Use VersionTuple to manage macosx versions in the driver. No functionality change. 2012-03-10 20:55:36 +00:00
Edit Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Frontend No longer defining GNUC mode when compiling for Microsoft compatibility. This allows people's cross-platform compiler-specific macros to work properly. 2012-03-10 22:21:14 +00:00
FrontendTool Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Headers * tgmath_logb.patch implements the missing logb function (see C99 standard 7.22, paragraph 5). * tgmath_fabs_complex.patch corrects the return types for the complex fabs functions. These must be non-complex float/double/long double (see C99 standard 7.22, paragraph 4 and 7.3.8.1). Patch contributed by Kristof Beyls. 2012-02-23 20:22:10 +00:00
Index Unbreak the CMake builds following the CallGraph change. 2012-03-02 23:18:45 +00:00
Lex Improve diagnostics for UCNs referring to control characters and members of the 2012-03-09 22:27:51 +00:00
Parse Document the availability attribute 2012-03-11 04:53:21 +00:00
Rewrite objective-c modern rewriter: add __declspec(dllexport) to forward 2012-03-10 18:25:06 +00:00
Sema When template argument deduction is ignoring qualifiers, perform deep 2012-03-11 03:29:50 +00:00
Serialization Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to 2012-03-10 09:33:50 +00:00
StaticAnalyzer [analyzer] Replace a static helper with existing logic. No functionality change. 2012-03-11 00:08:24 +00:00
CMakeLists.txt Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00
Makefile Add new code migrator support for migrating existing Objective-C code to use 2012-03-06 20:06:33 +00:00