llvm-project/clang/lib
David Blaikie b8f6a8ab07 Debug Info: include address-of ('&') operator and qualified names in template argument lists
This fixes several (7 out of 16) cases of PR14492 in the GDB 7.5 test
suite. It seems GDB was bailing out whenever it had even the slightest
problem with the template argument list (& I assume it didn't like
seeing template value parameters that were just simple names - perhaps
assuming that lone names must be types, not values)

llvm-svn: 181556
2013-05-09 22:43:45 +00:00
..
ARCMigrate Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 2013-05-03 23:07:45 +00:00
AST Debug Info: include address-of ('&') operator and qualified names in template argument lists 2013-05-09 22:43:45 +00:00
ASTMatchers Implements memoization for ancestor matching. 2013-03-14 16:33:21 +00:00
Analysis Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None 2013-05-05 00:41:58 +00:00
Basic Add SystemZ support 2013-05-06 16:26:41 +00:00
CodeGen [ms-cxxabi] Implement member pointer conversions 2013-05-09 21:01:17 +00:00
Driver C++1y: Add a step limit to constexpr evaluation, to catch runaway loops. 2013-05-08 02:12:03 +00:00
Edit [objcmt] Fix a mishandled conversion to objc directory literal. 2013-04-06 01:13:17 +00:00
Format Further fix to pointer to member formatting. 2013-05-08 15:06:58 +00:00
Frontend [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback. 2013-05-08 23:46:55 +00:00
FrontendTool <rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file. 2013-03-27 16:47:18 +00:00
Headers Fix the return type of the complex creal functions. Patch by YunZhong Gao, modified to use _Static_assert and to check __STDC_HOSTED__ by me. 2013-05-09 17:41:19 +00:00
Lex [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback. 2013-05-08 23:46:55 +00:00
Parse C++1y n3648: parse and reject init-captures for now. 2013-05-09 21:36:41 +00:00
Rewrite Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the FileID. 2013-05-07 04:29:22 +00:00
Sema C++1y n3648: parse and reject init-captures for now. 2013-05-09 21:36:41 +00:00
Serialization [PCH] Remove the ASTReaderListener::ReadHeaderFileInfo callback. 2013-05-08 23:46:55 +00:00
StaticAnalyzer [analyzer; alternate arrows] for "loop back" edges add back the extra edge to the closing '}' 2013-05-09 06:55:41 +00:00
Tooling ClangTool output cleanup 2013-03-15 20:14:01 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Dont use/link ARCMT, StaticAnalyzer and Rewriter to clang when the user 2012-12-13 16:09:42 +00:00