]> granicus.if.org Git - clang/commit
Switch the __int128_t and __uint128_t types over to predefined types
authorDouglas Gregor <dgregor@apple.com>
Fri, 12 Aug 2011 06:49:56 +0000 (06:49 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 12 Aug 2011 06:49:56 +0000 (06:49 +0000)
commit772eeaefef2c883aabe35caf4543e7e32d290183
tree299f422e4a3d88e33e9ad8392a60534dd1ef6b4c
parentb9326ec09d7cf5fcc62c9485469c9375b87507de
Switch the __int128_t and __uint128_t types over to predefined types
in the AST format, which are built lazily by the ASTContext when
requested.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@137437 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/AST/ASTContext.h
include/clang/Serialization/ASTBitCodes.h
lib/AST/ASTContext.cpp
lib/Sema/Sema.cpp
lib/Serialization/ASTReader.cpp
lib/Serialization/ASTWriter.cpp