summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Reverting test commitFaisal Vali2013-06-071-2/+0
* test commitFaisal Vali2013-06-071-0/+2
* PR16243: Use CXXThisOverride during template instantiation, and fix up theRichard Smith2013-06-075-20/+50
* When we're synthesizing copy/move-assignment, we can't form a reference to anEli Friedman2013-06-072-1/+22
* documentation: remove confusing reference to properties.Adrian Prantl2013-06-071-3/+3
* ObjC Debug Info: Emit the names of accessors whenever they diverge fromAdrian Prantl2013-06-072-4/+90
* Improve documentation.Adrian Prantl2013-06-071-6/+12
* blocks: fixes an ast bug when block pointer variableFariborz Jahanian2013-06-072-1/+16
* Diagnose malformed x86 inline asm using 'y' constraint.Tim Northover2013-06-074-5/+40
* Perform dynamic alignment computations so that the data in TypeLocs isEli Friedman2013-06-078-103/+266
* Implement DR7David Majnemer2013-06-063-10/+20
* [analyzer] Address Jordan’s code review for r183451Anna Zaks2013-06-062-6/+6
* [analyzer] Ensure that pieces with invalid locations always get removed from ...Anna Zaks2013-06-062-10/+25
* [analyzer] fixup the commentAnna Zaks2013-06-061-1/+1
* [analyzer; new edges] Simplify edges in a C++11 for-range loop.Jordan Rose2013-06-068-307/+7847
* [libclang] CMake: add an option to control building libclang as a static libr...Argyrios Kyrtzidis2013-06-061-1/+4
* Fix incorrect line breaking before trailing block comments.Daniel Jasper2013-06-062-1/+10
* Fix a crash with -Wassign-enum, where we didn't adjust the APInt type of theJoey Gouly2013-06-063-11/+24
* clang-check: add missing space in MakefileHans Wennborg2013-06-061-1/+1
* clang-check: Link the static analyzer in the Makefile build too.Benjamin Kramer2013-06-061-3/+4
* Add support for static analysis to clang-checkPavel Labath2013-06-063-8/+41
* ClangTool: strip -o from the command linePavel Labath2013-06-065-3/+38
* Implement DR1270: braces can be elided in all aggregate initialization, notRichard Smith2013-06-063-39/+21
* Disallow reinterpret_cast from pointer to bool on WindowsHans Wennborg2013-06-063-3/+14
* Fix clang-format's expression parser for leading }s.Daniel Jasper2013-06-062-1/+9
* Improve c-style cast detection.Daniel Jasper2013-06-062-1/+7
* When a static storage duration temporary appears in a constant expression, itRichard Smith2013-06-062-2/+17
* Don't create a StringRef from a temporary string.Richard Trieu2013-06-061-1/+1
* [analyzer] Look through ExprWithCleanups to see if an expr's consumed.Jordan Rose2013-06-063-20/+56
* [analyzer] Improve debug output for PathDiagnosticPieces.Jordan Rose2013-06-062-57/+90
* clang/unittests/Format/FormatTest.cpp: Suppress utf8 literals with _MSC_VER. ...NAKAMURA Takumi2013-06-061-0/+5
* [analyzer] Fix a crash that occurs when processing an rvalue array.Anna Zaks2013-06-062-1/+30
* [analyzer; new edges] Don't crash if the top-level entry edge is missing.Jordan Rose2013-06-062-7/+196
* [analyzer; new edges] Ignore self-edges, not all edges with the same location.Jordan Rose2013-06-063-49/+1990
* If we're splitting the dwarf for fission and don't want to use theEric Christopher2013-06-052-0/+18
* Objective-C: Provide fixit with suggested spelling correctionFariborz Jahanian2013-06-055-2/+98
* PR14763: Debug info for non-trivial record parametersDavid Blaikie2013-06-052-16/+17
* When the template specialization header is missing, set a valid source locati...Argyrios Kyrtzidis2013-06-052-0/+14
* [ms-cxxabi] Thread GlobalDecls through to CodeGenModule::getFunctionLinkage.Peter Collingbourne2013-06-054-18/+18
* clang-check: Enable specification of additional compiler argumentsPavel Labath2013-06-052-0/+45
* [ms-cxxabi] Fix vbptr offsets in memptrs when the vbptr is in an nvbaseReid Kleckner2013-06-052-9/+5
* Silence GCC warning.Benjamin Kramer2013-06-051-0/+1
* Added test with characters using four bytes in UTF-8 representation.Alexander Kornienko2013-06-051-0/+4
* UTF-8 support for clang-format.Alexander Kornienko2013-06-058-167/+357
* Recommit r183298+r183300 'Get rid of VTableContext::ComputeMethodVTableIndice...Timur Iskhodzhanov2013-06-052-169/+96
* ... 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-053-242/+174
* Make clang tools ignore -fcolor-diagnostics and -fdiagnostics-color retrieved...Alexander Kornienko2013-06-051-2/+10