summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* Update to pass in pointers intead of references.Bill Wendling2013-06-182-2/+2
* size_t on Darwin AAPCS targets is "unsigned long". <rdar://problem/14136459>Bob Wilson2013-06-182-0/+15
* Simplify a loop in ProcessCodeCompleteResults(). Pointed out by David BlaikieDmitri Gribenko2013-06-181-6/+6
* ArrayRef'ize CodeCompletionContext::getNumSelIdents()Dmitri Gribenko2013-06-182-12/+7
* contextual conversion fix: C++98 compatibility warning.Larisse Voufo2013-06-181-2/+3
* Add support for -fpcc-struct-return. Patch by Arthur O'Dwyer!John McCall2013-06-188-22/+150
* r184100 Fix -- Updated test cases for contextual conversionLarisse Voufo2013-06-183-5/+25
* Remove an ugly hack that was meant to eliminate the breakpoint ambiguityAdrian Prantl2013-06-182-4/+20
* Delete dead code.Eli Friedman2013-06-182-39/+0
* Accept and ignore -fdebug-types-section for now. This will be usedEric Christopher2013-06-183-1/+7
* FileCheck-ize.Eric Christopher2013-06-181-2/+4
* Add a missing testcase for ObjC ivar encoding for a C++ class with a vptr.Eli Friedman2013-06-171-0/+13
* Turn Clang 3.3 boxes on C++ status from yellow to green now we're releasing it.Richard Smith2013-06-171-7/+7
* Point link at correct location for Clang 3.3 release notes.Richard Smith2013-06-171-1/+1
* Fix source range of CXXNewExpr with parentheses around the type. PR15569.Eli Friedman2013-06-172-1/+10
* Compute the visibility of static local variables consistently. Fixes PR16208.Eli Friedman2013-06-172-2/+19
* Fix Expr::Classify to correctly classify ExtVectorElementExprs. PR16204.Eli Friedman2013-06-172-2/+9
* Cleanup linkage computation for static locals.Rafael Espindola2013-06-173-6/+19
* Use atomic instructions on Bitrig armv6. Patch by Patrick Wildt.Rafael Espindola2013-06-172-1/+4
* X86 intrinsics: cmpge|gt|nge|ngt_ss|_sdManman Ren2013-06-173-8/+68
* Revert "Updated test cases for contextual conversion"Rafael Espindola2013-06-173-23/+5
* Updated test cases for contextual conversionLarisse Voufo2013-06-173-5/+23
* Avoid using __SIZE_TYPE__ in a -std=c++98 -pedantic-errors test, because thatRichard Smith2013-06-171-1/+1
* unbreak buildbot for now.Fariborz Jahanian2013-06-171-1/+1
* Include PathV1.h only where it is used.Rafael Espindola2013-06-179-1/+8
* Clean up empty struct/union recognition.Serge Pavlov2013-06-174-47/+50
* Objective-C [qoi]: Provide fixit hint when message with typoFariborz Jahanian2013-06-177-8/+48
* [Driver] Remove the using namespace directives from headersReid Kleckner2013-06-1712-234/+270
* Fix a problem in ExpressionParser leading to trailing comments affecting inde...Alexander Kornienko2013-06-172-7/+11
* Try to fix the bots with a forward decl.Reid Kleckner2013-06-171-0/+1
* Fixes incorrect indentation of line comments after break and re-alignment.Alexander Kornienko2013-06-173-6/+45
* [AST] Don't include RecursiveASTVisitor.h in ASTContext.hReid Kleckner2013-06-174-88/+99
* Corrected status of support for contextual conversion from full to SVNLarisse Voufo2013-06-171-1/+1
* Remove unused file.Richard Smith2013-06-171-0/+0
* C++11: don't warn about the deprecated 'register' keyword if it's combined withRichard Smith2013-06-174-14/+19
* Add warning group -Wdeprecated-register for C++11 warning on 'register' beingRichard Smith2013-06-173-5/+11
* Add tests for C++ DR100-150.Richard Smith2013-06-162-44/+585
* Add testcase for DR39 from PR5916.Richard Smith2013-06-161-0/+12
* PR16339: Don't produce a diagnostic pointing at the whitespace between a '#if'Richard Smith2013-06-163-2/+17
* Fixed one buildbot-failure-causing bug...Larisse Voufo2013-06-161-1/+1
* ArrayRef'ize Sema::CodeComplete*Dmitri Gribenko2013-06-164-123/+84
* Updated status of support for contextual conversion from partial to fullLarisse Voufo2013-06-151-1/+1
* Updated the support for contextual conversion tweaks (n3323) with a previousl...Larisse Voufo2013-06-154-66/+101
* A quick fix to allow return type deduction on member templatesFaisal Vali2013-06-152-3/+52
* Emit native implementations of atomic operations on FreeBSD/armv6.Ed Schouten2013-06-153-3/+4
* PR16263: Implement current direction of core issue 1376. Binding a reference toRichard Smith2013-06-154-7/+74
* Fix handling of const_cast from prvalue to rvalue reference: such a cast isRichard Smith2013-06-145-16/+70
* Fix comments referring to non-existent types.Eli Friedman2013-06-141-3/+3
* Unify return type checking for functions and ObjC methods. Move all theEli Friedman2013-06-1412-62/+70
* Suppress the c++11 -Wdeprecated warning for 'register' if it is expanded from aRichard Smith2013-06-143-1/+14
OpenPOWER on IntegriCloud