summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/CGBuiltin.cpp
diff options
context:
space:
mode:
authorNick Lewycky <nicholas@mxc.ca>2009-01-18 04:34:36 +0000
committerNick Lewycky <nicholas@mxc.ca>2009-01-18 04:34:36 +0000
commit3ced0dfa69a60ffee3dde78f28a0c844dea25a06 (patch)
treee33d330ac352c4f5ac91eb3bb8b62737650d8ece /clang/lib/CodeGen/CGBuiltin.cpp
parent2f2bdeb5dfeff7e8066ce51b372e841254cfb91e (diff)
downloadbcm5719-llvm-3ced0dfa69a60ffee3dde78f28a0c844dea25a06.tar.gz
bcm5719-llvm-3ced0dfa69a60ffee3dde78f28a0c844dea25a06.zip
Fix copy and pasted typos that prevented strtok_r, realloc, getenv, ungetc,
putc, puts, perror, vscanf and vsscanf from getting annotations. Add annotations for eight printf functions, memalign, pread and pwrite. On Linux, llvm-gcc sometimes renames strdup, getc, putc, strtok_r, scanf and sscanf. Match the alternate function names. Fix a crash annotating opendir. Don't mark fsetpos's second parameter as nocapture. It's supposed to be captured. Do mark fopen's path and mode strings as nocapture. Mark ferror as readonly, but not fileno which may set errno. llvm-svn: 62456
Diffstat (limited to 'clang/lib/CodeGen/CGBuiltin.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud