llvm-project/clang/lib
David Blaikie f03b2e8385 Debug Info: Remove unnecessary check for dependent array types
This was added, untested (though the relevant crash was tested), in
r128725/PR9600. Removing it doesn't cause failures & nothing I can
imagine could cause this check to ever return 'true' (we should never be
dealing with dependent types here). The subsequent change to check
"isIncompleteType" (r128855/PR9608) makes a lot more sense.

llvm-svn: 181542
2013-05-09 20:48:12 +00:00
..
ARCMigrate Remove DiagnosticConsumer::clone(), a bad idea that is now unused. 2013-05-03 23:07:45 +00:00
AST CodeGen for CapturedStmts 2013-05-09 19:17:11 +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 Debug Info: Remove unnecessary check for dependent array types 2013-05-09 20:48:12 +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 Forward #pragma comment(lib/linker) through as flags metadata 2013-05-08 13:44:39 +00:00
Rewrite Have SourceManager::getLocForEndOfFile() point at the "EOF" location of the FileID. 2013-05-07 04:29:22 +00:00
Sema CodeGen for CapturedStmts 2013-05-09 19:17:11 +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