llvm-project/clang/lib
David Majnemer e3d7191a74 [MS ABI] Replace dead code with an assertion
As per C++ [dcl.ref]p1, cv-qualified references are not valid. As such,
change the mangler to assert that this event does not happen.

llvm-svn: 256662
2015-12-31 05:36:50 +00:00
..
ARCMigrate Fix funciton->function typo. 2015-12-16 23:10:46 +00:00
AST [MS ABI] Replace dead code with an assertion 2015-12-31 05:36:50 +00:00
ASTMatchers [ASTMatchers] Add booleanType() matcher. 2015-12-22 20:06:40 +00:00
Analysis Use range-based for loop to avoid the need for calculating an array size. NFC 2015-11-30 03:11:12 +00:00
Basic [OPENMP 4.5] Sema/parsing support for extended format of 'schedule' clause. 2015-12-28 07:25:51 +00:00
CodeGen Fix alignment issue in CodeGenFunction::PopCleanupBlock. 2015-12-30 03:58:33 +00:00
Driver Disable generating movt on FreeBSD. 2015-12-30 13:53:25 +00:00
Edit Replace double negation of !FileID.isInvalid() with FileID.isValid(). 2015-10-03 10:46:20 +00:00
Format clang-format: Slightly row back on r256343 by increasing penalty for 2015-12-30 12:23:00 +00:00
Frontend [ptr-traits] Add #includes of headers rather than forward declarations 2015-12-30 03:40:23 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers Fix up comment in header. 2015-12-28 19:07:46 +00:00
Index Roll-back r250822. 2015-10-20 13:23:58 +00:00
Lex Emit a -Wmicrosoft warning when treating ^Z as EOF in MS mode. 2015-12-29 23:17:27 +00:00
Parse Silence enumeral and non-enumeral type in conditional expression warning; NFC. 2015-12-28 15:52:46 +00:00
Rewrite Roll-back r250822. 2015-10-20 13:23:58 +00:00
Sema [MSVC Compat] Diagnose multiple default ctors for dllexport'd classes 2015-12-31 05:36:46 +00:00
Serialization [TrailingObjects] Convert classes in ExprObjC.h 2015-12-31 04:43:19 +00:00
StaticAnalyzer [analyzer] Handle another Android assert function. 2015-12-30 00:08:59 +00:00
Tooling Add fall-back mode for clang tools. 2015-12-03 10:38: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