summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [AMDGPU] gfx1010 clang targetStanislav Mekhanoshin2019-05-139-3/+37
* [X86] Make `x86intrin.h`, `immintrin.h` includable with `-fno-gnu-inline-asm`.Volodymyr Sapsai2019-05-134-2/+12
* Removing an unused member variable; NFC.Aaron Ballman2019-05-131-2/+1
* [OpenMP][Clang][BugFix] Split declares and math functions inclusion.Gheorghe-Teodor Bercea2019-05-1314-21/+66
* Make language option `GNUAsm` discoverable with `__has_extension` macro.Volodymyr Sapsai2019-05-133-0/+9
* Introduce the ability to dump the AST to JSON.Aaron Ballman2019-05-1317-32/+2850
* Make more friendly with unions. Reviewed as https://reviews.llvm.org/D61858Marshall Clow2019-05-132-1/+23
* [clang][ASTContext] Call setAttached for comments attached to a declarationJan Korous2019-05-131-0/+2
* Revert r360559 "[c++20] P1064R0: Allow virtual function calls in constant exp...Hans Wennborg2019-05-1314-414/+52
* [ASTImporter] Separate unittest filesGabor Marton2019-05-136-1065/+1189
* PR41845: Detect and reject mismatched inner/outer pack expansion sizesRichard Smith2019-05-137-13/+41
* PR41854: Don't assert when constant-evaluating a member function call on an i...Richard Smith2019-05-132-0/+11
* [c++20] P1064R0: Allow virtual function calls in constant expressionRichard Smith2019-05-1314-52/+414
* Fix test to use -cc1.Leonard Chan2019-05-121-1/+2
* [clang] Regenerate AST matcher docs 📖Stephane Moore2019-05-121-24/+24
* Fix for P41852 where builtin attributes were being caught by FindLocsWithComm...Leonard Chan2019-05-122-2/+15
* make -ftime-trace also print template argumentsLubos Lunak2019-05-123-4/+17
* Reject attempts to call non-static member functions on objects outsideRichard Smith2019-05-124-57/+202
* Fix handling of objects under construction during constant expressionRichard Smith2019-05-126-96/+223
* Revert rL360499 and rL360464 from cfe/trunk:Simon Pilgrim2019-05-117-410/+145
* ConstantLValueEmitter::tryEmitAbsolute - remove unused variable. NFCI.Simon Pilgrim2019-05-111-3/+1
* Reject attempts to call non-static member functions on objects outsideRichard Smith2019-05-114-57/+202
* [cc1as] Change -compress-debug-sections= to use --Fangrui Song2019-05-115-17/+15
* [Darwin] Introduce a new flag, -fapple-link-rtlib that forces linking of the ...Amara Emerson2019-05-104-11/+37
* [CodeGen][ObjC] Emit invoke instead of call to call `objc_release` whenAkira Hatanaka2019-05-102-1/+12
* [ThinLTO] Clang test changes for new CanAutoHide flagTeresa Johnson2019-05-102-2/+2
* Fixed tests where grep was not matching the linefeedAlexandre Ganea2019-05-104-6/+12
* Add target triple to test.Leonard Chan2019-05-101-1/+1
* Fix handling of objects under construction during constant expressionRichard Smith2019-05-105-96/+216
* Improve interface of APValuePathEntry.Richard Smith2019-05-104-52/+62
* Replace 'REQUIRES: nozlib' with '!zlib' because we don't need two waysPaul Robinson2019-05-101-1/+1
* Fix and test for assertion error in P41835.Leonard Chan2019-05-102-0/+12
* Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that betterPaul Robinson2019-05-104-4/+4
* [Sema] Mark array element destructors referenced during initializationErik Pilkington2019-05-107-60/+171
* [libclang] Forward isInline for NamespaceDecl to libclangNikolai Kosjar2019-05-105-1/+26
* Add name comments for bools passed to getObjCEncodingForTypeImpl()Nico Weber2019-05-101-52/+85
* Replace lit feature keyword 'non-ms-sdk' with 'ms-sdk'; eliminatePaul Robinson2019-05-104-13/+9
* Fix Wdocumentation warning. NFCI.Simon Pilgrim2019-05-101-2/+3
* [Preamble] Stop circular inclusion of main file when building preambleNikolai Kosjar2019-05-103-1/+15
* Revert "Revert "[clang-format] Keep protobuf "package" statement on one line""Krasimir Georgiev2019-05-102-3/+13
* Delete write-only HasQualifiers after rC360370Fangrui Song2019-05-101-2/+0
* Added an assert in `isConstantInitializer`: initializer lists must be in sema...Dmitri Gribenko2019-05-101-0/+1
* Assume `__cxa_allocate_exception` returns an under-aligned memory onAkira Hatanaka2019-05-109-18/+148
* Change -gz and -Wa,--compress-debug-sections to use gABI compression (SHF_COM...Fangrui Song2019-05-103-5/+6
* Remember to decay arrays to pointers before checking whether theRichard Smith2019-05-092-3/+19
* NFC, make XFAIL work on macOS correctly for test/Driver/XRay/xray-instrument-...Alex Lorenz2019-05-091-1/+1
* DR1872: don't allow any calls to virtual functions in constantRichard Smith2019-05-098-19/+87
* Simplify tracking of end of consumed decl-specifier sequence.Richard Smith2019-05-091-11/+7
* [OPENMP]Fix PR41767: diagnose DSA for variables in clauses with default(none).Alexey Bataev2019-05-099-16/+112
* Specify target triple to fix the tests I committed in r360359 that areAkira Hatanaka2019-05-093-3/+3