llvm-project/clang/lib
Kelvin Li efbe4afbda [OPENMP] Support relational-op != (not-equal) as one of the canonical
forms of random access iterator
    
In OpenMP 4.5, only 4 relational operators are supported: <, <=, >, 
and >=.  This work is to enable support for relational operator 
!= (not-equal) as one of the canonical forms.

Patch by Anh Tuyen Tran
    
Differential Revision: https://reviews.llvm.org/D54441

llvm-svn: 347405
2018-11-21 19:10:48 +00:00
..
ARCMigrate Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
AST Revert r347364 again, the fix was incomplete. 2018-11-21 12:47:43 +00:00
ASTMatchers Fix parens warning in assert in ASTMatchFinder 2018-11-15 21:35:35 +00:00
Analysis Revert r347364 again, the fix was incomplete. 2018-11-21 12:47:43 +00:00
Basic [FileManager] getFile(open=true) after getFile(open=false) should open the file. 2018-11-19 13:37:46 +00:00
CodeGen Revert r347364 again, the fix was incomplete. 2018-11-21 12:47:43 +00:00
CrossTU [CrossTU] Fix handling of Cross Translation Unit directory path 2017-10-27 12:53:37 +00:00
Driver [Driver] Link sanitizer runtime deps on Fuchsia when needed 2018-11-21 04:33:44 +00:00
Edit [Fixed Point Arithmetic] Fixed Point to Boolean Cast 2018-10-23 17:55:35 +00:00
Format [clang-format] JS: don't treat is: as a type matcher 2018-11-20 14:22:43 +00:00
Frontend [Clang] Add options -fprofile-filter-files and -fprofile-exclude-files to filter the files to instrument with gcov (after revert https://reviews.llvm.org/rL346659) 2018-11-17 19:41:39 +00:00
FrontendTool Sink BuryPointer from Clang into LLVM for reuse there 2018-11-17 18:04:13 +00:00
Headers [PowerPC] [Clang] [AltiVec] The second parameter of vec_sr function should be modulo the number of bits in the element 2018-11-09 03:35:32 +00:00
Index [OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extension 2018-11-08 11:25:41 +00:00
Lex Fix combining pragma __debug dump & parser_crash with -E 2018-11-15 03:04:21 +00:00
Parse [clang][Parse] Diagnose useless null statements / empty init-statements 2018-11-20 18:59:05 +00:00
Rewrite Fix clang -Wimplicit-fallthrough warnings across llvm, NFC 2018-11-01 19:54:45 +00:00
Sema [OPENMP] Support relational-op != (not-equal) as one of the canonical 2018-11-21 19:10:48 +00:00
Serialization [AST] Store the expressions in ParenListExpr in a trailing array 2018-11-20 16:20:40 +00:00
StaticAnalyzer Revert r347364 again, the fix was incomplete. 2018-11-21 12:47:43 +00:00
Tooling clang::tooling::Diagnostic: Don't store offset in the scratch space. 2018-11-21 01:08:46 +00:00
CMakeLists.txt Add Cross Translation Unit support library 2017-09-22 11:11:01 +00:00