- Dec 28, 2009
-
-
Bill Wendling authored
llvm-svn: 92179
-
Bill Wendling authored
llvm-svn: 92178
-
- Dec 27, 2009
-
-
Eli Friedman authored
llvm-svn: 92177
-
Anton Korobeynikov authored
This is needed for the platforms, where bitwidth of "int" is not 32 bits (e.g. 16 on msp430). llvm-svn: 92176
-
Eli Friedman authored
a bug with a testcase hitting this assertion in a moment. llvm-svn: 92175
-
Eli Friedman authored
llvm-svn: 92174
-
Eli Friedman authored
it doesn't know how to fold, like derived-to-base casts. llvm-svn: 92173
-
Eli Friedman authored
llvm-svn: 92172
-
Sam Weinig authored
Fix for PR5872. Add static specifier and const/volatile qualifiers to member functions in __PRETTY_FUNCTION__ predefined expressions. llvm-svn: 92171
-
- Dec 26, 2009
-
-
Daniel Dunbar authored
now, let's start small. llvm-svn: 92170
-
Daniel Dunbar authored
llvm-svn: 92169
-
Daniel Dunbar authored
llvm-svn: 92168
-
Eli Friedman authored
do illegal stuff around it. No testcase because the issue is very fragile. llvm-svn: 92167
-
Eli Friedman authored
call; the standard doesn't expect us to, and the program could be doing something crazy. Fixes PR5882. llvm-svn: 92166
-
Eli Friedman authored
help for the moment. llvm-svn: 92165
-
- Dec 25, 2009
-
-
Daniel Dunbar authored
that lack real tool definitions. llvm-svn: 92164
-
Benjamin Kramer authored
Make sure operator new[] and operator delete[] match. This will hopefully silence 3 remaining MSVC warnings. llvm-svn: 92163
-
Benjamin Kramer authored
llvm-svn: 92162
-
Bill Wendling authored
llvm-svn: 92160
-
Bill Wendling authored
llvm-svn: 92159
-
Bill Wendling authored
llvm-svn: 92158
-
Bill Wendling authored
llvm-svn: 92157
-
Bill Wendling authored
llvm-svn: 92156
-
Bill Wendling authored
llvm-svn: 92155
-
Benjamin Kramer authored
GRExprEngine.cpp(1348) : warning C4305: 'argument' : truncation from 'clang::ProgramPoint::Kind' to 'bool' llvm-svn: 92154
-
Eli Friedman authored
llvm-svn: 92153
-
Eli Friedman authored
LLVM-Code-Symbols test. llvm-svn: 92152
-
Eli Friedman authored
here affects clang-on-clang. llvm-svn: 92151
-
John McCall authored
major bugs in long-precision conversion. llvm-svn: 92150
-
Sam Weinig authored
Fix for PR5844. Be explicit about anonymous struct/class/union/namespaces in __PRETTY_FUNCTION__ predefined expression. llvm-svn: 92149
-
- Dec 24, 2009
-
-
Anders Carlsson authored
llvm-svn: 92148
-
Daniel Dunbar authored
the same visible symbols, useful for finding ABI/Mangler/vtable/etc. issues. llvm-svn: 92147
-
Douglas Gregor authored
will be found by argument-dependent lookup. As with the previous commit, GCC is allowing ill-formed code. llvm-svn: 92146
-
Anders Carlsson authored
llvm-svn: 92145
-
Douglas Gregor authored
argument-dependent lookup can find it. This is another case where an LLVM bug (not making operator<< visible) was masked by a GCC bug (looking in the global namespace when it shouldn't). llvm-svn: 92144
-
Douglas Gregor authored
keep track of friends within templates, which will provide a real for PR5866. For now, this makes sure we don't do something entirely stupid with friends of specializations. llvm-svn: 92143
-
Anders Carlsson authored
Fill in the return value slot in CGExprAgg::VisitCallExpr. This takes us halfway towards fixing PR5824. llvm-svn: 92142
-
Douglas Gregor authored
llvm-svn: 92141
-
Anders Carlsson authored
llvm-svn: 92140
-
Douglas Gregor authored
sure to perform derived-to-base conversions on the base expression. Fixes PR5868. Proper testcase is coming soon. llvm-svn: 92139
-