llvm-project/clang/lib
Ted Kremenek 940e00f299 "This change adds alloca/valloc checks to UnixAPIChecker. It includes a small refactoring for
the common *alloc functions as well as a few tiny wibbles (adds a note
to CWE/CERT advisory numbers in the bug output, and fixes a couple
80-column-wide violations.)"

Patch by Austin Seipp!

llvm-svn: 147931
2012-01-11 08:13:21 +00:00
..
ARCMigrate Remove unused variables. 2011-12-25 01:18:52 +00:00
AST Add field IsIEEE in FloatingLiteral to distinguish between different 128-bit 2012-01-10 22:40:09 +00:00
Analysis Add elidable CXXConstructExpr as block-level expr. It converts an lvalue to a rvalue, which is a useful step during AST evaluation. 2012-01-11 02:39:07 +00:00
Basic Add definitions for AMD's bobcat (aka btver1) 2012-01-10 11:50:18 +00:00
CodeGen Remove switch/case statements and call GetFloatingPointTy() instead to get the 2012-01-10 23:30:49 +00:00
Driver Revert changes to lib/Driver in r147917; I didn't mean to commit this. 2012-01-11 02:41:15 +00:00
Frontend When loading an AST file, set SourceManager::MainFileID to the main file of the AST file, 2012-01-05 21:36:25 +00:00
FrontendTool Per discussion on the list, remove BitcodeVerify pass to reimplement as a free function. 2011-12-14 00:29:23 +00:00
Headers Don't depend on undefined macros being 0, there are options for the 2012-01-03 19:22:38 +00:00
Index Replace all comparisons between ObjCInterfaceDecl pointers with calls 2011-12-15 00:29:59 +00:00
Lex When inferring a submodule ID during module creation, look up the 2012-01-06 17:19:32 +00:00
Parse Update C++11 scoped enumeration support to match the final proposal: 2012-01-10 01:33:14 +00:00
Rewrite Fix uninitialized variable warning. 2012-01-06 20:05:14 +00:00
Sema C11 allows typedefs to be redefined. Implement this in C11 mode, and 2012-01-11 04:25:01 +00:00
Serialization When deserializing an anonymous namespace from a module, do not attach 2012-01-09 18:07:24 +00:00
StaticAnalyzer "This change adds alloca/valloc checks to UnixAPIChecker. It includes a small refactoring for 2012-01-11 08:13:21 +00:00
CMakeLists.txt The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00
Makefile The ARC Migration Tool. All the credit goes to Argyrios and Fariborz 2011-06-15 23:25:17 +00:00