clang-1/lib
Chris Lattner 0c337ed63f add an initial stab at emitting deferred c++ inline functions. This handles static
functions and methods declared inline, but not ctors/dtors or methods not declared
inline (apparently my previous patch wasn't good enough).



git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71591 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-12 21:02:27 +00:00
..
AST Patch to implement ivar synthesis of properties declared in protocols 2009-05-12 18:14:29 +00:00
Analysis Fix: <rdar://problem/6320065> false positive - init method returns an object owned by caller 2009-05-12 20:06:54 +00:00
Basic Provide dummy va_list typedef for msp430 2009-05-08 18:24:57 +00:00
CodeGen add an initial stab at emitting deferred c++ inline functions. This handles static 2009-05-12 21:02:27 +00:00
Driver Tweak x86 -mcpu defaults. 2009-05-06 04:58:14 +00:00
Frontend Make precompiled headers work with -E. When we're only preprocessing 2009-05-12 01:31:05 +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 accept "#pragma clang foo" where we accept "#pragma GCC foo". 2009-05-12 18:21:11 +00:00
Parse Fix test case by always setting the type spec type, even for friend decls. 2009-05-11 22:42:30 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Method who have definitions in structs/classes are semantically inline. 2009-05-12 20:55:07 +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