summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [MS] Allow access to ambiguous, inaccessible direct basesReid Kleckner2017-10-272-0/+4
* StaticAnalyzer: Modularize/fix ODR violations making functions inline but non...David Blaikie2017-10-274-21/+16
* Sanitizers.h: Modularize/Fix ODR violations by making inline functions non-st...David Blaikie2017-10-271-1/+1
* CharInfo.h: Modularize/fix ODR violations by making inline functions in heade...David Blaikie2017-10-271-21/+21
* ASTContext.h: Modularize/fix ODR violations by removing 'static' from inline ...David Blaikie2017-10-271-2/+2
* Filter out invalid 'target' items from being passed to LLVMErich Keane2017-10-271-2/+2
* [refactor] Describe refactorings in the operation classesAlex Lorenz2017-10-276-17/+89
* [X86][Driver] Move all of the X86 feature flags to one spot in the Options.td...Craig Topper2017-10-261-121/+125
* Add objcCategoryImplDecl matcherDave Lee2017-10-261-0/+11
* Add a new attribute definition spelling, Clang<"attr">, that expands to two a...Aaron Ballman2017-10-261-67/+43
* [Tooling] A new framework for executing clang frontend actions.Eric Liu2017-10-265-2/+298
* Fix overloaded static functions in SemaCodeCompleteBenjamin Kramer2017-10-261-1/+2
* Allow StmtPrinter to supress implicit 'this' and 'self' base expressionsAlex Lorenz2017-10-261-2/+5
* Handle PragmaDebug in PPChainedCallbacksAlex Lorenz2017-10-251-0/+5
* [Analyzer] Give more descriptive name to BdyFrm field.George Karpenkov2017-10-251-1/+1
* [CUDA] Print an error if you try to compile with < sm_30 on CUDA 9.Justin Lebar2017-10-252-3/+8
* Add support of the next Debian (Debian buster - version 10)Sylvestre Ledru2017-10-251-1/+2
* Also update IsUbuntu() with Ubuntu BionicSylvestre Ledru2017-10-251-1/+1
* Add support of the next Ubuntu (Ubuntu 18.04 - Bionic Beaver)Sylvestre Ledru2017-10-251-0/+1
* [Analyzer] Store BodyFarm in std::unique_ptrGeorge Karpenkov2017-10-241-3/+1
* mplement __has_unique_object_representationsErich Keane2017-10-243-1/+10
* [refactor] Initial outline of implementation of "extract function" refactoringAlex Lorenz2017-10-246-1/+58
* [code completion] Complete ObjC methods in @implementation without leadingAlex Lorenz2017-10-241-2/+1
* Remove repeated function name in doxygen comment.Erich Keane2017-10-241-1/+1
* Fix spelling in comment, field is isMsStruct, not StrustErich Keane2017-10-241-1/+1
* Do not add a colon chunk to the code completion of class inheritance access m...Erik Verbruggen2017-10-241-0/+3
* [Tooling] Add a factory method for CommonOptionsParserEric Liu2017-10-241-2/+15
* [Analyzer] Do not use static storage to for implementations created in BodyFa...George Karpenkov2017-10-232-5/+64
* [Sema] Add support for flexible array members in Obj-C.Volodymyr Sapsai2017-10-232-0/+24
* clang-cl: Expose --version.Nico Weber2017-10-231-1/+2
* [C++17] Fix PR34970 - tweak overload resolution for class template deduction-...Faisal Vali2017-10-222-4/+22
* Fix a typo with -fno-double-square-bracket-attributes and add a test to demon...Aaron Ballman2017-10-211-2/+2
* Fixing broken attribute documentation for __attribute__((noescape)); a code b...Aaron Ballman2017-10-211-0/+3
* Implement current CWG direction for support of arrays of unknown bounds inRichard Smith2017-10-202-1/+10
* Revert r316193.Richard Smith2017-10-202-8/+0
* Try to shorten system header paths when using -MD depfilesPeter Wu2017-10-192-0/+8
* These attributes are not supported by GCC and should not be in the gnu namesp...Aaron Ballman2017-10-191-4/+4
* These attributes are supported by GCC with the gnu vendor namespace for C++11...Aaron Ballman2017-10-191-8/+8
* Fix capitalization of parameterErich Keane2017-10-181-1/+1
* [refactor] selection: new CodeRangeASTSelection represents a set of selectedAlex Lorenz2017-10-181-0/+66
* [Hexagon] Handling of new HVX flags and target-featuresSumanth Gundapaneni2017-10-182-8/+27
* Enable support for the [[maybe_unused]] attribute from WG14 N2053 when enabli...Aaron Ballman2017-10-181-1/+2
* Enable support for the [[fallthrough]] attribute from WG14 N2052 when enablin...Aaron Ballman2017-10-181-1/+1
* [CMake] Use #cmakedefine01 for CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALY...NAKAMURA Takumi2017-10-181-3/+3
* Provide a flag group to turn on/off all "binary literals" extension warnings.Richard Smith2017-10-182-2/+7
* [modules] When finding the owning module of an instantiated context in templateRichard Smith2017-10-181-1/+2
* Enable support for the [[nodiscard]] attribute from WG14 N2050 when enabling ...Aaron Ballman2017-10-171-2/+2
* Expose ConsumeAnyToken interface to external clients.Vassil Vassilev2017-10-171-20/+21
* [OpenMP] Implement omp_is_initial_device() as builtinJonas Hahnfeld2017-10-172-0/+4
* [CMake][OpenMP] Customize default offloading archJonas Hahnfeld2017-10-171-0/+3