summaryrefslogtreecommitdiffstats
path: root/include/clang
Commit message (Expand)AuthorAgeFilesLines
* Diagnose missing macro argument following charize operator.Andy Gibbs2016-04-011-1/+1
* [OPENMP] Fixed documentation category for 'declare simd' attribute, NFC.Alexey Bataev2016-04-011-1/+1
* Fix the comment for the function added in r264998.Akira Hatanaka2016-03-311-9/+11
* [OpenCL] Added nosvm attribute for OpenCL v2.0.Anastasia Stulova2016-03-313-1/+24
* [CodeGenCXX] Fix ItaniumCXXABI::getAlignmentOfExnObject to return 8-byteAkira Hatanaka2016-03-311-0/+13
* [DarwinDriver] Increase the number of valid digits for ld64 version string.Bruno Cardoso Lopes2016-03-311-0/+9
* [CrashReproducer] Add a module map callback for added headersBruno Cardoso Lopes2016-03-302-1/+7
* [CUDA] Make unattributed constexpr functions implicitly host+device.Justin Lebar2016-03-304-1/+16
* AMDGPU: Add frexp_mant + frexp_exp builtinsMatt Arsenault2016-03-301-0/+4
* Canonicalize UnaryTransformType types when they don't have a known underlying...Vassil Vassilev2016-03-302-0/+24
* [SystemZ] Specify required features for builtins.Jonas Paulsson2016-03-301-221/+226
* [ASTMatchers] Existing matcher hasAnyArgument fixedGabor Horvath2016-03-301-6/+1
* [OPENMP 4.0] Initial support for '#pragma omp declare simd' directive.Alexey Bataev2016-03-307-2/+64
* For MS ABI, emit dllexport friend functions defined inline in classStephan Bergmann2016-03-303-5/+5
* [OpenCL] Fix pipe builtin bugsXiuli Pan2016-03-301-1/+1
* [CrashReproducer] Cleanup and move functionality around in ModuleDependencyCo...Bruno Cardoso Lopes2016-03-291-9/+13
* Fixing PR26558: remove the adx target attribute requirement from adc builtins.Yunzhong Gao2016-03-291-4/+4
* Enable the SafeStack sanitizer on CloudABI by default.Ed Schouten2016-03-291-0/+3
* clang-cl: Silently ignore /d2FastFail flag.Nico Weber2016-03-291-0/+1
* Removed class FormatStyle, which is a struct, forward declaration from Refact...Eric Liu2016-03-291-6/+0
* [Sema] Handle UTF-8 invalid format string specifiersBruno Cardoso Lopes2016-03-291-7/+1
* Added formatAndApplyAllReplacements that works on multiple files in libTooling.Eric Liu2016-03-294-19/+41
* [CUDA] Make CUDA description strings in langopts into noun phrases. NFCJustin Lebar2016-03-291-2/+2
* [CUDA] Remove three obsolete CUDA cc1 flags.Justin Lebar2016-03-293-12/+5
* [OPENMP] Remove extra code transformation.Alexey Bataev2016-03-291-9/+20
* Windows: Shrink sizeof(MacroInfo) from 256 to 248, MacroDirective 24 to 16Nico Weber2016-03-281-3/+3
* Reduce size of DefinitionData from 120 to 96 bytes on Windows.Nico Weber2016-03-281-37/+37
* [CLANG][avx512][BUILTIN] Adding fixupimm{pd|ps|sd|ss}Michael Zuckerman2016-03-281-0/+45
* Fix serialization/deserialization for __uuidofDavid Majnemer2016-03-281-6/+7
* [modules] When encoding SourceLocations in bitcode, rotate the 'is macro' flagRichard Smith2016-03-271-2/+8
* Encapsulate a couple of on-disk structures a little more.Richard Smith2016-03-272-2/+19
* Remove unused support for replacing declarations from chained AST files.Richard Smith2016-03-273-41/+1
* Improve the representation of CXXUuidofExprDavid Majnemer2016-03-271-19/+15
* [NFC] Tweak diagnostic for template template arguments, to include template a...Faisal Vali2016-03-261-6/+6
* [Cxx1z-constexpr-lambda-P0170R1] Support parsing of constexpr specifier (and...Faisal Vali2016-03-263-2/+18
* Don't warn on "use" of undefined inline function that isn't actually an ODRRichard Smith2016-03-251-2/+8
* Store list of undefined-but-used objects in a deterministic order to fixRichard Smith2016-03-254-5/+5
* [ASTMatchers] Don't use brace-init lists.Samuel Benzaquen2016-03-251-1/+1
* [ObjCXX] Warn undeclared identifiers.Manman Ren2016-03-252-2/+5
* [ASTMatchers] Fix build for VariadicFunction.Samuel Benzaquen2016-03-251-1/+1
* [index] Remove redundancy between symbol kind and languageBen Langmuir2016-03-251-21/+16
* [ASTMatchers] Add own version of VariadicFunction.Samuel Benzaquen2016-03-252-11/+44
* Change ADL to produce lookup results in a deterministic order. This fixes someRichard Smith2016-03-242-19/+13
* Added support for different VFSs in format::getStyle. Disable platform-relate...Eric Liu2016-03-241-1/+4
* Revert "Added support for different VFSs in format::getStyle."Eric Liu2016-03-241-4/+1
* Added support for different VFSs in format::getStyle.Eric Liu2016-03-241-1/+4
* Add missing __builtin_bitreverse8Matt Arsenault2016-03-231-0/+1
* clang-cl: Fix remaining bugs in interaction of /Yc and /FI /showIncludes.Nico Weber2016-03-232-6/+7
* [Sema] Allow implicit conversions of &overloaded_fn in C.George Burgess IV2016-03-231-0/+23
* [ASTMatchers] New matcher hasReturnValue addedAlexander Kornienko2016-03-221-0/+16