summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merging r310983:Hans Wennborg2017-08-211-2/+72
* Merging r310776:Hans Wennborg2017-08-171-2/+1
* Merging r310804:Hans Wennborg2017-08-144-53/+56
* Merging r310516:Hans Wennborg2017-08-141-4/+6
* Revert r310074 (see PR34067 #4)Hans Wennborg2017-08-111-0/+4
* Merging r310006:Hans Wennborg2017-08-111-1/+1
* Merging r309607:Hans Wennborg2017-08-112-2/+6
* Merging r310359:Hans Wennborg2017-08-081-0/+2
* Merging r310191:Hans Wennborg2017-08-071-2/+2
* Merging r310057:Hans Wennborg2017-08-041-4/+0
* Merging r308996:Hans Wennborg2017-08-032-2/+12
* Merging r309058:Hans Wennborg2017-07-261-0/+1
* Merging r308455:Hans Wennborg2017-07-195-45/+6
* Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz2017-07-195-6/+45
* Revert "[mips] Teach the driver to accept -m(no-)gpopt."Simon Dardis2017-07-193-11/+0
* [mips] Teach the driver to accept -m(no-)gpopt.Simon Dardis2017-07-193-0/+11
* Convert attribute 'target' parsing from a 'pair' to a 'struct' to make furthe...Erich Keane2017-07-181-7/+17
* [Sema] NFC: Move all availability checking code to SemaDeclAttr.cppErik Pilkington2017-07-181-16/+4
* [OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev2017-07-186-18/+273
* Add GCC's noexcept-type alias for c++1z-compat-manglingRaphael Isemann2017-07-181-0/+2
* Revert r308327Alex Lorenz2017-07-184-39/+6
* Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz2017-07-184-6/+39
* [CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi2017-07-181-0/+5
* Also add the option -no-pie (like -nopie)Sylvestre Ledru2017-07-181-0/+1
* [AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo2017-07-175-9/+9
* [SystemZ] Add support for IBM z14 processor (1/3)Ulrich Weigand2017-07-171-0/+24
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-172-28/+41
* Revert changes from my previous refactoring - will need to fix dependencies i...Faisal Vali2017-07-172-41/+28
* [NFC] Refactor the Preprocessor function that handles Macro definitions and r...Faisal Vali2017-07-172-28/+41
* [Bash-autocompletion] Add support for -W<warning> and -Wno<warning>Yuka Takahashi2017-07-161-0/+8
* [c++2a] Add option -std=c++2a to enable support for potential/transitional C+...Faisal Vali2017-07-163-5/+21
* Use ARC parsing rules for ns_returns_retained in MRC so that code canJohn McCall2017-07-152-0/+3
* [ODRHash] Revert r307743 which reverted r307720Richard Trieu2017-07-151-24/+46
* Fix link in docs.Nico Weber2017-07-141-1/+1
* Add documentation for @availableNico Weber2017-07-141-6/+19
* [Dominators] Update Clang's DominatorTree to use the new template argumentJakub Kuderski2017-07-141-3/+3
* [clang] Add getSignedSizeType methodAlexander Shaposhnikov2017-07-142-0/+18
* [Hexagon] Add intrinsics for data cache operationsKrzysztof Parzyszek2017-07-141-0/+6
* [index] Added a method indexTopLevelDecls to run indexing on a list of Decls.Ilya Biryukov2017-07-141-2/+8
* [Clang-Tidy] Preserve Message, FileOffset, FilePath in Clang-Tidy YAML outputAlexander Kornienko2017-07-141-11/+4
* Keep the IdentifierInfo in the Token for alternative operator keywordOlivier Goffart2017-07-141-8/+3
* Extend -Wdeprecated-implementations to warn about unavailable methodsAlex Lorenz2017-07-131-0/+3
* NFC, Cleanup the code for -Wdeprecated-implementationsAlex Lorenz2017-07-131-2/+2
* Remove another 'using namespace llvm' from theAlex Lorenz2017-07-131-2/+0
* Remove 'using namespace llvm' from the USRFinder.h headerAlex Lorenz2017-07-131-2/+0
* [ObjC] Pick a 'readwrite' property when synthesizing ambiguousAlex Lorenz2017-07-132-7/+11
* [refactor][rename] Use a single base class for class that findsAlex Lorenz2017-07-133-33/+124
* fix typos in comments; NFCHiroshi Inoue2017-07-131-1/+1
* [Sema] Mark a virtual CXXMethodDecl as used if a call to it can beAkira Hatanaka2017-07-132-1/+14
* Revert "[analyzer] Support generating and reasoning over more symbolic constr...Dominic Chen2017-07-121-12/+4