llvm with tablegen backend for capstone disassembler
Go to file
Bruno Cardoso Lopes 1cb8b33d61 Fix stack size bug while using o32 abi
llvm-svn: 94969
2010-02-01 02:03:24 +00:00
clang Add VarDecl::isThisDeclarationADefinition(), which properly encapsulates the logic for when a variable declaration is a (possibly tentativ) definition. Add a few functions building on this, and shift C tentative definition handling over to this new functionality. This shift also kills the Sema::TentativeDefinitions map and instead simply stores all declarations in the renamed list. The correct handling for multiple tentative definitions is instead shifted to the final walk of the list. 2010-01-31 22:27:38 +00:00
compiler-rt document runtime support functions 2010-01-22 21:21:14 +00:00
llvm Fix stack size bug while using o32 abi 2010-02-01 02:03:24 +00:00