llvm-project/clang/lib
Xiuli Pan bdfbaaaefe [OPENCL] Fix wrongly vla error for OpenCL array.
Summary:
OpenCL should support array with const value size length, those const varibale in global and constant address space and variable in constant address space.

Reviewers: Anastasia, yaxunl, bader

Subscribers: bader, cfe-commits

Differential Revision: http://reviews.llvm.org/D20090

llvm-svn: 271971
2016-06-07 03:13:39 +00:00
..
ARCMigrate Apply clang-tidy's misc-move-constructor-init throughout Clang. 2016-05-27 14:27:13 +00:00
AST [OPENCL] Fix wrongly vla error for OpenCL array. 2016-06-07 03:13:39 +00:00
ASTMatchers Adding an AST matcher to ignore parenthesis in *types* (rather than expressions). This is required for traversing certain types (like function pointer types). 2016-06-06 18:52:17 +00:00
Analysis Turn copies into references as suggested by clang-tidy's performance-unnecessary-copy-initialization. 2016-05-27 13:36:58 +00:00
Basic [mips] The P5600 does not support N32/N64 since it's a 32-bit CPU. 2016-06-06 09:47:32 +00:00
CodeGen [Coverage] Fix an assertion failure if the definition of an unused function spans multiple files. 2016-06-07 02:17:03 +00:00
Driver [mips] The default ABI depends on the CPU not the Arch on MTI and IMG vendor triples. 2016-06-06 12:02:21 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format [clang-format] make header guard identification stricter (with Lexer). 2016-06-06 11:00:13 +00:00
Frontend [Modules] Improve diagnostics for LockFileManager errors 2016-06-04 01:13:22 +00:00
FrontendTool Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00
Headers Fixing problem with rsqrt28_sd 2016-06-05 15:57:49 +00:00
Index Enable support for __float128 in Clang and enable it on pertinent platforms 2016-05-09 08:52:33 +00:00
Lex Revert commit r271708 2016-06-04 03:14:43 +00:00
Parse FixIt: use getLocForEndOfToken to insert fix-it after a type name. 2016-06-02 00:11:03 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema [OPENCL] Fix wrongly vla error for OpenCL array. 2016-06-07 03:13:39 +00:00
Serialization PCH + module: make sure we write out macros associated with builtin identifiers. 2016-05-31 18:19:32 +00:00
StaticAnalyzer Revert "Reapply "[analyzer] Add checker for correct usage of MPI API in C and C++."" 2016-06-06 18:29:43 +00:00
Tooling Avoid unnecessary std::string copies. NFC. 2016-05-29 11:04:56 +00:00
CMakeLists.txt Fix build with various feature flag combinations 2014-07-14 22:17:22 +00:00