summaryrefslogtreecommitdiffstats
path: root/clang/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix deduction for conversion function templates converting to referenceRichard Smith2018-07-111-4/+29
* os_log: When there are multiple privacy annotations in the formatAkira Hatanaka2018-07-111-5/+6
* Fix determination of whether one set of cvr-qualifiers is compatibleRichard Smith2018-07-111-6/+6
* Fix setting of empty implicit-section-name attributePetr Pavlu2018-07-111-4/+0
* [NFC] typoJF Bastien2018-07-111-1/+1
* [NFC] Replace usage of QualType.getTypePtr()-> with operator->Erich Keane2018-07-111-1/+1
* [analyzer] Track multiple raw pointer symbols in DanglingInternalBufferChecker.Reka Kovacs2018-07-111-18/+50
* Revert "[VirtualFileSystem] InMemoryFileSystem::status: Return a Status with ...Eric Liu2018-07-112-61/+19
* [clangd] Uprank delcarations when "using q::name" is present in the main fileKirill Bobyrev2018-07-111-14/+15
* [VirtualFileSystem] InMemoryFileSystem::status: Return a Status with the requ...Simon Marchi2018-07-112-19/+61
* [mips] Add '-mvirt', '-mno-virt', '-mginv', '-mno-ginv' optionsVladimir Stefanovic2018-07-111-0/+4
* [AST] Structural equivalence of methodsBalazs Keri2018-07-112-18/+100
* [analyzer] Partial revert of https://reviews.llvm.org/D49050George Karpenkov2018-07-111-8/+7
* [analyzer] Pass through all arguments from the registerChecker() to the check...George Karpenkov2018-07-111-7/+8
* PR38095: Allow constant-folding of loads through bitcasted pointers ifRichard Smith2018-07-111-3/+7
* DR330: look through array types when forming the cv-decomposition of a type.Richard Smith2018-07-114-53/+110
* Fix determination of whether a reinterpret_cast casts away constness.Richard Smith2018-07-101-177/+184
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-102-56/+40
* Revert -r336726, which included more files than intended.Erich Keane2018-07-1014-429/+100
* [NFC] Switch CodeGenFunction to use value init instead of member init listsErich Keane2018-07-1014-100/+429
* Patch to fix pragma metadata for do-while loopsBjorn Pettersson2018-07-101-5/+5
* Fix a typo/regression in r335495.John Baldwin2018-07-101-1/+1
* Support -fdebug-prefix-map for assembler source (pass to cc1as). ThisPaul Robinson2018-07-101-8/+15
* [analyzer] Add option to set maximum symbol complexity thresholdMikhail R. Gadelha2018-07-102-1/+11
* [modules] Fix 37878; Autoload subdirectory modulemaps with specific LangOptsYuka Takahashi2018-07-103-13/+23
* [MinGW] Skip adding default win32 api libraries if -lwindowsapp is specifiedMartin Storsjo2018-07-101-8/+20
* [MinGW] Treat any -lucrt* as replacing -lmsvcrtMartin Storsjo2018-07-101-1/+1
* [X86] Lowering integer truncation intrinsics to native IRMikhail Dvoretckii2018-07-102-28/+32
* [X86] Use masked the masked scalar fma builtins to implement the default roun...Craig Topper2018-07-101-120/+120
* [Sema] Fix a structured binding typo correction bugErik Pilkington2018-07-101-0/+2
* [ODRHash] Merge the two function hashes into one.Richard Trieu2018-07-103-48/+127
* Fix parsing of privacy annotations in os_log format strings.Akira Hatanaka2018-07-101-29/+49
* [X86] Remove custom handling for __builtin_ia32_divss_round_mask and __builti...Craig Topper2018-07-101-24/+0
* [X86] Add __builtin_ia32_selectss_128 and __builtin_ia32_selectsd_128 that is...Craig Topper2018-07-104-58/+37
* [Index] Add index::IndexingOptions::IndexImplicitInstantiationFangrui Song2018-07-094-5/+7
* Added -fcrash-diagnostics-dir flagBob Haarman2018-07-091-5/+20
* [OPENMP] Do not mark local variables as declare target.Alexey Bataev2018-07-091-1/+5
* [Index] Ignore noop #undef's when handling macro occurrences.Eric Liu2018-07-091-0/+2
* [Builtins][Attributes][X86] Tag all X86 builtins with their required vector w...Craig Topper2018-07-0943-2625/+2722
* [OPENMP, NVPTX] Do not globalize local variables in parallel regions.Alexey Bataev2018-07-091-10/+3
* [PCH] Add an option to not write comments into PCHIlya Biryukov2018-07-091-1/+4
* [Preamble] Check system dependencies in preamble tooIlya Biryukov2018-07-091-1/+11
* [Index] Add clangLex to LINK_LIBSHeejin Ahn2018-07-091-0/+1
* [Index] Add indexing support for MACROs.Eric Liu2018-07-094-34/+128
* [ASTImporter] import FunctionDecl end locationsRafael Stahl2018-07-091-2/+3
* [clang-format/ObjC] Put ObjC method arguments into one line when they fitJacek Olesiak2018-07-091-0/+24
* [clang-format/ObjC] Improve split priorities for ObjC methodsJacek Olesiak2018-07-092-2/+21
* [clang-format/ObjC] Prohibit breaking after a bracket opening ObjC method exp...Jacek Olesiak2018-07-091-0/+3
* [clang-format/ObjC] Fix counting selector name parts for ObjCJacek Olesiak2018-07-092-13/+22
* [X86] Add new scalar fma intrinsics with rounding mode that use f32/f64 types.Craig Topper2018-07-081-17/+58
OpenPOWER on IntegriCloud