summaryrefslogtreecommitdiff
path: root/include/clang
Commit message (Expand)AuthorAgeFilesLines
* [analyzer] Provide an option to dump generated exploded graphs to a given file.George Karpenkov2018-09-283-0/+18
* [cxx2a] P0614R1: Support init-statements in range-based for loops.Richard Smith2018-09-286-10/+33
* [cxx2a] P0641R2: (Some) type mismatches on defaulted functions onlyRichard Smith2018-09-281-0/+10
* [cxx2a] P0624R2: Lambdas with no capture-default areRichard Smith2018-09-272-8/+11
* [OpenMP] Improve search for libomptarget-nvptxJonas Hahnfeld2018-09-271-0/+2
* [Lex] TokenConcatenation now takes const PreprocessorKristof Umann2018-09-271-2/+2
* [analyzer] [NFC] Move the code for dumping the program point to ProgramPointGeorge Karpenkov2018-09-271-0/+6
* [analyzer] [NFC] Heavy refactoring of trackNullOrUndefValueGeorge Karpenkov2018-09-271-4/+0
* Remove trailing space in rC343150Fangrui Song2018-09-261-1/+1
* Init LookupResult::AmbiguityKindVitaly Buka2018-09-261-1/+3
* P1008R1 Classes with user-declared constructors are never aggregates inRichard Smith2018-09-261-0/+3
* [X86] For lzcnt/tzcnt intrinsics use cttz/ctlz intrinsics with zero_undef fla...Craig Topper2018-09-262-0/+8
* [clang-cl] Make /Gs imply default stack probes, not /Gs0 (PR39074)Hans Wennborg2018-09-261-4/+4
* [OPENMP] Add support for OMP5 requires directive + unified_address clauseKelvin Li2018-09-269-1/+146
* [analyzer] NFC: CallDescription: Improve array management.Artem Dergachev2018-09-251-17/+6
* P0969R0: allow structured binding of accessible members, not only public memb...Richard Smith2018-09-252-4/+10
* [analyzer] NFC: Legalize state manager factory injection.Artem Dergachev2018-09-252-57/+97
* [AArch64] Support adding X[8-15,18] registers as CSRs.Tri Vo2018-09-251-0/+4
* [clang-cl] Provide separate flags for all the /O variantsHans Wennborg2018-09-251-18/+44
* [VFS] Add a proxy FS that delegates calls to underlying FS by default.Eric Liu2018-09-251-0/+36
* Annotate LookupResult::clear() as LLVM_ATTRIBUTE_REINITIALIZES to silence bug...Fangrui Song2018-09-251-1/+1
* Driver: render arguments for the embedded bitcode correctlySaleem Abdulrasool2018-09-241-0/+2
* P0962R1: only use the member form of 'begin' and 'end' in a range-basedRichard Smith2018-09-241-2/+2
* [CUDA] Added basic support for compiling with CUDA-10.0Artem Belevich2018-09-241-1/+4
* [analyzer] Prevent crashes in FindLastStoreBRVisitorGeorge Karpenkov2018-09-241-0/+2
* [Power9] [CLANG] Add __float128 exponent GET and SET builtinsStefan Pintilie2018-09-241-0/+2
* Fix the type of 1<<31 integer constants.Benjamin Kramer2018-09-241-2/+2
* Revert "We allow implicit function declarations as an extension in all C dial...Anastasia Stulova2018-09-241-1/+3
* Add inherited attributes before parsed attributes.Michael Kruse2018-09-241-7/+1
* Fix modules build with shared library.Eric Fiselier2018-09-231-0/+6
* [Index] Fix header guard namingFangrui Song2018-09-221-1/+1
* Eliminate some unneeded signed/unsigned conversionsAaron Puchert2018-09-221-4/+4
* [Lexer] Add udefined_behavior_sanitizer featureLeonard Chan2018-09-221-0/+2
* Thread safety analysis: Make printSCFG compile again [NFC]Aaron Puchert2018-09-211-1/+20
* [analyzer] Associate diagnostics created in checkEndFunction with a return st...George Karpenkov2018-09-211-0/+24
* [analyzer] [NFC] Dead code removalGeorge Karpenkov2018-09-213-11/+0
* [CUDA] Ignore uncallable functions when we check for usual deallocators.Artem Belevich2018-09-212-4/+11
* [AST][NFC] DeclarationName.h : add missing parentheses to silence warningsBruno Ricci2018-09-211-5/+5
* [AST][NFC] Remove a superfluous enum in ObjCMethodDeclBitfields added in r338641Bruno Ricci2018-09-211-7/+1
* [AST] Various optimizations + refactoring in DeclarationName(Table)Bruno Ricci2018-09-212-279/+476
* [XRay][clang] Propagate -fxray-instrumentation-bundle to -cc1Dean Michael Berris2018-09-211-0/+2
* [OPENMP] Fix spelling of getLoopCounter (NFC)Mike Rice2018-09-201-2/+2
* [OpenCL] Diagnose redundant address space conversionSven van Haastregt2018-09-201-0/+4
* [PowerPC] [Clang] Add vector int128 pack/unpack builtinsQingShan Zhang2018-09-201-0/+4
* Thread Safety Analysis: warnings for attributes without argumentsAaron Puchert2018-09-201-0/+8
* Thread safety analysis: Handle ObjCIvarRefExpr in SExprBuilder::translateAaron Puchert2018-09-191-0/+2
* [Sema] Do not load macros from preamble when LoadExternal is false.Eric Liu2018-09-191-1/+2
* Add a callback for `__has_include` and use it for dependency scanning.Volodymyr Sapsai2018-09-181-0/+13
* [index] Enhance indexing for module referencesArgyrios Kyrtzidis2018-09-182-0/+22
* [Index] Add an option to collect macros from preprocesor.Eric Liu2018-09-181-4/+7