- Oct 12, 2010
-
-
Eric Christopher authored
Made necessary edits to configure.ac and regenerated. llvm-svn: 116291
-
Greg Clayton authored
being chopped up correctly). The DWARF plug-in also keeps a map of the ObjC class names to selectors for easy parsing of all class selectors when we parse the class type. llvm-svn: 116290
-
John McCall authored
llvm-svn: 116289
-
Chris Lattner authored
Patch by the "pax team" llvm-svn: 116288
-
John McCall authored
llvm-svn: 116287
-
Francois Pichet authored
The problem was that text files were open in text mode and Microsoft implementation of fread and write will try to do nasty line-feed conversion which make the line position no longer valid. The fix is to read and write files in binary mode. llvm-svn: 116286
-
Douglas Gregor authored
diagnostics produced by the driver itself. Previously, we were allowing these to either be dropped or to slip through to stderr. Fixes <rdar://problem/7595339>. llvm-svn: 116285
-
Eric Christopher authored
llvm-svn: 116284
-
Cameron Esfahani authored
llvm-svn: 116283
-
Cameron Esfahani authored
llvm-svn: 116282
-
John McCall authored
i.e. expressions with an internally-convenient type which should not be appearing in generally valid, complete ASTs. llvm-svn: 116281
-
Dan Gohman authored
llvm-svn: 116280
-
Dan Gohman authored
llvm-svn: 116279
-
Dan Gohman authored
llvm-svn: 116278
-
Dan Gohman authored
llvm-svn: 116277
-
Dan Gohman authored
llvm-svn: 116276
-
Johnny Chen authored
function to get the line number to break on during setUp(). llvm-svn: 116275
-
Francois Pichet authored
Disable warning C4267 for MSVC. Otherwise it generate literally thousands of warnings when targeting x64. The warning occurs because int is 32 bit but size_t is 64 bit on Win64. llvm-svn: 116274
-
Fariborz Jahanian authored
for ivars to be 0. Fixes pr8353. llvm-svn: 116273
-
Dan Gohman authored
llvm-svn: 116272
-
Jim Ingham authored
llvm-svn: 116271
-
Johnny Chen authored
within a file. This is to be used within the test case to avoid hardcoded line number. array_types/TestArrayTypes.py is modified first to use this pattern. Other test modules to follow. rdar://problem/8537816 Testsuite: don't set breakpoints by exact file & line number llvm-svn: 116270
-
Daniel Dunbar authored
off the extra parts of the $URL$ SVN keyword. llvm-svn: 116269
-
Daniel Dunbar authored
llvm-svn: 116268
-
Evan Cheng authored
llvm-svn: 116266
-
Dan Gohman authored
llvm-svn: 116264
-
Daniel Dunbar authored
are almost never needed, so the warning isn't very useful. llvm-svn: 116263
-
Dan Gohman authored
stop searching when it has found a match. llvm-svn: 116262
-
Douglas Gregor authored
llvm-svn: 116261
-
Douglas Gregor authored
on the presence of a 'clang' executable. Simplify CIndexer::getClangResourcesPath() a bit. Patch up the CMake makefiles to install headers into two locations in the build tree, for those silly cases where 'clang' will end up looking into the wrong build directory for headers. llvm-svn: 116260
-
Jim Grosbach authored
register operand. llvm-svn: 116259
-
Fariborz Jahanian authored
llvm-svn: 116258
-
Jason W Kim authored
Added ARM specific ELF section types. Added AttributesSection to ARMElfTargetObject First step in unifying .cpu assembly tag with ELF/.o llc now asserts on actual ELF emission on -filetype=obj :-) llvm-svn: 116257
-
Dan Gohman authored
fenv.h. See PR6907 for details. Work around this in FEnv.h to fix the seflhost build. llvm-svn: 116256
-
Johnny Chen authored
files to a different top level directory than those specified on the command line. When relocated, the test clanups normally performed afterwards after each test method and after each test class will not be exercised at all. This allows for an easier postmortem analysis of test failures. Example: ./dotest.py -v -t -r /tmp/lldbtest types will create a /tmp/lldbtest directory which houses the types directory and its supported files. Files modified: o dotest.py, lldbtest.py: Add logic to process '-r dir' option to support relocating the tests to a different top level directory instead of exected in place. o darwin.py, test/types/Makefile: The 'make clean' should only clean the minimum .o and .d files. llvm-svn: 116255
-
Fariborz Jahanian authored
in rewriter. No functionality change. llvm-svn: 116254
-
Douglas Gregor authored
libclang does not support out-of-process code completion. llvm-svn: 116253
-
Michael J. Spencer authored
llvm-svn: 116252
-
Evan Cheng authored
llvm-svn: 116251
-
Douglas Gregor authored
emitting diagnostics in a binary form to be consumed by libclang, since libclang no longer does any of its work out-of-process, making this code dead. Besides, this stuff never worked at 100% anyway. llvm-svn: 116250
-