summaryrefslogtreecommitdiffstats
path: root/clang
Commit message (Expand)AuthorAgeFilesLines
* [NFC]Refactor MultiVersion Resolver Emission to combine typesErich Keane2018-09-134-93/+108
* [OPENMP] Fix PR38903: Crash on instantiation of the non-dependentAlexey Bataev2018-09-139-67/+144
* Print correctly dependency paths on WindowsDavid Bolvansky2018-09-134-18/+22
* [AArch64] Enable return address signing for static ctorsOliver Stannard2018-09-132-0/+27
* Fix MSVC "illegal conversion; more than one user-defined conversion has been ...Simon Pilgrim2018-09-131-1/+1
* [clang-format] Wrapped block after case label should not be merged into one lineOwen Pan2018-09-132-0/+30
* [AArch64] Support reserving x1-7 registers.Tri Vo2018-09-126-12/+123
* Remove dead code made unnecessary by r342018.Richard Smith2018-09-121-7/+0
* Track definition merging on the canonical declaration even when localRichard Smith2018-09-125-28/+46
* When we leave a module header, make that header visible in itsRichard Smith2018-09-126-6/+37
* [Hexagon] Remove fp-contract=fast setting for at O3Brendon Cahoon2018-09-122-6/+1
* [Diagnostic] Fix a warning typo. NFC.Matt Davis2018-09-124-6/+6
* [OPENMP] Fix PR38902: support ADL for declare reduction constructs.Alexey Bataev2018-09-122-1/+120
* [RISCV] Explicitly set an empty --sysroot in the testRoger Ferrer Ibanez2018-09-121-0/+2
* [CodeGen] Align rtti and vtable dataDavid Green2018-09-129-36/+50
* [CodeGen][ARM] Coerce FP16 vectors to integer vectors when neededMikhail Maltsev2018-09-123-153/+252
* Fix Check test to avoid output string mismatchChristian Bruel2018-09-121-8/+6
* [Tooling] Wait for all threads to finish before resetting CWD.Eric Liu2018-09-121-0/+2
* [Driver] Search LibraryPaths when handling -print-file-namePetr Hosek2018-09-122-18/+29
* Revert r342019, "Track definition merging on the canonical declarationRichard Smith2018-09-125-46/+28
* Track definition merging on the canonical declaration even when localRichard Smith2018-09-125-28/+46
* Consistently create a new declaration when merging a pre-existing butRichard Smith2018-09-129-78/+126
* Fix tracking of merged definitions when the merge target is also mergedRichard Smith2018-09-123-3/+38
* [NFC] Fix build breakage caused by D51948Shuai Wang2018-09-111-0/+1
* [analyzer] Add ExprMutationAnalyzerShuai Wang2018-09-115-0/+1305
* Introduce the VTable interleaving scheme to the CFI design documentationPeter Collingbourne2018-09-111-0/+148
* [gcov] Update a clang test for r341977Vedant Kumar2018-09-111-2/+1
* [analyzer] [NFC] Change the tests by making the version check more resilientGeorge Karpenkov2018-09-1134-34/+34
* [clang-cl, PCH] Support for /Yc and /Yu without filename and #pragma hdrstopMike Rice2018-09-1120-66/+333
* [ASTMatchers] add three matchers for dependent expressionsJonas Toth2018-09-114-0/+127
* [CodeCompletion] Enable signature help when initializing class/struct/union m...Kadir Cetinkaya2018-09-115-17/+95
* [OPENMP] Simplified checks for declarations in declare target regions.Alexey Bataev2018-09-112-108/+38
* [python bindings] Expose getNumTemplateArgumentsJonathan Coe2018-09-112-0/+40
* [Tooling] Restore working dir in ClangTool.Ilya Biryukov2018-09-113-1/+42
* Make test more robust in case the expected output appears in clang version st...Douglas Yung2018-09-111-3/+3
* [Modules] Add imported modules to the output of -module-file-infoBruno Cardoso Lopes2018-09-114-4/+16
* clang-check: rename the local FixItActionSaleem Abdulrasool2018-09-101-2/+2
* [Sema][ObjC] Infer availability of +new from availability of -init.Erik Pilkington2018-09-1010-18/+140
* Fix test regression in r341862Erich Keane2018-09-102-11/+1
* [AST] Fix a crash on invalid.Erik Pilkington2018-09-102-0/+8
* Move AESNI generation to Skylake and GoldmontErich Keane2018-09-101-2/+2
* Implement -Watomic-implicit-seq-cstJF Bastien2018-09-104-17/+397
* Enhance -Wc++14-compat for class template argument deduction to list theRichard Smith2018-09-103-8/+14
* [clang-cl] Enable -march optionAlexandre Ganea2018-09-102-1/+2
* Remove all uses of DIFlagBlockByrefStructAdrian Prantl2018-09-103-23/+47
* Prevent cpu-specific/cpu-dispatch from giong on a lambda.Erich Keane2018-09-102-0/+11
* [clang] Make sure codecompletion is called for calls even when inside a token.Kadir Cetinkaya2018-09-108-4/+88
* [Analyzer] Commit fix for rL341790/rC341790Adam Balogh2018-09-101-0/+175
* [Analyzer] Iterator Checker - Part 8: Support for assign, clear, insert, empl...Adam Balogh2018-09-104-3/+616
* [Analyzer] Iterator Checker - Part 7: Support for push and pop operationsAdam Balogh2018-09-105-1/+550
OpenPOWER on IntegriCloud