aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2013-09-11SemaTemplateDeduction.cpp: Prune two stray \param(s), TPOC and NumCallArgumen...NAKAMURA Takumi1-6/+0
2013-09-11Remove unused diagnostics.Benjamin Kramer1-4/+0
2013-09-11Support for modular module-map-filesDaniel Jasper8-2/+85
2013-09-11Fix a bug where -msse followed by -mno-sse would leave MMX enabled.Craig Topper2-2/+16
2013-09-11[-cxx-abi microsoft] Canonicalize array parameters betterDavid Majnemer2-27/+57
2013-09-11Do not quote YAML plain string myself. Let YAMLIO do that.Rui Ueyama2-19/+16
2013-09-11volatile types are not trivially copyable.Eli Friedman3-4/+11
2013-09-11Fix test.Eli Friedman1-1/+1
2013-09-11Fix is_trivially_constructible preconditions.Eli Friedman2-13/+20
2013-09-11Disable the bool and enum sanitizers when emitting the implicitly-defined copyNick Lewycky2-10/+118
2013-09-11The cleanup attribute no longer uses an unresolved, simple identifier as its ...Aaron Ballman7-34/+82
2013-09-11PR17075: When performing partial ordering of a member function against aRichard Smith4-42/+54
2013-09-11Add -fansi-escape-codes optionNico Rieck5-0/+17
2013-09-11Get rid of unused isPodLike definition.Eli Friedman1-2/+0
2013-09-11Remove unused class.Eli Friedman1-20/+0
2013-09-10Fix ICE in consumed analysis when CFG is null.DeLesley Hutchins1-2/+6
2013-09-10Remove unused variable.Eli Friedman1-1/+0
2013-09-10getMostSpecialized for function template sets is never used in the context of aRichard Smith4-8/+6
2013-09-10Add unused markings to suppress warnings.Eli Friedman2-4/+10
2013-09-10Ignore noreturn when checking function template specializationsReid Kleckner2-2/+13
2013-09-10PR5683: Issue a warning when subtracting pointers to types of zero size, andRichard Smith6-1/+86
2013-09-10Fix regression from r190382.Eli Friedman3-8/+18
2013-09-10Fix cl-link.c test failure on Mac platformsHans Wennborg1-2/+2
2013-09-10[ms-cxxabi] Mangle dynamic initializer stubs the same way MSVC doesReid Kleckner5-11/+44
2013-09-10Remove Windows line-endings in two clang-cl test files.Hans Wennborg2-121/+121
2013-09-10clang-cl: Support building DLLs (PR17083)Hans Wennborg6-15/+139
2013-09-10[ms-cxxabi] Implement guard variables for static initializationReid Kleckner20-57/+342
2013-09-10ObjectiveC migrator: rename inferred isXXX property,Fariborz Jahanian3-2/+4
2013-09-10Allow _clang-format as alternative to .clang-format config filenameHans Wennborg7-9/+27
2013-09-10Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144Alexander Kornienko2-0/+3
2013-09-10Correctly calculate OriginalColumn after multi-line tokens.Alexander Kornienko4-39/+55
2013-09-10clang-format: Understand function type typedefs with typeof.Daniel Jasper2-0/+6
2013-09-10[mips][msa] Removed unsupported dot product instructions (dotp_[su].b).Daniel Sanders2-4/+0
2013-09-10Calculate and store ColumnWidth instead of CodePointCount in FormatTokens.Alexander Kornienko7-97/+109
2013-09-10Delete unused static class membersAlexey Samsonov1-2/+0
2013-09-10Rejected 190391, due to failures on clang-x86_64-darwin11-nobootstrap-RAincre...Stepan Dyatkovskiy1-12/+65
2013-09-10Fix for PR16752. Second commit.Stepan Dyatkovskiy1-65/+12
2013-09-10Fix minor coding style issue in r190296 pointed out by Richard Smith.David Tweed1-4/+4
2013-09-10Separate popcnt and sse4.2 feature control somewhat to match gcc behavior.Craig Topper2-2/+23
2013-09-10Generate code for the move assignment operator using memcpy, the same as we doNick Lewycky2-1/+28
2013-09-10Make -Wunused warning rules more consistent.Eli Friedman4-45/+71
2013-09-10clang-cl: use -fdiagnostics-format=msvc by defaultHans Wennborg2-2/+8
2013-09-10Ignore calling conventions when checking function template specializationsReid Kleckner2-3/+29
2013-09-09ObjectiveC migrator. Do not infer NS_RETURNS_INNER_POINTERFariborz Jahanian3-0/+34
2013-09-09Attempting to unbreak the makefile-base builds.Aaron Ballman1-1/+6
2013-09-09Adding a FIXME based on feedback from Richard Smith.Aaron Ballman1-0/+3
2013-09-09Attribute tablegen now understands that attribute arguments can be optional. ...Aaron Ballman10-271/+238
2013-09-09Fix a crash introduced in r189828.Matt Beaumont-Gay2-1/+6
2013-09-09Modern ObjectiveC translator. Fix translation of Fariborz Jahanian2-36/+84
2013-09-09[docs] Prominently note modules are experimental.Sean Silva1-6/+6