clang-1/lib
John McCall cbfe50224b Emit standard-library RTTI with external linkage, not weak_odr.
Apply hidden visibility to most RTTI;  libstdc++ does not rely on exact
pointer equality for the type info (just the type info names).  Apply
the same optimization to RTTI that we do to vtables.

Fixes PR5962.



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110192 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-04 08:34:44 +00:00
..
AST Send AST dumping/printing to stdout instead of stderr. 2010-08-03 17:29:57 +00:00
Analysis Add -cc1 option '-unoptimized-cfg' to toggle using a CFG (for static analysis) that doesn't prune CFG edges. 2010-08-03 00:09:51 +00:00
Basic PR7777: Set EnabledByDefault to something useful, instead of setting it 2010-08-01 22:13:15 +00:00
Checker Change the checker callback cache in GRExprEngine to be more compact (and IMHO a little easier to understand), and add the same sort of caching for EvalAssume (tied for least-used callback), mostly as proof-of-concept. 2010-08-04 07:10:57 +00:00
CodeGen Emit standard-library RTTI with external linkage, not weak_odr. 2010-08-04 08:34:44 +00:00
Driver Driver: Don't forward any -g options to GCC, when using it to drive the 2010-08-03 16:14:14 +00:00
Frontend When we try (but fail) to build a precompiled preamble, wait for a 2010-08-04 05:53:38 +00:00
Headers add a hack for visual studio, fixing PR7796 2010-08-03 22:13:56 +00:00
Index Remove unused location-to-AST-node resolver. libclang's implementation supercedes it 2010-07-19 16:18:30 +00:00
Lex After a lengthy design discussion, add support for "ownership attributes" for malloc/free checking. Patch by Andrew McGregor! 2010-07-31 01:52:11 +00:00
Parse Parser: Add support for #pragma align, which is just another spelling of #pragma 2010-07-31 19:17:07 +00:00
Rewrite Initialize block's imported variable(s) in 2010-07-28 23:27:30 +00:00
Sema Only look up an 'operator delete' on the definition of a destructor, not on 2010-08-04 01:04:25 +00:00
CMakeLists.txt Split libAnalysis into two libraries: libAnalysis and libChecker. 2010-01-25 04:41:41 +00:00
Makefile Move lib/Runtime to runtime/, and build after everything else. 2010-06-30 22:10:38 +00:00