llvm-project/clang/lib
Douglas Gregor 372565211e Introduce a stack of instantiation scopes that are used to store the mapping from variable declarations that occur within templates to their instantiated counterparts
llvm-svn: 71799
2009-05-14 21:44:34 +00:00
..
AST Fix rdar://6880874 - [sema] crash on array types with different index sizes 2009-05-13 04:12:56 +00:00
Analysis Fix <rdar://problem/6859457> [NSData dataWithBytesNoCopy] does not return a retained object. 2009-05-14 21:29:16 +00:00
Basic Provide dummy va_list typedef for msp430 2009-05-08 18:24:57 +00:00
CodeGen Skip the asm prefix when storing the name in block info. 2009-05-14 16:42:16 +00:00
Driver Driver: Emit an unsupported error on -iframework. 2009-05-13 19:05:04 +00:00
Frontend Link FunctionDecls instantiated from the member functions of a class 2009-05-14 21:06:31 +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 Fix rdar://6880630 - # in _Pragma does not start a preprocessor directive. 2009-05-13 06:10:29 +00:00
Parse Implement explicit instantiations of member classes of class templates, e.g., 2009-05-14 00:28:11 +00:00
Rewrite Change Lexer::MeasureTokenLength to take a LangOptions reference. 2009-04-14 23:22:57 +00:00
Sema Introduce a stack of instantiation scopes that are used to store the mapping from variable declarations that occur within templates to their instantiated counterparts 2009-05-14 21:44:34 +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