summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* PR16243: Use CXXThisOverride during template instantiation, and fix up theRichard Smith2013-06-071-2/+30
* When we're synthesizing copy/move-assignment, we can't form a reference to anEli Friedman2013-06-071-0/+11
* ObjC Debug Info: Emit the names of accessors whenever they diverge fromAdrian Prantl2013-06-071-0/+56
* blocks: fixes an ast bug when block pointer variableFariborz Jahanian2013-06-071-0/+12
* Diagnose malformed x86 inline asm using 'y' constraint.Tim Northover2013-06-071-0/+13
* Implement DR7David Majnemer2013-06-061-3/+6
* [analyzer] Address Jordan’s code review for r183451Anna Zaks2013-06-061-3/+3
* [analyzer] Ensure that pieces with invalid locations always get removed from ...Anna Zaks2013-06-061-1/+1
* [analyzer; new edges] Simplify edges in a C++11 for-range loop.Jordan Rose2013-06-062-291/+7734
* Fix a crash with -Wassign-enum, where we didn't adjust the APInt type of theJoey Gouly2013-06-061-0/+12
* Add support for static analysis to clang-checkPavel Labath2013-06-061-0/+4
* ClangTool: strip -o from the command linePavel Labath2013-06-061-0/+11
* Implement DR1270: braces can be elided in all aggregate initialization, notRichard Smith2013-06-061-14/+13
* Disallow reinterpret_cast from pointer to bool on WindowsHans Wennborg2013-06-062-1/+10
* When a static storage duration temporary appears in a constant expression, itRichard Smith2013-06-061-0/+10
* [analyzer] Look through ExprWithCleanups to see if an expr's consumed.Jordan Rose2013-06-062-18/+52
* [analyzer] Fix a crash that occurs when processing an rvalue array.Anna Zaks2013-06-061-0/+12
* [analyzer; new edges] Don't crash if the top-level entry edge is missing.Jordan Rose2013-06-061-0/+183
* [analyzer; new edges] Ignore self-edges, not all edges with the same location.Jordan Rose2013-06-062-43/+1983
* If we're splitting the dwarf for fission and don't want to use theEric Christopher2013-06-051-0/+10
* Objective-C: Provide fixit with suggested spelling correctionFariborz Jahanian2013-06-051-0/+30
* PR14763: Debug info for non-trivial record parametersDavid Blaikie2013-06-051-0/+17
* When the template specialization header is missing, set a valid source locati...Argyrios Kyrtzidis2013-06-051-0/+13
* clang-check: Enable specification of additional compiler argumentsPavel Labath2013-06-051-0/+5
* [ms-cxxabi] Fix vbptr offsets in memptrs when the vbptr is in an nvbaseReid Kleckner2013-06-051-3/+3
* ... and actually run itTimur Iskhodzhanov2013-06-051-0/+1
* Add a test for the breakage from r183298Timur Iskhodzhanov2013-06-051-0/+34
* Unrevert the tests from r183298 as they pass with both old and new codeTimur Iskhodzhanov2013-06-051-5/+146
* Revert r183298 and r183300 as the former broke the virtual function lookup in...Timur Iskhodzhanov2013-06-051-146/+5
* Get rid of VTableContext::ComputeMethodVTableIndices() and VTableContext::get...Timur Iskhodzhanov2013-06-051-5/+146
* PR16214: Debug Info: -flimit-debug-info doesn't omit definitions for types us...David Blaikie2013-06-051-0/+24
* Default to PIE and using stack protection on OpenBSD.Rafael Espindola2013-06-052-0/+18
* Implement SparcV9ABIInfo::EmitVAArg.Jakob Stoklund Olesen2013-06-051-1/+65
* Fix CoerceIntOrPtrToIntOrPtr on big-endian targets.Jakob Stoklund Olesen2013-06-051-0/+26
* Heed ABIArgInfo::getInReg() for return values.Jakob Stoklund Olesen2013-06-051-2/+1
* Model temporary lifetime-extension explicitly in the AST. Use this model toRichard Smith2013-06-055-9/+119
* [libclang] When annotating tokens, don't override a property annotation with ...Argyrios Kyrtzidis2013-06-041-0/+22
* Analysis: Add a CFG successor to a SwitchStmt if it is both empty and fully c...David Majnemer2013-06-041-0/+16
* Objective-C encoding. Fixes up encodeing forFariborz Jahanian2013-06-041-1/+1
* Fix a typo (chek => check)Sylvestre Ledru2013-06-041-1/+1
* Fix linkage computation for local types in template functions.Rafael Espindola2013-06-041-0/+25
* Rephrase asm_mismatched_size_modifier diagnostic. <rdar://problem/14050339>Bob Wilson2013-06-042-8/+8
* Remove some unreachable (and wrong) code and replace it with an assertion.Richard Smith2013-06-041-0/+22
* Adding support for MSVC #pragma detect_mismatch functionality by emitting a F...Aaron Ballman2013-06-042-0/+17
* Bound member function diagnostic - suggest no-args calls and note overload ca...David Blaikie2013-06-046-12/+13
* Do not report -Wasm-operand-widths for ARM output operands. <rdar://14050337>Bob Wilson2013-06-031-0/+1
* [analyzer] Enable the new edge algorithm by default.Jordan Rose2013-06-0323-23/+23
* [analyzer; new edges] Omit subexpression back-edges that span multiple lines.Jordan Rose2013-06-031-34/+0
* [analyzer; new edges] Don't eliminate subexpr edge cycles if the line is long.Jordan Rose2013-06-031-1316/+2244
* [analyzer; new edges] Eliminate "cycle edges" for a single subexpression.Jordan Rose2013-06-031-301/+554