- Jun 09, 2010
-
-
Kalle Raiskila authored
random load/store, rather than crashing llc. llvm-svn: 105710
-
Chandler Carruth authored
new design discussed on cfe-dev, with further steps in that direction to come. It is already much more complete than the previous visitor. Patch by Zhanyong and Craig with 80 column wraps and one missing declaration added by me. llvm-svn: 105709
-
Chandler Carruth authored
llvm-svn: 105708
-
Christopher Friesen authored
OK, we should only point to PROJECT_DIR/include for the header search paths since the includes specify lldb/API/etc. This is temporary until the final install location is decided upon for the headers. llvm-svn: 105707
-
Eli Friedman authored
llvm-svn: 105706
-
Eli Friedman authored
llvm-svn: 105705
-
Eli Friedman authored
llvm-svn: 105704
-
Jason Molenda authored
llvm-svn: 105703
-
Eli Friedman authored
llvm-svn: 105702
-
Eric Christopher authored
llvm-svn: 105701
-
Jason Molenda authored
llvm-svn: 105700
-
John McCall authored
a spurious substitution for an unscoped dependent template-id after introducing a substitution for the scoped template-id. llvm-svn: 105699
-
Eli Friedman authored
llvm-svn: 105698
-
Eric Christopher authored
documentation for now and mentions that it only supports xcode at the moment. llvm-svn: 105697
-
Jason Molenda authored
llvm-svn: 105696
-
Eli Friedman authored
llvm-svn: 105695
-
Christopher Friesen authored
llvm-svn: 105694
-
Jason Molenda authored
llvm-svn: 105693
-
Christopher Friesen authored
llvm-svn: 105692
-
Eli Friedman authored
llvm-svn: 105691
-
Christopher Friesen authored
llvm-svn: 105690
-
Eli Friedman authored
widespread than it was. llvm-svn: 105689
-
Eli Friedman authored
llvm-svn: 105688
-
Zhongxing Xu authored
llvm-svn: 105687
-
Zhongxing Xu authored
improves generality. Thanks Ted. llvm-svn: 105686
-
Eli Friedman authored
Revert previous commit; apparently, the zip file is actually necessary for the build. I'll continue the discussion on lldb-dev. llvm-svn: 105685
-
Nate Begeman authored
vget_lane support llvm-svn: 105684
-
Douglas Gregor authored
diagnosing this code as an error when it should, so I've filed http://llvm.org/bugs/show_bug.cgi?id=7325. llvm-svn: 105683
-
Nate Begeman authored
Parenthesize macro args llvm-svn: 105682
-
Eli Friedman authored
download it through viewvc. llvm-svn: 105681
-
Tom Care authored
- Refactored LengthModifier to be a class. - Added toString methods in all member classes of FormatSpecifier. - FixIt suggestions keep user specified flags unless incorrect. Limitations: - The suggestions are not conversion specifier sensitive. For example, if we have a 'pad with zeroes' flag, and the correction is a string conversion specifier, we do not remove the flag. Clang will warn us on the next compilation. A test/Sema/format-strings-fixit.c M include/clang/Analysis/Analyses/PrintfFormatString.h M lib/Analysis/PrintfFormatString.cpp M lib/Sema/SemaChecking.cpp llvm-svn: 105680
-
Chris Lattner authored
llvm-svn: 105679
-
Douglas Gregor authored
being a subsequence of another standard conversion sequence. Instead of requiring exact type equality for the second conversion step, require type *similarity*, which is type equality with cv-qualifiers removed at all levels. This appears to match the behavior of EDG and VC++ (albeit not GCC), and feels more intuitive. Big thanks to John for the line of reasoning that supports this change: since cv-qualifiers are orthogonal to the second conversion step, we should ignore them in the type comparison. llvm-svn: 105678
-
Evan Cheng authored
llvm-svn: 105677
-
Rafael Espindola authored
llvm-svn: 105676
-
Rafael Espindola authored
'class llvm::DAGDeltaAlgorithm' has virtual functions and accessible non-virtual destructor Not sure if this is the best solution, but this class has state and some of the classes that inherit from it also do, so it looks appropriate. llvm-svn: 105675
-
Eli Friedman authored
llvm-svn: 105674
-
Anders Carlsson authored
llvm-svn: 105673
-
Anders Carlsson authored
llvm-svn: 105672
-
Anders Carlsson authored
llvm-svn: 105671
-