- Dec 10, 2010
-
-
Anton Korobeynikov authored
llvm-svn: 121482
-
Anton Korobeynikov authored
llvm-svn: 121481
-
Anton Korobeynikov authored
llvm-svn: 121479
-
John McCall authored
space better. Remove this reference. To make that work, change some APIs (most importantly, getDesugaredType()) to take an ASTContext& if they need to return a QualType. Simultaneously, diminish the need to return a QualType by introducing some useful APIs on SplitQualType, which is just a std::pair<const Type *, Qualifiers>. llvm-svn: 121478
-
Douglas Gregor authored
llvm-svn: 121477
-
NAKAMURA Takumi authored
llvm-svn: 121476
-
John McCall authored
llvm-svn: 121475
-
Douglas Gregor authored
increasing the required type alignment from 8 to 16. This provides a 2.5% speedup for -fsyntax-only on a token-cached Cocoa.h, while only increasing memory consumption in the ASTContext by 0.8%. llvm-svn: 121474
-
Douglas Gregor authored
llvm-svn: 121473
-
Rafael Espindola authored
llvm-svn: 121472
-
Rafael Espindola authored
llvm-svn: 121471
-
Douglas Gregor authored
another preprocessing cursor, since we want the outermost one. llvm-svn: 121470
-
Bob Wilson authored
llvm-svn: 121469
-
Bob Wilson authored
llvm-svn: 121468
-
Daniel Dunbar authored
llvm-svn: 121467
-
Daniel Dunbar authored
llvm-svn: 121466
-
Daniel Dunbar authored
llvm-svn: 121465
-
Bob Wilson authored
Clang was only specifying the overloaded result type. PR8483. llvm-svn: 121464
-
Nick Lewycky authored
Remove dead header. llvm-svn: 121463
-
Rafael Espindola authored
llvm-svn: 121462
-
Rafael Espindola authored
llvm-svn: 121461
-
Rafael Espindola authored
llvm-svn: 121460
-
John McCall authored
visibility. Fixes PR8713. I've disabled a test which was testing that you can #pragma pop visibility to get out of a namespace's visibility attribute. We should probably just diagnose that as an error unless it's instrumental to someone's system headers. llvm-svn: 121459
-
NAKAMURA Takumi authored
llvm-svn: 121458
-
Jim Ingham authored
through a KVO swizzled object's method calls. llvm-svn: 121457
-
Sean Callanan authored
information. Previously, "operator[]" was not being recognized because the detector was looking for "operator " as a prefix. Now we handle both cases. llvm-svn: 121456
-
NAKAMURA Takumi authored
cmake/modules/AddLLVM.cmake: Add empty "phony" target in add_llvm_loadable_module() even if loadable module were not supported. llvm-svn: 121455
-
NAKAMURA Takumi authored
llvm-svn: 121454
-
Eric Christopher authored
llvm-svn: 121453
-
John McCall authored
llvm-svn: 121452
-
Douglas Gregor authored
llvm-svn: 121451
-
Kevin Enderby authored
llvm-svn: 121450
-
Eric Christopher authored
variable for args you want to default pass to gzip. Patch based on one by asau@inbox.ru. Fixes PR8758. llvm-svn: 121449
-
Johnny Chen authored
llvm-svn: 121448
-
Bob Wilson authored
llvm-svn: 121447
-
Johnny Chen authored
llvm-svn: 121446
-
Nate Begeman authored
llvm-svn: 121445
-
Chris Lattner authored
llvm-svn: 121444
-
Chris Lattner authored
llvm-svn: 121443
-
Johnny Chen authored
Example: @python_api_test def test_evaluate_expression_python(self): """Test SBFrame.EvaluateExpression() API for evaluating an expression.""" ... The opposite of Python APIs only test is an lldb command line test, which sends commands to the lldb command interpreter. Add a '-a' option to the test driver to skip Python API only tests. Modify TestExprs.py to mark a test as @python_api_test and remove an @expectedFailure decorator as the bug has been fixed. llvm-svn: 121442
-