- Mar 08, 2010
-
-
Douglas Gregor authored
llvm-svn: 97930
-
Douglas Gregor authored
Make a note for the C++0x future, when we'll have to revisit the jump-diagnostics handling for variables without initializers llvm-svn: 97929
-
Douglas Gregor authored
uninitialized. This seems not to be the case in C++0x, where we still call the (trivial) default constructor for a POD class (!). Previously, we had implemented only the C++0x rules; now we implement both. Fixes PR6536. llvm-svn: 97928
-
Douglas Gregor authored
incomplete type to warnings; GCC (and EDG in GCC compatibility mode) permit such handles. Fixes PR6527. (For real this time) llvm-svn: 97927
-
Chandler Carruth authored
llvm-svn: 97926
-
Douglas Gregor authored
incomplete type to warnings; GCC (and EDG in GCC compatibility mode) permit such handles. Fixes PR6527. llvm-svn: 97925
-
Douglas Gregor authored
types. Fixes PR6463. llvm-svn: 97924
-
Douglas Gregor authored
pointer-to-member-to-derived to a pointer-to-member-to-base. Fixes PR6072. llvm-svn: 97923
-
Douglas Gregor authored
that is not reference-related (because it requires another implicit conversion to which we can find). Fixes PR6483. llvm-svn: 97922
-
- Mar 07, 2010
-
-
Jeffrey Yasskin authored
the FrontendC* tests. :( llvm-svn: 97921
-
Kovarththanan Rajaratnam authored
llvm-svn: 97920
-
Chris Lattner authored
I'm in there, change the altivec diagnostics to use 'double' instead of "double" for consistency. llvm-svn: 97919
-
Jeffrey Yasskin authored
bootstraps llvm-gcc this time. llvm-svn: 97918
-
Jeffrey Yasskin authored
llvm-svn: 97917
-
Kovarththanan Rajaratnam authored
llvm-svn: 97916
-
Tobias Grosser authored
Add a missing interface to be able to call findNearestCommonDominator for a PostDominanceTree. The function itself is already implemented in DominatorTreeBase. The interface however was only added to the DominatorTree class, but not the PostDominatorClass. llvm-svn: 97915
-
Chris Lattner authored
llvm-svn: 97914
-
Kovarththanan Rajaratnam authored
Rename to addPPCallbacks since we're effectively adding a callback and maybe chaining it to an existing one llvm-svn: 97913
-
Chris Lattner authored
llvm-svn: 97912
-
Chris Lattner authored
llvm-svn: 97911
-
Kovarththanan Rajaratnam authored
Don't assert if PP already contains a valid PP callback. The PP can handle multiple callbacks (using PPChainedCallbacks) llvm-svn: 97910
-
Jeffrey Yasskin authored
(Rolling back r97906.) llvm-svn: 97909
-
Chris Lattner authored
Now it will factor things like this: CheckType i32 ... CheckOpcode ISD::AND CheckType i64 ... into: SwitchType: i32: ... i64: CheckOpcode ISD::AND ... This shrinks hte table by a few bytes, nothing spectacular. llvm-svn: 97908
-
Eric Christopher authored
llvm-svn: 97907
-
Jeffrey Yasskin authored
llvm-svn: 97906
-
Chris Lattner authored
for CheckValueTypeMatcher. The isContradictory implementation helps us factor better, shrinking x86 table from 79144 -> 78896 bytes. llvm-svn: 97905
-
Eric Christopher authored
llvm-svn: 97904
-
Eric Christopher authored
llvm-svn: 97903
-
Eric Christopher authored
llvm-svn: 97902
-
Eric Christopher authored
llvm-svn: 97901
-
Eli Friedman authored
are lexically nested. Othewise, we never end up recording semantically nested classes. llvm-svn: 97900
-
Douglas Gregor authored
doesn't do this on any of the major platforms, and we don't really support any of the platforms that do (nor will we actually handle those headers well). Fixes PR6217; see PR6530 for details on what we would need to do to support these platforms. llvm-svn: 97899
-
Tanya Lattner authored
llvm-svn: 97898
-
Rafael Espindola authored
llvm-svn: 97897
-
Tanya Lattner authored
llvm-svn: 97896
-
Chris Lattner authored
llvm-svn: 97895
-
Tanya Lattner authored
llvm-svn: 97894
-
Tanya Lattner authored
llvm-svn: 97893
-
Chris Lattner authored
llvm-svn: 97892
-
Wesley Peck authored
llvm-svn: 97891
-