summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in clangAlexander Kornienko2018-04-0642-58/+58
* Allow the creation of human-friendly ASTDumper to arbitrary output streamAlexander Kornienko2018-04-061-3/+4
* [XRay][clang] Add a flag to enable/disable linking XRay deps explicitlyDean Michael Berris2018-04-062-1/+8
* [XRay][clang] Consolidate runtime and link-time flag processing (NFC)Dean Michael Berris2018-04-061-0/+2
* CMake option to allow enabling experimental new pass manager by defaultPetr Hosek2018-04-061-0/+3
* [Sema] Revert r329346 because of memory sanitizer failures.Eugene Zelenko2018-04-054-318/+184
* [Sema] Fix some Clang-tidy modernize and Include What You Use warnings; other...Eugene Zelenko2018-04-054-184/+318
* DR1672, DR1813, DR1881, DR2120: Implement recent fixes to "standardRichard Smith2018-04-052-8/+30
* Fix typo in comment -fmath-errno=0 -> -fno-math-errnoSam Clegg2018-04-051-1/+1
* Disable -fmerge-all-constants as default.Manoj Gupta2018-04-051-2/+3
* [ObjC] Make C++ triviality type traits available to non-trivial CAkira Hatanaka2018-04-051-6/+6
* Revert r328680 ("[ObjC] Make C++ triviality type traits available to non-triv...Richard Smith2018-04-051-6/+6
* [CUDA] Add amdgpu sub archsYaxun Liu2018-04-041-0/+14
* Revert "[CUDA] Check initializers of instantiated template variables."Artem Belevich2018-04-041-10/+0
* [CUDA] Check initializers of instantiated template variables.Artem Belevich2018-04-031-0/+10
* Add the -fsanitize=shadow-call-stack flagVlad Tsyrklevich2018-04-031-0/+3
* [StaticAnalyzer] Fix some Clang-tidy modernize and Include What You Use warni...Eugene Zelenko2018-04-034-142/+157
* Revert "Set calling convention for CUDA kernel"Artem Belevich2018-04-031-17/+16
* [Hexagon] Remove -mhvx-double and the corresponding subtarget featureKrzysztof Parzyszek2018-04-031-7/+0
* [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).Eugene Zelenko2018-04-036-32/+33
* Fix some DenseMap use-after-rehash bugs and hoist MethodVFTableLocationReid Kleckner2018-04-022-36/+39
* Add -fclang-abi-compat=6 flag for upcoming ABI changes.Richard Smith2018-04-021-0/+7
* Add helper to determine if a field is a zero-length bitfield.Richard Smith2018-04-021-0/+5
* [coroutines] Add __builtin_coro_noop => llvm.coro.noopGor Nishanov2018-04-021-0/+1
* [Coroutines] Find custom allocators in class scopeBrian Gesiak2018-04-011-1/+18
* Add missing include to ContinuousRangeMap.hEric Fiselier2018-04-011-0/+1
* Add missing include to Visibility.hEric Fiselier2018-04-011-0/+1
* Revert r328845, it caused crbug.com/827810.Nico Weber2018-03-312-37/+34
* [analyzer] Cache offset computation for MemRegionGeorge Karpenkov2018-03-311-0/+1
* [analyzer] Fix liveness calculation for C++17 structured bindingsGeorge Karpenkov2018-03-311-3/+6
* [CFG] [analyzer] Work around a disappearing CXXBindTemporaryExpr.Artem Dergachev2018-03-301-1/+2
* Hoist MethodVFTableLocation out of MicrosoftVTableContext, NFCReid Kleckner2018-03-292-34/+37
* [analyzer] Path-insensitive checker for writes into an auto-releasing pointerGeorge Karpenkov2018-03-291-0/+3
* [AST] Fix some Clang-tidy modernize-use-auto warnings; other minor fixes (NFC).Eugene Zelenko2018-03-292-67/+61
* [Sema] Make deprecation fix-it replace all multi-parameter ObjC method slots.Volodymyr Sapsai2018-03-293-9/+18
* Set calling convention for CUDA kernelYaxun Liu2018-03-291-16/+17
* Fix typoMatt Arsenault2018-03-291-8/+8
* [Hexagon] Aid bit-reverse load intrinsics lowering with bitcodeKrzysztof Parzyszek2018-03-291-11/+11
* [ast] Do not auto-initialize Objective-C for-loop variables in Objective-C++ ...George Karpenkov2018-03-291-0/+13
* [ASTMatchers] Introduce a matcher for matching any given Objective-C selectorGeorge Karpenkov2018-03-292-5/+22
* [ASTMatchers] Extend hasParameter and hasAnyParameter matches to handle Objec...George Karpenkov2018-03-292-11/+34
* [Basic] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko2018-03-287-75/+99
* [ObjC++] Make parameter passing and function return compatible with ObjCAkira Hatanaka2018-03-287-15/+42
* [Hexagon] Add support for "new" circular buffer intrinsicsKrzysztof Parzyszek2018-03-281-0/+23
* clang-cl: s/Enable/Disable/ in help text for /GX-Hans Wennborg2018-03-281-1/+1
* [OPENMP] Codegen for ctor|dtor of declare target variables.Alexey Bataev2018-03-281-1/+1
* Fix some handling of AST nodes with diagnostics.Richard Trieu2018-03-282-15/+16
* [ObjC] Make C++ triviality type traits available to non-trivial CAkira Hatanaka2018-03-281-6/+6
* [clang] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-03-272-2/+2
* [ASTMatchers] Add isAssignmentOperator matcherPeter Szecsi2018-03-271-0/+20