llvm-project/clang/lib
Anders Carlsson 69999d9c23 __uint128_t is indeed an unsigned integer type. Fixes PR5435.
llvm-svn: 86561
2009-11-09 17:34:18 +00:00
..
AST __uint128_t is indeed an unsigned integer type. Fixes PR5435. 2009-11-09 17:34:18 +00:00
Analysis Add check for pointer arithmetic on non-array variables. 2009-11-09 13:23:31 +00:00
Basic teach the various targets what native integer types they have. 2009-11-07 18:59:41 +00:00
CodeGen Rearrange function to avoid recursive use-after-free. 2009-11-09 05:07:37 +00:00
Driver Fix for FreeBSD toolchain in regards to CPP, Credit to Roman Divacky. 2009-11-08 10:13:36 +00:00
Frontend Add a checker for CWE-467: Use of sizeof() on a Pointer Type. 2009-11-08 13:10:34 +00:00
Headers A simple reordering of the definitions in stdint.h and 2009-11-04 23:03:18 +00:00
Index Preserve type source information in sizeof/alignof expressions, and pass it 2009-11-04 07:28:41 +00:00
Lex Make LookUpIdentifierInfo const. This makes the Identifiers table mutable and is 2009-11-05 01:53:52 +00:00
Parse Add basic code completion support for ObjC messages. 2009-11-07 02:08:14 +00:00
Rewrite Make html::{SyntaxHighlight,HighlightMacros} take a const Preprocessor. 2009-11-05 01:54:02 +00:00
Sema When transforming an InitListExpr, if we already computed a non-dependent type for the InitListExpr, keep it 2009-11-09 17:16:50 +00:00
CMakeLists.txt Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00
Makefile Introduce the 'Index' library. 2009-07-05 22:22:19 +00:00