index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
c99-variable-length-array.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementation of VlA of GNU C++ extension, by Vladimir Yakovlev.
Alexey Bataev
2016-04-29
1
-2
/
+2
*
Allow transformation of VariableArray to ConstantArray.
Serge Pavlov
2014-02-06
1
-0
/
+21
*
Improve 'failed template argument deduction' diagnostic for the case where we
Richard Smith
2013-01-31
1
-1
/
+2
*
Implement -Wvla correctly
Dmitri Gribenko
2013-01-23
1
-1
/
+1
*
Misc improvements to the diagnostic when a variable is odr-used in a context ...
Eli Friedman
2012-02-07
1
-1
/
+2
*
Fix a crash involving a multi-dimensional dependent VLA. PR11744.
Eli Friedman
2012-01-25
1
-0
/
+8
*
Change the diagnostics which said 'accepted as an extension' to instead say
Richard Smith
2011-12-29
1
-12
/
+12
*
when compiling in a GNU mode (e.g. gnu99) treat VLAs with a size that can be ...
Chris Lattner
2011-06-14
1
-0
/
+9
*
Reject the allocation of variably-modified types in C++ 'new'
Douglas Gregor
2010-10-06
1
-0
/
+7
*
Don't complain about VLAs of non-POD types when the array type is
Douglas Gregor
2010-05-24
1
-0
/
+14
*
Make sure that we instantiate variably modified types, even if they
Douglas Gregor
2010-05-24
1
-0
/
+10
*
It turns out that people love using VLAs in templates, too. Weaken our
Douglas Gregor
2010-05-23
1
-4
/
+5
*
Put the VLA-is-an-extension warning into its own warning group (-Wvla)
Douglas Gregor
2010-05-23
1
-7
/
+8
*
Even though we don't unique VLA types, we still need to build a
Douglas Gregor
2010-05-23
1
-0
/
+10
*
Implement support for variable length arrays in C++. VLAs are limited
Douglas Gregor
2010-05-22
1
-0
/
+80