llvm-project/clang/lib
Fariborz Jahanian 328a7c4b8b C. Compare vector sizes using their raw element size instead of
getTypeSize (which rounds up sizes) in order to issue diagnostics 
when casting to mismatched vector sizes; instead of crashing in IRGen.
// rdar:// 16196902. Reviewed offline by John McCall.

llvm-svn: 203175
2014-03-06 22:47:09 +00:00
..
ARCMigrate [C++11] Replace llvm::tie with std::tie. 2014-03-02 13:01:17 +00:00
AST Exclude invalid old decl from mismatching linkage assertion 2014-03-06 21:48:45 +00:00
ASTMatchers [C++11] Simplify compare operators with std::tie. 2014-03-03 20:26:46 +00:00
Analysis Based on usage, the NamedDecl is always set when constructing a CallingContext, but none of the other optional parameters are. Removing the optional parameters, and making the NamedDecl required. 2014-03-06 19:37:24 +00:00
Basic Remove dead code I introduced 6 years, 4 months ago in r43518. 2014-03-06 21:42:43 +00:00
CodeGen Use llvm.compiler.used instead of llvm.used for objc symbols. 2014-03-06 22:15:10 +00:00
Driver Update for LLVM API change 2014-03-06 20:47:19 +00:00
Edit [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Format Fix operator<< recognition (PR19064). 2014-03-06 15:13:08 +00:00
Frontend [OPENMP] Updated comments and _OPENMP macro value for OpenMP 4.0 (for 'omp simd' support) 2014-03-06 12:27:56 +00:00
FrontendTool [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Headers Headers: Provide an ABI compatible max_align_t when _MSC_VER is defined 2014-03-04 23:43:48 +00:00
Index [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Lex Remove a dead store, add a FIXME for another. 2014-03-06 21:59:38 +00:00
Parse [OPENMP] Clause 'num_threads' 2014-03-06 06:15:19 +00:00
Rewrite [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Sema C. Compare vector sizes using their raw element size instead of 2014-03-06 22:47:09 +00:00
Serialization [OPENMP] Clause 'num_threads' 2014-03-06 06:15:19 +00:00
StaticAnalyzer Added an inserter for ArrayRef<SourceRange>. 2014-03-06 13:23:30 +00:00
Tooling Added a const qualifier to SourceManager& parameters. 2014-03-05 10:38:27 +00:00
CMakeLists.txt Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00
Makefile Fix dependencies now that the ARC migrator depends on the static analyzer. 2013-08-22 15:50:02 +00:00