summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Sema: An extern declaration can't be a redeclaration of a parameterDavid Majnemer2015-01-132-4/+6
* Update clang-format.el to use xml output and patch in the returned chunks.Manuel Klimek2015-01-131-46/+86
* Parse: Switch to using EOF tokens for late parsed attributesDavid Majnemer2015-01-131-12/+15
* Parse: Don't crash when default argument in typedef consists of sole '='David Majnemer2015-01-132-2/+8
* Parse: Don't crash if missing an initializer expressionDavid Majnemer2015-01-132-1/+6
* Parse: use the EOF token method to lex inline method bodiesDavid Majnemer2015-01-132-22/+25
* Parse: Further simplify ParseLexedMethodDeclarationDavid Majnemer2015-01-133-46/+33
* Mark vtable used on explicit destructor definitions.Nico Weber2015-01-132-1/+21
* [OPENMP] Consider global named register variables as threadprivate by default.Alexey Bataev2015-01-133-4/+10
* Extend the self move warning to record types.Richard Trieu2015-01-135-86/+116
* If we don't find a matching ) for a ( in an exception specification, keep the...Richard Smith2015-01-132-9/+12
* PR22208: On FreeBSD systems, __STDC_MB_MIGHT_NEQ_WC__ is expected to be definedRichard Smith2015-01-132-0/+8
* Simplify a test. No behavior change.Nico Weber2015-01-131-5/+3
* Reimplement -fsanitize-recover family of flags.Alexey Samsonov2015-01-1214-86/+227
* [patch][pr19848] Produce explicit comdats in clang.Rafael Espindola2015-01-1214-84/+100
* Wrap to 80 columns. No behavior change.Nico Weber2015-01-122-5/+6
* Don't use a doc comment in a function body.Nico Weber2015-01-121-3/+3
* reverting due to build bot failureNathan Sidwell2015-01-122-22/+30
* Fix typo Block.h vs Blocks.hBen Langmuir2015-01-121-1/+1
* [PowerPC]To provide better compatibility with gcc I added the __bool keyword ...Bill Seurer2015-01-124-0/+21
* Fix bogus 'method is unavailable' errors with modulesBen Langmuir2015-01-127-3/+54
* [mips] Explain why we need to always clobber for MIPS inline asm. NFC.Toma Tabacu2015-01-121-0/+21
* Fix assertion in BreakableBlockComment (http://llvm.org/PR21916).Alexander Kornienko2015-01-123-1/+18
* Suppress clang/test/Driver/rewrite-map-in-diagnostics.c on win32 for now. Thi...NAKAMURA Takumi2015-01-121-0/+3
* clang-format: Improve format of lambdas in ctor initializers.Daniel Jasper2015-01-122-0/+5
* Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFCAlexey Bataev2015-01-1217-61/+68
* clang-format: Fix formatting of inline asm.Daniel Jasper2015-01-122-4/+8
* Parse: Get rid of cxx_exceptspec_end, use EOF insteadDavid Majnemer2015-01-123-4/+7
* Parse: Just a small tidy-up in ParseLexedMethodDeclarationDavid Majnemer2015-01-121-5/+7
* Parse: Get rid of tok::cxx_defaultarg_end, use EOF insteadDavid Majnemer2015-01-124-9/+9
* Parse: It's cleaner to handle cxx_defaultarg_end in SkipUntil directlyDavid Majnemer2015-01-124-13/+11
* Parse: Don't let BalancedDelimiterTracker consume cxx_defaultarg_endDavid Majnemer2015-01-122-1/+6
* Driver: include rewrite maps in the diagnosticsSaleem Abdulrasool2015-01-122-0/+14
* Parse: Don't parse beyond the end of the synthetic default argument tokDavid Majnemer2015-01-122-3/+15
* Basic: Numeric constraints are multidigitDavid Majnemer2015-01-112-3/+16
* Basic: [asmSymbolicName] follows the same rule as numbers in asm inputsDavid Majnemer2015-01-112-0/+11
* Basic: The asm constraint '#m' isn't valid, reject itDavid Majnemer2015-01-112-1/+14
* CodeGen: Simplify consecutive '%' modifiersDavid Majnemer2015-01-112-2/+10
* CodeGen: Simplify consecutive '&' modifiersDavid Majnemer2015-01-112-0/+12
* Basic: The asm constraint '+#r' isn't valid, reject itDavid Majnemer2015-01-112-1/+11
* Don't rely on the default constructor default constructing a begin andChandler Carruth2015-01-112-3/+10
* fix pr18645. Correct logic concerning 'T &&' deduction against lvalues.Nathan Sidwell2015-01-102-30/+22
* Sema: The asm constraint '+&m' isn't valid, reject itDavid Majnemer2015-01-103-0/+16
* Add a new warning, -Wself-move, to Clang.Richard Trieu2015-01-104-1/+132
* Fix temporary lifetime extension from an initializer using braced "functional"Richard Smith2015-01-102-7/+14
* Don't emit implicit template instantiations eagerly (PR21718)Hans Wennborg2015-01-104-17/+69
* Remove unnecessary/incorrect XFAIL after the revert of 225000David Blaikie2015-01-091-2/+0
* clang-format: [Java] Support formatting qualified annotations.Nico Weber2015-01-093-23/+45
* Revert "DebugInfo: Generalize debug info location handling" and related commitsDavid Blaikie2015-01-0919-156/+220
* Parse: Don't crash when an annotation token shows up in a C++11 attrDavid Majnemer2015-01-092-3/+12