- Feb 25, 2011
-
-
Jim Grosbach authored
llvm-svn: 126526
-
Stuart Hastings authored
llvm-svn: 126525
-
Matt Beaumont-Gay authored
doesn't like re-friending. llvm-svn: 126524
-
Ted Kremenek authored
llvm-svn: 126523
-
Ted Kremenek authored
llvm-svn: 126522
-
Ted Kremenek authored
This isn't totally complete. Right now scan-build uses some heuristics to determine which checkers are enabled by default, but it cannot always tell which checkers are not enabled. llvm-svn: 126521
-
Owen Anderson authored
llvm-svn: 126518
-
Johnny Chen authored
llvm-svn: 126517
-
Johnny Chen authored
llvm-svn: 126516
-
Johnny Chen authored
llvm-svn: 126515
-
Johnny Chen authored
related to 'process launch' command. llvm-svn: 126514
-
Daniel Dunbar authored
llvm-svn: 126513
-
David Greene authored
Add some options for building LLVM in different environments: --force-configure to force running configure before building. --extra-llvm-config-flags --extra-llvm-gcc-config-flags --extra-gcc-config-flags Pass additional argument to the various configure invocations. This also eliminates a default build flavor because explicitly specifying builds could result in build flavors being run repeatedly. Finally, turn off fortran builds for the moment because install appears to be broken. llvm-svn: 126510
-
Fariborz Jahanian authored
where ever such attribute causes an error diagnostic. llvm-svn: 126509
-
Douglas Gregor authored
DependentScopeDeclRefExpr. Plus, give NestedNameSpecifierLoc == and != operators, since we're going to need 'em elsewhere. llvm-svn: 126508
-
Stuart Hastings authored
by clang. Radar 9042056. llvm-svn: 126507
-
Chandler Carruth authored
silliness, and actually use the existing facilities of raw_ostream to do escaping. This will also hopefully fix an assert when building with signed char (MSVC I think). llvm-svn: 126505
-
Howard Hinnant authored
llvm-svn: 126504
-
Chandler Carruth authored
marking selected overloads into the callers. This allows a few callers to skip it altogether (they would have anyways because they weren't interested in successful overloads) or defer until after further checks take place much like the check required for PR9323 to avoid marking unused copy constructors. llvm-svn: 126503
-
Douglas Gregor authored
shared library. llvm-svn: 126502
-
Matt Beaumont-Gay authored
llvm-svn: 126501
-
Chris Lattner authored
test isn't run when the arm backend isn't built. This fixes PR9327 llvm-svn: 126500
-
Fariborz Jahanian authored
// rdar://9046492 llvm-svn: 126499
-
Douglas Gregor authored
pseudo-destructor expressions. Also, clean up some template-instantiation and type-checking issues with pseudo-destructors. llvm-svn: 126498
-
Fariborz Jahanian authored
llvm-svn: 126497
-
Douglas Gregor authored
aliases. llvm-svn: 126496
-
Douglas Gregor authored
range. Fixes four new failures in the GCC testsuite. llvm-svn: 126495
-
Douglas Gregor authored
llvm-svn: 126489
-
Cameron Zwarich authored
llvm-svn: 126488
-
Douglas Gregor authored
llvm-svn: 126487
-
Douglas Gregor authored
NestedNameSpecifierLoc handling. llvm-svn: 126486
-
Douglas Gregor authored
instantiation of using declarations (all three forms). llvm-svn: 126485
-
Peter Collingbourne authored
Anton Lokhmotov. llvm-svn: 126482
-
Benjamin Kramer authored
Yes, there are other types than i8* and GEPs on them can produce an add+multiply. We don't consider that cheap enough to be speculatively executed. llvm-svn: 126481
-
Chandler Carruth authored
declarations as referenced when in fact we're not going to even form a call in the AST. This is significant because we attempt to allow as an extension classes with intentionally private and undefined copy constructors to have temporaries bound to references, and so shouldn't warn about the lack of definition for that copy constructor when the class is internal. Doug, John wasn't really satisfied with the presence of overloading at all. This is a stop-gap and there may be a better solution. If you can give me some hints for how you'd prefer to see this solved, I'll happily switch things over. llvm-svn: 126480
-
Nick Lewycky authored
llvm-svn: 126479
-
Chandler Carruth authored
legacy code that contains dead code paths referring to such declarations. llvm-svn: 126478
-
Bob Wilson authored
llvm-svn: 126477
-
Chandler Carruth authored
llvm-svn: 126476
-
John McCall authored
llvm-svn: 126475
-