llvm-project/clang/lib
Anders Carlsson 23ca0b4869 Add support for converting member pointer types to LLVM types. Also mangle pointer to member functions correctly and add tests.
llvm-svn: 71981
2009-05-17 17:41:20 +00:00
..
AST Use the Itanium ABI for member pointers. Add a missing 'break' statement and a test case 2009-05-17 02:06:04 +00:00
Analysis Fix: <rdar://problem/6893565> False positive: don't flag leaks for return types that cannot be determined to be CF types 2009-05-16 01:38:01 +00:00
Basic Targets without long long should reduce the size of intmax_t 2009-05-16 23:30:57 +00:00
CodeGen Add support for converting member pointer types to LLVM types. Also mangle pointer to member functions correctly and add tests. 2009-05-17 17:41:20 +00:00
Driver Driver: Emit an unsupported error on -iframework. 2009-05-13 19:05:04 +00:00
Frontend Template instantiation for IndirectGotoStmt. Now my life is complete. 2009-05-16 00:20:29 +00:00
Headers Fix for PR3841: follow gcc's example and fall back to the system 2009-05-03 23:00:48 +00:00
Lex PR3942: Don't warn on unsigned overflow in preprocessor expressions. 2009-05-16 21:24:10 +00:00
Parse Make the RAII extension warning silencing for __extension__ a bit 2009-05-16 23:40:44 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Add FIXME about not using MemberExpr nodes when the base type is a dependent type. 2009-05-17 16:28:18 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00