aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2017-01-18Merging r292247:Hans Wennborg2-9/+17
2017-01-18Merging r292183:Hans Wennborg5-30/+48
2017-01-18Merging r292052:Hans Wennborg2-4/+17
2017-01-18Merging r292032:Hans Wennborg2-2/+9
2017-01-17Make the -fstrict-vtable-pointers link relativeHans Wennborg1-1/+1
2017-01-17Merging r292265:Hans Wennborg1-0/+1
2017-01-17Fix -fstrict-vtable-pointers linkHans Wennborg1-1/+1
2017-01-17Fix docs buildHans Wennborg1-0/+1
2017-01-17Regenerate AttributeReference.rstHans Wennborg1-0/+1
2017-01-16Add -fstrict-vtable-pointers to UsersManualPiotr Padlewski1-1/+8
2017-01-15Mention Devirtualization and ThinLTO in ReleaseNotesPiotr Padlewski1-0/+26
2017-01-13Merging r291964:Hans Wennborg2-42/+47
2017-01-13Merging r291879:Hans Wennborg1-0/+1
2017-01-13Merging r291881:Hans Wennborg1-4/+4
2017-01-13Merging r291907:Hans Wennborg2-97/+56
2017-01-13Merging r291877:Hans Wennborg2-5/+21
2017-01-13Merging r291871:Hans Wennborg13-42/+45
2017-01-13Merging r291865:Hans Wennborg4-54/+172
2017-01-12Merging r291850 and r291853:Hans Wennborg5-8/+32
2017-01-12ReleaseNotes: remove 'if you're reading on trunk' warningHans Wennborg1-5/+0
2017-01-12Generate docs/AttributeReference.rstHans Wennborg1-6/+3111
2017-01-12Add entry for -MJ.Joerg Sonnenberger1-0/+2
2017-01-12clang-format: Fix regression introduced by r291801.Daniel Jasper2-8/+6
2017-01-12Add additional testcases for nsw markings on ++ and --.Eli Friedman1-3/+27
2017-01-12clang-format: Treat braced lists like other complex parameters.Daniel Jasper2-0/+13
2017-01-12UsersManual.rst: Update clang-cl options list againHans Wennborg3-3/+8
2017-01-12[Modules] Fix misleading warning about missing textual header in umbrella headerBruno Cardoso Lopes7-2/+52
2017-01-12UsersManual.rst: Update clang-cl options listHans Wennborg1-99/+117
2017-01-12[analyzer] Don't dereference the array value when binding it to a reference.Artem Dergachev2-8/+3
2017-01-12[Docs][OpenCL] Added OpenCL feature description to Clang documentation.Anastasia Stulova2-4/+364
2017-01-12Revert r291774 which caused buildbot failure.Dehao Chen2-9/+2
2017-01-12Pass -fprofile-sample-use to lto backends.Dehao Chen2-2/+9
2017-01-12Tracking exception specification source locationsMalcolm Parsons9-3/+116
2017-01-12Avoid multiple -Wunreachable-code diagnostics that are triggered byAlex Lorenz3-5/+80
2017-01-12[analyzer] Avoid a crash in DereferenceChecker on string literal initializers.Artem Dergachev2-0/+13
2017-01-12PR31469: Don't add friend template class decls to redecl chain in dependent c...Vassil Vassilev11-12/+61
2017-01-12Remove redundant passing around of a "ContainsAutoType" flag.Richard Smith12-86/+65
2017-01-11[index] Introduce symbol subkinds to mark an accessor getter or setter.Argyrios Kyrtzidis4-9/+21
2017-01-11[index] Ignore invalid ObjC categories.Argyrios Kyrtzidis2-6/+7
2017-01-11[index] Add 'IBTypeOf' relation for ObjC methods marked with IBAction and pro...Argyrios Kyrtzidis7-16/+55
2017-01-11[PowerPC] Fix the wrong implementation of builtin vec_rlnm.Tony Jiang2-6/+12
2017-01-11[index] Add 'contained-by' relation between references and their lexical cont...Argyrios Kyrtzidis8-43/+71
2017-01-11Module: Do not add any link flags when an implementation TU of a module importsManman Ren4-1/+19
2017-01-11This reverts r291628. As suggested by Richard, we can simplyManman Ren5-23/+5
2017-01-11Unbreak the clang-fuzzer build after r291184.Benjamin Kramer1-1/+1
2017-01-11Remove repeated word in comment (NFC)Malcolm Parsons1-1/+1
2017-01-11[Modules] Support #import when entering files with modulesBruno Cardoso Lopes25-9/+188
2017-01-11[analyzer] Fix crash in body farm for getter without implicit self.Devin Coughlin2-0/+28
2017-01-11Module: Do not create Implicit ImportDecl for module X if weManman Ren5-5/+23
2017-01-10Remove dead code.Richard Smith1-5/+0