hanchenye-llvm-project/clang/lib
David Majnemer 999cbf9d21 MS ABI: Mangle the location of the catchable type into it's name
Because the catchable type has a reference to its name, mangle the
location to ensure that two catchable types with different locations are
distinct.

llvm-svn: 231819
2015-03-10 19:01:51 +00:00
..
ARCMigrate [SDK modernizer] Patch to fix type of the typed enums when 2015-03-02 23:58:02 +00:00
AST MS ABI: Mangle the location of the catchable type into it's name 2015-03-10 19:01:51 +00:00
ASTMatchers Roll functions back into namespaces, msvc has problems with name lookup outside of it. 2015-03-09 17:00:48 +00:00
Analysis Make helper functions static 2015-03-09 15:03:32 +00:00
Basic Simplify boolean expressions in clang with clang-tidy 2015-03-09 02:02:07 +00:00
CodeGen MS ABI: Mangle the location of the catchable type into it's name 2015-03-10 19:01:51 +00:00
Driver Simplify boolean expressions in clang with clang-tidy 2015-03-09 02:02:07 +00:00
Edit Edit: Do not extend a removal to include trailing whitespace if we're at the end 2014-09-15 11:47:10 +00:00
Format Make helper functions static. NFC. 2015-03-09 16:47:52 +00:00
Frontend [modules] Don't clobber a destructor's operator delete when adding another one; 2015-03-10 01:41:22 +00:00
FrontendTool Provide a BuryPointer for unique_ptrs. 2014-08-29 16:53:14 +00:00
Headers [X86, AVX] Replace vinsertf128 intrinsics with generic shuffles. 2015-03-10 15:19:26 +00:00
Index [libclang] Use same USR encoding for 'char' regardless of what the target considers the sign to be. 2014-12-08 09:09:05 +00:00
Lex Teach raw_ostream to accept SmallString. 2015-03-10 07:33:23 +00:00
Parse Fix a theoretical bug when ParseCompoundStatement() returns StmtError. 2015-03-09 03:17:15 +00:00
Rewrite [Rewrite] Make RewriteBuffer accessible on its own, and add a unit test for it. 2015-03-08 04:00:33 +00:00
Sema Recognize objc_bridge(id) on bridged casts to CF types. 2015-03-10 18:41:23 +00:00
Serialization [modules] Don't bother looking up a declaration to merge into if we're not 2015-03-10 02:57:50 +00:00
StaticAnalyzer Teach raw_ostream to accept SmallString. 2015-03-10 07:33:23 +00:00
Tooling Tooling: Hide implementation details 2015-03-09 15:03:26 +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