hanchenye-llvm-project/clang/lib
Bill Wendling 751afdc3d1 Use the 'count' attribute to calculate the upper bound of an array.
The count attribute is more accurate with regards to the size of an array. It
also obviates the upper bound attribute in the subrange. We can also better
handle an unbound array by setting the count to -1 instead of the lower bound to
1 and upper bound to 0.

llvm-svn: 169311
2012-12-04 21:33:58 +00:00
..
ARCMigrate Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
AST Testing C declarations embedded in 2012-12-04 21:15:23 +00:00
ASTMatchers Fixes crash in isDerivedFrom for recursive templates. 2012-12-04 13:40:29 +00:00
Analysis Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Basic Adapt to LLVM commit 169291 which streamlines the usage of NaCl/NativeClient 2012-12-04 18:38:10 +00:00
CodeGen Use the 'count' attribute to calculate the upper bound of an array. 2012-12-04 21:33:58 +00:00
Driver Currently, with -fsanitize=address, the driver appends libclang_rt.asan.a to 2012-12-04 21:18:26 +00:00
Edit Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Format Add missing destructors found with -Wnon-virtual-dtor. 2012-12-04 21:05:31 +00:00
Frontend Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
FrontendTool Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Headers Code cleanup: Remove trailing whitespace in unwind.h. 2012-11-14 06:33:58 +00:00
Lex Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Parse Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Rewrite Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Sema Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Serialization Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
StaticAnalyzer Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
Tooling Sort all of Clang's files under 'lib', and fix up the broken headers 2012-12-04 09:13:33 +00:00
CMakeLists.txt Initial version of formatting library. 2012-12-03 18:12:45 +00:00
Makefile Initial version of formatting library. 2012-12-03 18:12:45 +00:00