summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* Basic: make the nan family pureSaleem Abdulrasool2017-10-171-3/+3
* Remove AnyX86Interrupt documentationErich Keane2017-10-162-55/+1
* Clarify the 'interrupt' names in Attribute DocsErich Keane2017-10-161-0/+4
* [refactor] allow the use of refactoring diagnosticsAlex Lorenz2017-10-169-6/+79
* Do not link clang_rt.cfi on Android.Evgeniy Stepanov2017-10-161-0/+2
* Recommit r315738 "[clang-refactor] Apply source replacements"Alex Lorenz2017-10-161-0/+46
* [Bitfield] Add an option to access bitfield in a fine-grained manner.Wei Mi2017-10-163-0/+12
* [Sema] Re-land: Diagnose tautological comparison with type's min/max valuesRoman Lebedev2017-10-152-13/+15
* Convert clang::LangAS to a strongly typed enumAlexander Richardson2017-10-154-31/+44
* Add -f[no-]double-square-bracket-attributes as new driver options to control ...Aaron Ballman2017-10-156-16/+44
* [Lex] Remove unused variables. No functionality change.Benjamin Kramer2017-10-151-3/+1
* [c++2a] Fix failing regression test related to not adding the extension warni...Faisal Vali2017-10-152-3/+8
* [c++2a] Implement P0306 __VA_OPT__ (Comma omission and comma deletion)Faisal Vali2017-10-155-32/+252
* Fix backwards warning for use of C++17 attributes-on-namespaces-and-enumerato...Richard Smith2017-10-141-2/+5