summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [Module map] Introduce a private module re-export directive.Douglas Gregor2017-09-143-0/+14
* Diagnostic specific failed condition in a static_assert.Douglas Gregor2017-09-142-0/+10
* [MSan] Add flag to disable use-after-dtor.Matt Morehouse2017-09-141-0/+3
* Enable __declspec(selectany) on any platformPiotr Padlewski2017-09-142-2/+17
* [refactor] add clang-refactor tool with initial testing support andAlex Lorenz2017-09-1411-13/+139
* Driver: Make -fwhole-program-vtables a core option so it can be used from cla...Peter Collingbourne2017-09-131-2/+3
* Update users of llvm::sys::ExecuteAndWait etc.Alexander Kornienko2017-09-132-12/+10
* [OPENMP] Allow all classes as mappable types.Alexey Bataev2017-09-131-6/+0
* libclang: expose `clang_getCursorTLSKind`Saleem Abdulrasool2017-09-131-0/+16
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-122-1/+4
* Use the VFS from the CompilerInvocation by defaultRaphael Isemann2017-09-121-1/+3
* [refactor] add a refactoring action rule that returns symbol occurrencesAlex Lorenz2017-09-121-0/+5
* [ARM] Option for reading thread pointer from coprocessor registerStrahinja Petrovic2017-09-123-0/+8
* [X86] Lower _mm[256|512]_[mask[z]]_avg_epu[8|16] intrinsics to native llvm IRYael Tsafrir2017-09-121-6/+0
* [Lexer] Report more precise skipped regions (PR34166)Vedant Kumar2017-09-113-11/+17
* [PCH] Allow VFS to be used for tests that generate PCH filesCameron Desrochers2017-09-111-1/+4
* [AST] Make RecursiveASTVisitor visit TemplateDecls in source orderJohannes Altmanninger2017-09-112-10/+2
* Add objcImplementationDecl matcherDave Lee2017-09-101-0/+11
* Fix ownership of the MemoryBuffer in a FrontendInputFile.Richard Smith2017-09-092-14/+26
* CodeGen: correct arguments for NSFastEnumerationSaleem Abdulrasool2017-09-081-1/+19
* Add some documentation on how to generate the documentation.Aaron Ballman2017-09-081-0/+18
* Recommit "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-088-1/+14
* [Sema] Put tautological comparison of unsigned and zero into it's own flagRoman Lebedev2017-09-082-3/+5
* Updated two annotations for Store.h and CodeGenFunction.h.Krasimir Georgiev2017-09-081-5/+5
* Revert "Add _Float16 as a C/C++ source language type"Sjoerd Meijer2017-09-088-14/+1
* Add _Float16 as a C/C++ source language typeSjoerd Meijer2017-09-088-1/+14
* Add IDNS_Tag to C++ declarations that conflict with tag declarations.Richard Smith2017-09-071-4/+6
* [OpenCL] Add half load and store builtinsJan Vesely2017-09-072-2/+10
* [CUDA] Added rudimentary support for CUDA-9 and sm_70.Artem Belevich2017-09-071-0/+3
* [OpenCL] Handle taking an address of block captures.Anastasia Stulova2017-09-071-2/+2
* [clang-format] Fix documentation for AllowAllParametersOfDeclarationOnNextLineDaniel Jasper2017-09-071-5/+12
* Add an usage example of BreakBeforeBracesSylvestre Ledru2017-09-071-0/+8
* [StaticAnalyzer] Fix failures due to the iteration order of ExplodedNodeMandeep Singh Grang2017-09-061-3/+3
* [CSA] [NFC] Move AnalysisContext.h to AnalysisDeclContext.hGeorge Karpenkov2017-09-0615-17/+17
* [NFC] [CSA] Move AnyFunctionCall::getRuntimeDefinition implementation to cpp.George Karpenkov2017-09-061-14/+1
* [modules ts] Emit global variables in a module interface unit as part of that...Richard Smith2017-09-061-1/+1
* [OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime inAlexey Bataev2017-09-063-4/+25
* [AST] Add TableGen for StmtDataCollectorsJohannes Altmanninger2017-09-062-0/+245
* [AST] Traverse CXXOperatorCallExpr in LexicallyOrderedRecursiveASTVisitorJohannes Altmanninger2017-09-062-1/+30
* [AST] Traverse templates in LexicallyOrderedRecursiveASTVisitorJohannes Altmanninger2017-09-062-2/+10
* Fix memory leak after r312467. The ModuleMap is the owner of the global modul...Richard Smith2017-09-051-5/+9
* [ms] Implement the __annotation intrinsicReid Kleckner2017-09-052-0/+3
* Implement Itanium name mangling support for C++ Modules TS.Richard Smith2017-09-044-3/+29
* [analyzer] MinComplexityConstraint now early exits and only does one macro st...Raphael Isemann2017-09-031-2/+7
* std::function -> llvm::function_ref. NFC.Benjamin Kramer2017-09-012-7/+9
* [refactor] Use a RefactoringResultConsumer instead of tagged refactoringAlex Lorenz2017-09-014-70/+100
* Add documentation for force_align_arg_pointer function attributeErich Keane2017-08-312-2/+27
* [analyzer] Performance optimizations for the CloneCheckerRaphael Isemann2017-08-311-15/+18
* [modules] Add ability to specify module name to module file mapping (reapply)Boris Kolpackov2017-08-315-14/+48
* [Sema] Make SpecialMemberDecl a PointerIntPair so we can stash it in a SmallP...Benjamin Kramer2017-08-301-2/+3