- Oct 14, 2011
-
-
Torok Edwin authored
This makes it easier to link against LLVM libs, especially if you are using _oasis. llvm-svn: 141992
-
Torok Edwin authored
llvm-svn: 141991
-
Torok Edwin authored
llvm-svn: 141990
-
Torok Edwin authored
llvm-svn: 141989
-
Evan Cheng authored
llvm-svn: 141988
-
Sean Callanan authored
FindExternalVisibleDecls and FindExternalLexicalDecls are marked and given unique IDs, so that all logging done as part of their execution can be traced back to the proper call. Also there was some logging that really wasn't helpful in most cases so I disabled it unless verbose logging (log enable -v lldb expr) is enabled. llvm-svn: 141987
-
Douglas Gregor authored
through varargs. This only happens when we're in an unevaluated context, where we don't want to trigger an error anyway. Fixes PR11131 / <rdar://problem/10288375>. llvm-svn: 141986
-
Richard Smith authored
Reinstate r141898 (reverted in r141921), without the -Wc++98-compat-variadic-templates flag. Consensus is that -Wc++98-compat is a useful addition to clang, but per-C++11-feature warnings may not be. Original patch by Jeffrey Yasskin. llvm-svn: 141985
-
Owen Anderson authored
Disable code/data region symbols on ELF targets, where different mapping symbols are used for ARM/Thumb mode code. This should only be re-enabled once we have a solution to properly distinguish these. llvm-svn: 141984
-
Richard Smith authored
llvm-svn: 141983
-
Richard Smith authored
llvm-svn: 141982
-
Hal Finkel authored
llvm-svn: 141981
-
Rafael Espindola authored
llvm-svn: 141980
-
Johnny Chen authored
llvm-svn: 141979
-
Akira Hatanaka authored
llvm-svn: 141978
-
David Greene authored
Pass the correct jobs and threads information to the builder. We were underutilizing the number of jobs and threads specified by the user. llvm-svn: 141977
-
David Greene authored
Bit just a bit more verbose about what's going on. Print options to make to aid debugging. llvm-svn: 141976
-
David Greene authored
Add a --no-install option to skip installing components. This speeds up the develop/test cycle. llvm-svn: 141975
-
David Greene authored
And a --no-gcc option to skip dragonegg and gcc builds. This greatly speeds up the develop/test cycle. llvm-svn: 141974
-
Benjamin Kramer authored
llvm-svn: 141973
-
Hal Finkel authored
llvm-svn: 141972
-
Benjamin Kramer authored
Passing a pointer was a bad idea as it collides with the overload for void*. llvm-svn: 141971
-
Benjamin Kramer authored
llvm-svn: 141970
-
Benjamin Kramer authored
llvm-svn: 141969
-
Benjamin Kramer authored
llvm-svn: 141968
-
Fariborz Jahanian authored
llvm-svn: 141967
-
Fariborz Jahanian authored
property type, for when getter may be a reference type. // rdar://10188258 revised. llvm-svn: 141966
-
Johnny Chen authored
llvm-svn: 141965
-
Argyrios Kyrtzidis authored
llvm-svn: 141964
-
Johnny Chen authored
llvm-svn: 141963
-
Joerg Sonnenberger authored
(-Wshift-count-negative, -Wshift-count-overflow). llvm-svn: 141962
-
Fariborz Jahanian authored
found in receiver's class. // rdar://9970739 llvm-svn: 141961
-
Jakob Stoklund Olesen authored
Fixes PR10814. Patch by Jan Sjödin! llvm-svn: 141960
-
Akira Hatanaka authored
llvm-svn: 141959
-
Bob Wilson authored
This matches what we do for Intel vector intrinsics. <rdar://problem/10280207> llvm-svn: 141958
-
Douglas Gregor authored
attribute from the first declaration to later declarations. Fixes <rdar://problem/10142572>. llvm-svn: 141957
-
Jim Grosbach authored
Pointed out by George Russell. llvm-svn: 141956
-
Matt Beaumont-Gay authored
llvm-svn: 141955
-
Douglas Gregor authored
within the template parameter list that may have changed now that we know the current instantiation. Fixes <rdar://problem/10194295>. llvm-svn: 141954
-
Erik Verbruggen authored
retrieve annotations from completion string. llvm-svn: 141953
-