aboutsummaryrefslogtreecommitdiff
path: root/clang/include
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merging r313278:Tom Stellard2-2/+17
2017-11-13Merging r313675:Tom Stellard1-1/+1
2017-09-29Merging r313392:Tom Stellard1-1/+0
2017-08-29Merging r311823: (+update ClangCommandLineReference.rst)Hans Wennborg3-0/+24
2017-08-25Merging r311695:Hans Wennborg1-1/+4
2017-08-23Merging r311330:Hans Wennborg1-4/+4
2017-08-21Merging r310983:Hans Wennborg1-2/+72
2017-08-17Merging r310776:Hans Wennborg1-2/+1
2017-08-14Merging r310804:Hans Wennborg4-53/+56
2017-08-14Merging r310516:Hans Wennborg1-4/+6
2017-08-11Revert r310074 (see PR34067 #4)Hans Wennborg1-0/+4
2017-08-11Merging r310006:Hans Wennborg1-1/+1
2017-08-11Merging r309607:Hans Wennborg2-2/+6
2017-08-08Merging r310359:Hans Wennborg1-0/+2
2017-08-07Merging r310191:Hans Wennborg1-2/+2
2017-08-04Merging r310057:Hans Wennborg1-4/+0
2017-08-03Merging r308996:Hans Wennborg2-2/+12
2017-07-26Merging r309058:Hans Wennborg1-0/+1
2017-07-19Merging r308455:Hans Wennborg5-45/+6
2017-07-19Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz5-6/+45
2017-07-19Revert "[mips] Teach the driver to accept -m(no-)gpopt."Simon Dardis3-11/+0
2017-07-19[mips] Teach the driver to accept -m(no-)gpopt.Simon Dardis3-0/+11
2017-07-18Convert attribute 'target' parsing from a 'pair' to a 'struct' to make furthe...Erich Keane1-7/+17
2017-07-18[Sema] NFC: Move all availability checking code to SemaDeclAttr.cppErik Pilkington1-16/+4
2017-07-18[OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev6-18/+273
2017-07-18Add GCC's noexcept-type alias for c++1z-compat-manglingRaphael Isemann1-0/+2
2017-07-18Revert r308327Alex Lorenz4-39/+6
2017-07-18Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz4-6/+39
2017-07-18[CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi1-0/+5
2017-07-18Also add the option -no-pie (like -nopie)Sylvestre Ledru1-0/+1
2017-07-17[AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo5-9/+9
2017-07-17[SystemZ] Add support for IBM z14 processor (1/3)Ulrich Weigand1-0/+24
2017-07-17[NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2-28/+41
2017-07-17Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2-41/+28
2017-07-17[NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2-28/+41
2017-07-16[Bash-autocompletion] Add support for -W<warning> and -Wno<warning>Yuka Takahashi1-0/+8
2017-07-16[c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali3-5/+21
2017-07-15Use ARC parsing rules for ns_returns_retained in MRC so that code canJohn McCall2-0/+3
2017-07-15[ODRHash] Revert r307743 which reverted r307720Richard Trieu1-24/+46
2017-07-14Fix link in docs.Nico Weber1-1/+1
2017-07-14Add documentation for @availableNico Weber1-6/+19
2017-07-14[Dominators] Update Clang's DominatorTree to use the new template argumentJakub Kuderski1-3/+3
2017-07-14[clang] Add getSignedSizeType methodAlexander Shaposhnikov2-0/+18
2017-07-14[Hexagon] Add intrinsics for data cache operationsKrzysztof Parzyszek1-0/+6
2017-07-14[index] Added a method indexTopLevelDecls to run indexing on a list of Decls.Ilya Biryukov1-2/+8
2017-07-14[Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML outputAlexander Kornienko1-11/+4
2017-07-14Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart1-8/+3
2017-07-13Extend -Wdeprecated-implementations to warn about unavailable methodsAlex Lorenz1-0/+3
2017-07-13NFC, Cleanup the code for -Wdeprecated-implementationsAlex Lorenz1-2/+2
2017-07-13Remove another 'using namespace llvm' from theAlex Lorenz1-2/+0