llvm-project/clang/lib
Richard Smith 71d403effb [coroutines] Check for overload sets in co_yield / co_return operands being resolved by a call to yield_value / return_value before rejecting them.
llvm-svn: 253817
2015-11-22 07:33:28 +00:00
..
ARCMigrate Refactor: Simplify boolean conditional return statements in lib/ARCMigrate 2015-11-06 01:26:37 +00:00
AST Don't actually add the __unsafe_unretained qualifier in MRC; 2015-11-19 02:28:03 +00:00
ASTMatchers Re-committing r253473 after hopefully fixing the bot breakage. There was a copy-pasta issue that my local testing did not catch. 2015-11-18 17:56:55 +00:00
Analysis Thread Safety Analysis: Fix DenseMap iterator invalidation UAF 2015-11-20 19:08:30 +00:00
Basic AMDGPU: Add support for 's' and 'v' asm constraints 2015-11-19 22:11:58 +00:00
CodeGen [DebugInfo] Look through type sugar on union types when casting 2015-11-20 17:41:12 +00:00
Driver Driver: Specifically tell the linker the target for mingw-w64 2015-11-22 05:40:06 +00:00
Edit Replace double negation of !FileID.isInvalid() with FileID.isValid(). 2015-10-03 10:46:20 +00:00
Format clang-format: Make sorting includes respect // clang-format off 2015-11-21 09:17:08 +00:00
Frontend [libclang] Make sure to use the raw module format for libclang parsing. 2015-11-20 03:36:21 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [CMake] Add a specific 'install-clang-headers' target. 2015-11-20 02:24:03 +00:00
Index Roll-back r250822. 2015-10-20 13:23:58 +00:00
Lex [clang] Disable Unicode in asm files 2015-11-20 23:42:39 +00:00
Parse [coroutines] Support braced-init-list as operand of co_yield expression. 2015-11-20 22:47:10 +00:00
Rewrite Roll-back r250822. 2015-10-20 13:23:58 +00:00
Sema [coroutines] Check for overload sets in co_yield / co_return operands being resolved by a call to yield_value / return_value before rejecting them. 2015-11-22 07:33:28 +00:00
Serialization Add support for GCC's '__auto_type' extension, per the GCC manual: 2015-11-11 02:02:15 +00:00
StaticAnalyzer [analyzer] DeadStoresChecker: Treat locals captured by reference in C++ lambdas as escaped. 2015-11-20 01:53:44 +00:00
Tooling Make ArgumentAdjuster aware of the current file being processed. 2015-11-05 02:19:53 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00
Makefile Make clang's rewrite engine a core feature 2014-07-16 16:48:33 +00:00