- Oct 19, 2012
-
-
Nadav Rotem authored
llvm-svn: 166264
-
Nadav Rotem authored
llvm-svn: 166263
-
Jason Molenda authored
in a kernel debug session: settings set target.disable-kext-loading true <rdar://problem/12490623> llvm-svn: 166262
-
NAKAMURA Takumi authored
clang/test/Index/annotate-comments.cpp: Relax the expression to be matched to -fms-compatibility. Then XFAIL can be removed. FYI, it can be reproduced with "c-index-test -std=c++11 -fms-compatibility". llvm-svn: 166261
-
Michael Liao authored
llvm-svn: 166260
-
Jason Molenda authored
llvm-svn: 166259
-
Jason Molenda authored
instead of asciified bytes. <rdar://problem/12522978> llvm-svn: 166258
-
NAKAMURA Takumi authored
llvm-svn: 166257
-
Sean Callanan authored
1 by the expression parser. We now correctly report that they are of size 0. (C++ structs are mandated to have nonzero size, and Clang marks them as being 1 byte in size.) <rdar://problem/12380800> llvm-svn: 166256
-
Nadav Rotem authored
llvm-svn: 166255
-
David Blaikie authored
llvm-svn: 166254
-
Nick Lewycky authored
llvm-svn: 166253
-
Douglas Gregor authored
llvm-svn: 166252
-
Douglas Gregor authored
block, so the input files are validated early on, before we've committed to loading the AST file. This (accidentally) fixed a but wherein the main file used to generate the AST file would *not* be validated by the existing validation logic. At the moment, this leads to some duplication of filenames between the source manager block and input-file blocks, as well as validation logic. This will be handled via an upcoming patch. llvm-svn: 166251
-
NAKAMURA Takumi authored
llvm-svn: 166250
-
Jim Ingham authored
Change the "rb" alias to "rbreak" since some people are used to typing more than "rb" and so weren't finding the alias. llvm-svn: 166249
-
Nadav Rotem authored
llvm-svn: 166248
-
Nadav Rotem authored
llvm-svn: 166247
-
Bob Wilson authored
llvm-svn: 166246
-
Argyrios Kyrtzidis authored
This seems to have introduced assertion hit when building compiler-rt. llvm-svn: 166245
-
rdar://problem/12491420Greg Clayton authored
Added a new setting that allows a python OS plug-in to detect threads and provide registers for memory threads. To enable this you set the setting: settings set target.process.python-os-plugin-path lldb/examples/python/operating_system.py Then run your program and see the extra threads. llvm-svn: 166244
-
Jordan Rose authored
llvm-svn: 166243
-
Jordan Rose authored
While LLVM itself is still C++03, there's no reason why tools built on top of it can't use C++11 features. llvm-svn: 166242
-
Jordan Rose authored
This allows llvm::Optional to be used with movable-but-not-copyable types. While LLVM itself is still C++03, there's no reason why tools built on top of it can't use C++11 features. llvm-svn: 166241
-
Eric Christopher authored
llvm-svn: 166240
-
rdar://problem/12473675Bob Wilson authored
The LTO Internalize pass is hiding symbols needed by the bugpoint-passes plug-in. We need to add a flag to control whether Internalize should be run. This is a temporary workaround to make these tests pass in the meantime. llvm-svn: 166239
-
- Oct 18, 2012
-
-
Jim Ingham authored
llvm-svn: 166238
-
Eli Friedman authored
llvm-svn: 166237
-
Eric Christopher authored
are no known current users of column info. Robustify and fix up a few tests in the process. Reduces the size of debug information by a small amount. Part of PR14106 llvm-svn: 166236
-
Eric Christopher authored
llvm-svn: 166235
-
Kevin Enderby authored
because the value is incorrectly being signed extended when passed to SymbolLookUp(). llvm-svn: 166234
-
Douglas Gregor authored
llvm-svn: 166233
-
Nadav Rotem authored
llvm-svn: 166232
-
Fariborz Jahanian authored
for current(rewritten) comment and getParamNameAsWritten to access param name coming with \param marker. llvm-svn: 166231
-
Michael J. Spencer authored
llvm-svn: 166230
-
Douglas Gregor authored
llvm-svn: 166229
-
Douglas Gregor authored
module files. llvm-svn: 166228
-
Eli Friedman authored
Remove check which incorrectly suppressed printing an identifier in type printing. Patch by Benoit Perrot. llvm-svn: 166227
-
Eli Friedman authored
Based on patch by Grzegorz Jablonski. llvm-svn: 166226
-
Daniel Dunbar authored
llvm-svn: 166225
-