This website requires JavaScript.
Explore
Help
Sign In
intel
/
llvm
Watch
1
Star
0
Fork
0
You've already forked llvm
mirror of
https://github.com/intel/llvm.git
synced
2026-02-03 19:18:13 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
55,208
Commits
74
Branches
2,131
Tags
6c885805cd8a254644e47eefe5dbf18e8d20e87c
Go to file
Code
Clone
HTTPS
Tea CLI
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Anders Carlsson
6c885805cd
Fix invalid VLAs/VMs in Sema::ActOnVariableDeclarator, so that the variable will have the right type by the time the initializer is checked. This ensures that code like
...
int a[(int)(1.0 / 1.0) = { 1 } will work. Eli, please review. llvm-svn: 65725
2009-02-28 21:56:50 +00:00
clang
Fix invalid VLAs/VMs in Sema::ActOnVariableDeclarator, so that the variable will have the right type by the time the initializer is checked. This ensures that code like
2009-02-28 21:56:50 +00:00
llvm
rename 'Result' to 'OS' in CalcTypeName for consistency
2009-02-28 21:27:31 +00:00
Description
No description provided
intel
llvm
oneapi
sycl
5.3
GiB
Languages
LLVM
41.3%
C++
31.5%
C
13%
Assembly
9.5%
MLIR
1.5%
Other
2.8%