| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
the run line.
llvm-svn: 181854
|
|
|
|
|
|
|
| |
This prevents an overflow and assertion when the number of bits cannot be
stored in 64-bits.
llvm-svn: 181839
|
|
|
|
|
|
| |
__builtin_offsetof expression.
llvm-svn: 142179
|
|
|
|
|
|
| |
constant expression in C.
llvm-svn: 102762
|
|
|
|
| |
llvm-svn: 102548
|
|
|
|
|
|
|
|
|
| |
- This is designed to make it obvious that %clang_cc1 is a "test variable"
which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it
can be useful to redefine what gets run as 'clang -cc1' (for example, to set
a default target).
llvm-svn: 91446
|
|
|
|
|
|
| |
rdar://problem/7222956
llvm-svn: 85999
|
|
|
|
|
|
|
|
|
| |
offsetof correctly in the presence of anonymous structs/unions.
This could definitely use some cleanup, but I don't really want to mess
with the anonymous union/struct code.
llvm-svn: 70156
|
|
|
|
|
|
| |
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
|
|
|
|
|
|
|
| |
normal expression, and change Evaluate and IRGen to evaluate it like a
normal expression. This simplifies the code significantly, and fixes
PR3396.
llvm-svn: 65622
|
|
|
|
| |
llvm-svn: 60631
|
|
|
|
| |
llvm-svn: 46551
|
|
|
|
| |
llvm-svn: 46515
|
|
|
|
|
|
|
| |
rename -parse-ast-dump to -ast-dump
remove -parse-ast, which is redundant with -fsyntax-only
llvm-svn: 42852
|
|
|
|
|
|
|
|
|
|
|
|
| |
using "-parse-ast -verify".
Updated all test cases (using a sed script) that invoked -parse-ast-check to
now use -parse-ast -verify.
Fixed a bug where using "-verify" instead of "-parse-ast-check" would not
correctly create the DiagClient needed to accumulate diagnostics.
llvm-svn: 42365
|
|
llvm-svn: 41614
|