summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Header cleanupMehdi Amini2016-07-18126-223/+80
* Revert "[analyzer] Add checker modeling potential C++ self-assignment"Devin Coughlin2016-07-185-122/+3
* Support -masm= flag for x86 assembly targets.Yunzhong Gao2016-07-182-0/+21
* [analyzer] Add checker modeling potential C++ self-assignmentDevin Coughlin2016-07-185-3/+122
* CodeGen: honour dllstorage on ObjC typesSaleem Abdulrasool2016-07-172-37/+171
* CodeGen: whitespace, formatting cleanups, NFCSaleem Abdulrasool2016-07-171-31/+28
* CodeGen: whitespace cleanup, StringRef usage in ObjC EH type constructionSaleem Abdulrasool2016-07-171-37/+28
* Attempt to work around MSVC rejects-valid, round 2.Richard Smith2016-07-171-2/+5
* PR28589: attempt to work around MSVC rejects-valid.Richard Smith2016-07-171-1/+2
* [CodeGen] Some assorted cleanupsDavid Majnemer2016-07-171-69/+58
* CodeGen: use StringRefs more in ObjC class generation, NFCSaleem Abdulrasool2016-07-161-27/+22
* CodeGen: simplify using a local variable, NFCSaleem Abdulrasool2016-07-161-36/+36
* [Driver] Add flags for enabling both types of PGO InstrumentationSean Silva2016-07-161-7/+26
* Remove extra semi-colon. Fixes warning and Werror bots.Eric Christopher2016-07-161-1/+1
* [ObjC] Implement @available in the Parser and ASTErik Pilkington2016-07-1615-1/+183
* Reimplement ExternalSemaSource delegation in terms ofRichard Smith2016-07-161-120/+36
* Use std::string instead of StringRef when generating the auxiliar triple in t...Samuel Antao2016-07-161-1/+1
* Attempt to fix breakage caused by r275645 for Windows bots.Samuel Antao2016-07-151-1/+1
* [CUDA][OpenMP] Create generic offload actionSamuel Antao2016-07-156-170/+549
* [index] Create different USR if a property is a class property.Argyrios Kyrtzidis2016-07-151-5/+6
* Revert r275481, r275490. This broke modules bootstrap.Richard Smith2016-07-153-100/+9
* AMDGPU: Remove legacy ldexp builtinMatt Arsenault2016-07-151-8/+0
* AMDGPU: Update for rsq intrinsic changesMatt Arsenault2016-07-151-14/+12
* Push alias-declarations and alias-template declarations into scope even ifRichard Smith2016-07-151-3/+1
* [objcmt] Fix a buffer overflow crash than can occur while modernizing enums.Argyrios Kyrtzidis2016-07-151-27/+17
* [AST] Keep track of the left brace source location of a tag decl.Argyrios Kyrtzidis2016-07-1511-21/+19
* [objcmt] Don't add an #import of Foundation unnecessarily, if the NS_ENUM mac...Argyrios Kyrtzidis2016-07-151-0/+5
* AMDGPU: Add Clang Builtin for v_lerp_u8Wei Ding2016-07-151-0/+2
* XRay: Remove duplicate checks for xray instrumentation flagsDean Michael Berris2016-07-151-10/+0
* [OpenMP] add check for both simdlen and safelen clauses specifiedKelvin Li2016-07-151-85/+48
* Frontend: Simplify ownership model for clang's output streams.Peter Collingbourne2016-07-1512-209/+192
* C does not have inline variables.Paul Robinson2016-07-141-1/+4
* [modules] Don't pass interesting decls to the consumer for a module file that'sRichard Smith2016-07-143-9/+100
* [arcmt/objcmt] Fix ParentMap crash with invalid code.Argyrios Kyrtzidis2016-07-141-0/+2
* Reverting 275417Roger Ferrer Ibanez2016-07-144-88/+1
* When importing classes and structs with anonymous structs, it is critical thatSean Callanan2016-07-141-9/+25
* [index] Index system ImportDecls even when there is a DeclarationsOnly filterBen Langmuir2016-07-141-2/+2
* Diagnose taking address and reference binding of packed membersRoger Ferrer Ibanez2016-07-144-1/+88
* [X86][AVX512F] minor fix of the parameter namesAsaf Badouh2016-07-141-18/+18
* Use hasFlag instead of hasArgDean Michael Berris2016-07-141-2/+2
* Add C++ dependencies to xray runtimeDean Michael Berris2016-07-141-2/+17
* [OpenMP] Sema and parsing for 'target parallel for simd' pragmaKelvin Li2016-07-1413-10/+330
* P0305R0: Semantic analysis and code generation for C++17 init-statement for '...Richard Smith2016-07-1411-40/+115
* Add XRay flags to Clang. We implement two flags to control the XRay behaviour:Aaron Ballman2016-07-135-1/+68
* [OpenMP] remove duplicate code in ActOnOpenMPRegionStartKelvin Li2016-07-131-153/+21
* [OpenCL] Fixes failures in test/Driver/opencl.cl.Yaxun Liu2016-07-131-12/+12
* [PCH/preamble] Make sure that if the preamble/PCH was serialized with errors ...Argyrios Kyrtzidis2016-07-136-5/+14
* Implement FunctionDecl::getDefinition() to be consistent withYaron Keren2016-07-132-7/+4
* [analyzer] Implement a methond to discover origin region of a symbol.Artem Dergachev2016-07-132-18/+2
* [OpenMP] Initial implementation of parse+sema for OpenMP clause 'is_device_pt...Carlo Bertolli2016-07-1310-1/+132