llvm-project/clang/lib
Douglas Gregor c5790dfeb4 Parse a C++ scope specifier followed by a "typename" annotation token as a type name within the declaration specifiers. Fixes PR5061.
llvm-svn: 82974
2009-09-28 07:26:33 +00:00
..
AST Make Decl::dump const. 2009-09-26 21:58:53 +00:00
Analysis Specially handle fields, elements, and ivars in 2009-09-27 22:39:07 +00:00
Basic Handle Eli remark on mingw __declspec macro definition 2009-09-27 10:09:11 +00:00
CodeGen Mangle dependent name expressions. Fixes PR5063. 2009-09-27 20:11:34 +00:00
Driver Turn on 'RegionStore' as the default store manager both for 'clang --analyze' and 'scan-build'. Leave 'BasicStore' as the default store manager in 'clang-cc'. While there are still known warts with RegionStore, it's ready to be tested by general users. 2009-09-25 05:55:59 +00:00
Frontend Pass the formatted_raw_ostream to createPrintModulePass and 2009-09-26 15:06:14 +00:00
Headers Make our char vector types not be explicitly signed to match GCC and to fix compilation with C++ and -fno-lax-vector-conversions 2009-09-18 19:18:19 +00:00
Index Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Lex Replace the -code-completion-dump option with 2009-09-22 21:11:38 +00:00
Parse Parse a C++ scope specifier followed by a "typename" annotation token as a type name within the declaration specifiers. Fixes PR5061. 2009-09-28 07:26:33 +00:00
Rewrite Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Sema Properly match instantiations of member function templates to the function templates from which they were instantiated 2009-09-28 06:34:35 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00