summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Updating the attribute declarations to have the correct syntaxes. This means ...Aaron Ballman2014-01-13
* [analyzer] Add a CFG node for the allocator call in a C++ 'new' expression.Jordan Rose2014-01-13
* [PM] Update Clang to reflect LLVM r199095 which moves the core DomTreeChandler Carruth2014-01-13
* [cleanup] Update the include of Dominators.h to reflect its move to theChandler Carruth2014-01-13
* Add help text for -MMD, -MD, -MM, -M, -MF.Nico Weber2014-01-12
* Clarify warn_cxx98_compat_attribute diagnosticAlp Toker2014-01-12
* Add a new attribute 'enable_if' which can be used to control overload resolut...Nick Lewycky2014-01-11
* Fix "regression" caused by updating our notion of POD to better match the C++11Richard Smith2014-01-11
* ObjectiveC. Remove warning on mismatched methodsFariborz Jahanian2014-01-10
* Remove unexpected code completion handling from ConsumeToken()Alp Toker2014-01-10
* Update LangOpt descriptionsAlp Toker2014-01-10
* ObjectiveC. 1) Warn when @dynamic (as well as synthesize) Fariborz Jahanian2014-01-10
* Reapply r198845, reverted in r198849, with a fix to make it valid C++98, notRichard Smith2014-01-10
* Removing the notion of TargetAttributesSema and replacing it with one where t...Aaron Ballman2014-01-09
* Preserve -fretain-comments-from-system-headers in modulesBen Langmuir2014-01-09
* Removing a bit of custom parsing functionality used by the thread safety anal...Aaron Ballman2014-01-09
* Revert "PR18427: Use an appropriately-aligned buffer in APValue, to avoid a c...Argyrios Kyrtzidis2014-01-09
* PR18427: Use an appropriately-aligned buffer in APValue, to avoid a crash onRichard Smith2014-01-09
* Update Clang's CFGBlock interface to conform to the strange part ofChandler Carruth2014-01-09
* PR18401: Fix assert by implementing the current proposed direction of coreRichard Smith2014-01-09
* [ms-abi] Refactor Microsoft Record LayoutWarren Hunt2014-01-09
* Attempting a fix the build bots should be happier with. Amends 198804.Aaron Ballman2014-01-08
* Silencing an MSVC warning about control reaching the end of a non-void function.Aaron Ballman2014-01-08
* [Serialization] In ASTReader::getInputFile record it when we didn't find the ...Argyrios Kyrtzidis2014-01-08
* Treating the RegParmAttr as a TypeAttr because that is what it is.Aaron Ballman2014-01-08
* PR18400: ignore cv-qualifiers on the underlying type of an enumeration.Richard Smith2014-01-08
* PR18234: Mark a tag definition as invalid early if it appears in aRichard Smith2014-01-08
* [analyzer] Pointers escape into +[NSValue valueWithPointer:]...Jordan Rose2014-01-07
* [analyzer] Remove unused ARCNotOwnedSymbol retain count return effect.Jordan Rose2014-01-07
* Shorten the output of `clang-format --version`, include revision number.Nico Weber2014-01-07
* Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth2014-01-07
* For areVectorOperandsLaxBitCastable(), only return false if both opearands ar...Argyrios Kyrtzidis2014-01-07
* Bring back magic constants in the digraph diagnosticAlp Toker2014-01-07
* Implement a new -fstandalone-debug option. rdar://problem/15685848Adrian Prantl2014-01-07
* Driver: Accept -fprofile-instr-use and -fprofile-instr-generateJustin Bogner2014-01-06
* Prospective MSVC 2010 build fixAlp Toker2014-01-06
* Correct underlying integer type of enum TokenKindAlp Toker2014-01-06
* Simplify diagnostic tag type using the token kind formatterAlp Toker2014-01-06
* Don't use magic constants in the digraph diagnosticAlp Toker2014-01-06
* Support diagnostic formatting of keyword tokensAlp Toker2014-01-06
* Rename getTokenSimpleSpelling() to getPunctuatorSpelling()Alp Toker2014-01-06
* Highlight the previous underlying enum type when diagnosing a mismatchAlp Toker2014-01-06
* Use token kind instead of '%select{.|->}0' in diagnosticAlp Toker2014-01-06
* Apply some LLVM_READONLY / LLVM_READNONE on diagnostic functionsAlp Toker2014-01-06
* [OpenCL] Produce an error if an address space is used on the returnJoey Gouly2014-01-06
* Only mark dump() function definitions 'used' in debug buildsAlp Toker2014-01-04
* [ms-cxxabi] Improve vbtable name mangling accuracyReid Kleckner2014-01-03
* Refactored Builtin::Context::isPrintfLike and isScanfLike into a helper funct...Aaron Ballman2014-01-03
* Marked the default constructor as an LLVM_DELETED_FUNCTION.Aaron Ballman2014-01-03
* Removed one of the string versions of getQualifiedNameAsString, and switched ...Aaron Ballman2014-01-03