llvm-project/clang/lib
Eli Friedman 2857ccbaa7 Fix for PR4192: fix the definition of int64_t on x86_64 Linux.
Note that I'm guessing that *BSD and Solaris do the same thing as Linux 
here, but it's quite possible I'm wrong; if the following testcase 
gives an error on x86-64 with gcc for any of those operating systems, please
tell me:

#include <stdint.h>

int64_t x; long x;

llvm-svn: 74583
2009-07-01 03:36:11 +00:00
..
AST Preliminary parsing and ASTs for template-ids that refer to function 2009-06-30 22:34:41 +00:00
Analysis add fixme. 2009-07-01 02:12:57 +00:00
Basic Fix for PR4192: fix the definition of int64_t on x86_64 Linux. 2009-07-01 03:36:11 +00:00
CodeGen De-ASTContext-ify DeclContext. 2009-06-30 02:36:12 +00:00
Driver OpenBSD support. 2009-06-29 20:52:51 +00:00
Frontend Fix for PR4192: fix the definition of int64_t on x86_64 Linux. 2009-07-01 03:36:11 +00:00
Headers Make sure install Clang headers when building clang-cc 2009-06-25 05:07:31 +00:00
Lex Fix our check for "random whitespace between a \ and newline" to work 2009-06-23 05:15:06 +00:00
Parse Patch to support optional nested-name-specifier in in ctor-initializer 2009-06-30 23:26:25 +00:00
Rewrite Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. 2009-06-30 01:26:17 +00:00
Sema Cope with explicitly-specified function template arguments when there 2009-07-01 00:28:38 +00:00
CMakeLists.txt Really fix cmake style builds. 2009-03-24 17:52:34 +00:00
Makefile Stub out some structure for C++ driver. 2009-03-02 19:59:07 +00:00