This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
214,612
Commits
23
Branches
0
Tags
2.2
GiB
b0742319fc
Commit Graph
2 Commits
Author
SHA1
Message
Date
Aaron Ballman
fd3a3b3f29
Loosening the restriction on variadic function definitions so that extern "C" function definitions are permissible.
...
llvm-svn: 249555
2015-10-07 15:14:10 +00:00
Aaron Ballman
46bc30472b
Adding a checker (cert-dcl50-cpp) that detects the definition of a C-style variadic function in C++ code. Corresponds to the CERT C++ secure coding rule:
https://www.securecoding.cert.org/confluence/display/cplusplus/DCL50-CPP.+Do+not+define+a+C-style+variadic+function
...
llvm-svn: 249343
2015-10-05 20:08:59 +00:00