Go to file
John McCall 38200b081a Improve the diagnostic given when referring to a tag type without a tag (in C)
or that's been hidden by a non-type (in C++).

The ideal C++ diagnostic here would note the hiding declaration, but this
is a good start.

llvm-svn: 96141
2010-02-14 01:03:10 +00:00
clang Improve the diagnostic given when referring to a tag type without a tag (in C) 2010-02-14 01:03:10 +00:00
compiler-rt add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-builtin 2010-02-02 21:34:04 +00:00
llvm Make LSR not crash if invoked without target lowering info, e.g. if invoked 2010-02-13 23:40:16 +00:00