summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Reapply "[analyzer] Introduce a simplified API for adding custom path notes."Artem Dergachev2019-04-195-3/+90
* Add support of the future Debian (Debian 11 - Bullseye)Sylvestre Ledru2019-04-191-1/+2
* Add support of the next Ubuntu (Ubuntu 19.10 - Eoan EANIMAL)Sylvestre Ledru2019-04-191-1/+2
* [analyzer][NFC] Reimplement checker optionsKristof Umann2019-04-194-16/+347
* [analyzer] Fix an assertion failure if plugins added dependenciesKristof Umann2019-04-191-0/+6
* [c++2a] Add semantic support for private module fragments.Richard Smith2019-04-184-14/+47
* [OpenMP] Add checks for requires and target directives.Gheorghe-Teodor Bercea2019-04-181-0/+4
* [LibTooling] Extend Transformer to support multiple simultaneous changes.Yitzhak Mandelbaum2019-04-181-95/+134
* [CodeComplete] Remove obsolete isOutputBinary().Sam McCall2019-04-181-11/+3
* [analyzer][NFC] Prefer binary searches in CheckerRegistryKristof Umann2019-04-181-2/+5
* [analyzer][NFC] Clang-format CheckerRegistryKristof Umann2019-04-181-10/+6
* [LibTooling] Add Stencil library for format-string style codegen.Yitzhak Mandelbaum2019-04-181-0/+161
* [analyzer][NFC] Use capital variable names, move methods out-of-line, rename ...Kristof Umann2019-04-181-23/+6
* [clang-tidy] Address post-commit commentsHaojian Wu2019-04-181-2/+2
* Add '#pragma clang __debug module_map module.name' to dump the moduleRichard Smith2019-04-181-0/+2
* [c++2a] Improve diagnostic for use of declaration from another TU'sRichard Smith2019-04-181-0/+6
* Move the implementation of getInnermostBlockDecl to the .cpp file to fixAkira Hatanaka2019-04-181-11/+1
* [Sema][ObjC] Don't warn about an implicitly retained self if theAkira Hatanaka2019-04-172-0/+20
* [clang-tidy] Add fix descriptions to clang-tidy checks.Haojian Wu2019-04-172-27/+25
* clang-cl: Parse /openmp:experimentalHans Wennborg2019-04-171-0/+1
* [libclang] Expose ext_vector_typeSven van Haastregt2019-04-171-2/+4
* [NFC] Remove unused function (Sema::pushExternalDeclIntoScope)Leonard Chan2019-04-161-8/+0
* [FileSystemStatCache] Return std::error_code from stat cache methodsHarlan Haskins2019-04-161-18/+12
* Revert "[clang] Aligned allocation is actually supported in macosx 10.13"Louis Dionne2019-04-151-2/+2
* [X86] Restore the pavg intrinsics.Craig Topper2019-04-151-0/+6
* [clang] Aligned allocation is actually supported in macosx 10.13Louis Dionne2019-04-151-2/+2
* [Lookup] Invisible decls should not be ambiguous when renaming.Eric Liu2019-04-151-0/+3
* [c++20] Enable driver and frontend support for building and usingRichard Smith2019-04-141-3/+4
* [c++20] Parsing support for module-declarations, import-declarations,Richard Smith2019-04-145-14/+55
* [verify] Add support for location markers in directives.Richard Smith2019-04-132-0/+22
* [AST][NFC] Add const children() accessors to all AST nodesBruno Ricci2019-04-129-0/+652
* [asan] Add gcc 8's driver option -fsanitize=pointer-compare and -fsanitize=po...Pierre Gousseau2019-04-122-0/+8
* [AST] Forbid copy/move of statements/typesBruno Ricci2019-04-122-0/+7
* [C++20] Implement context-sensitive header-name lexing and pp-import parsing ...Richard Smith2019-04-115-13/+131
* Remove use of lookahead from _Pragma handling and from all otherRichard Smith2019-04-111-20/+20
* Support objc_nonlazy_class attribute on Objective-C implementationsErik Pilkington2019-04-112-9/+9
* Add support for attributes on @implementations in Objective-CErik Pilkington2019-04-114-8/+15
* Add IRGen APIs to fetch ctor/dtor helper functions for non-trivial structs.John McCall2019-04-101-0/+54
* clang-cl: Fix parsing of the /F option (PR41405)Hans Wennborg2019-04-101-1/+1
* [ASTImporter] Fix in ASTImporter::Import_New(const Decl *)Bjorn Pettersson2019-04-091-1/+1
* [clang-format] Add AfterCaseLabel to BraceWrappingOwen Pan2019-04-081-0/+16
* [clang-format] Optionally insert a space after unary ! operatorReuben Thomas2019-04-081-0/+8
* Revert "[Lexer] NFC: Fix an off-by-one bug in getAsCharRange()."Artem Dergachev2019-04-052-6/+2
* [Lexer] NFC: Fix an off-by-one bug in getAsCharRange().Artem Dergachev2019-04-052-2/+6
* [AMDGPU] rename vi-insts into gfx8-instsStanislav Mekhanoshin2019-04-051-1/+1
* [Tooling] add a Heuristic field indicating that a CompileCommand was guessed.Sam McCall2019-04-051-1/+7
* [LibTooling] Add Transformer, a library for source-to-source transformations.Yitzhak Mandelbaum2019-04-051-0/+210
* [LibTooling] Add "SourceCode" library for functions relating to source-code m...Yitzhak Mandelbaum2019-04-052-44/+77
* Make SourceManager::createFileID(UnownedTag, ...) take a const llvm::MemoryBu...Nico Weber2019-04-042-17/+20
* Revert "[LibTooling] Add Transformer, a library for source-to-source transfor...Alexey Bataev2019-04-031-210/+0