]> granicus.if.org Git - clang/history - include/clang/Basic/DiagnosticSemaKinds.td
Add a Subjects line to NoDebugAttr [NFC].
[clang] / include / clang / Basic / DiagnosticSemaKinds.td
2016-04-29 Paul RobinsonAdd a Subjects line to NoDebugAttr [NFC].
2016-04-29 Reid KlecknerAvoid -Wshadow warnings about constructor parameters...
2016-04-28 Dmitry PolukhinRevert "[MSVC] PR27337: allow static_cast from private...
2016-04-27 Richard Smith[modules] When diagnosing a missing module import,...
2016-04-26 Dmitry Polukhin[MSVC] PR27337: allow static_cast from private base...
2016-04-24 Aaron BallmanImprove diagnostic checking for va_start to also warn...
2016-04-22 Richard TrieuRevert the bool portion of r267054
2016-04-21 Richard TrieuSplit interesting warnings off from -Wfloat-conversion
2016-04-19 Serge PavlovWarn if function or variable cannot be implicitly insta...
2016-04-18 Manman RenBlock: Fix a crash when we have type attributes or...
2016-04-18 Aaron BallmanClarifying the wording of this diagnostic; it confused...
2016-04-15 Nemanja IvanovicRevert 266186 as it breaks anything that includes type_...
2016-04-13 Nemanja IvanovicEnable support for __float128 in Clang
2016-04-12 Manman RenObjC class properties: add diagnostics for unimplemente...
2016-04-12 Yaxun LiuPR19957: [OpenCL] Incorrectly accepts implicit address...
2016-04-12 Benjamin KramerRemove unused diagnostics. NFC.
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'linear' clause in 'declare...
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'aligned' clause in 'declare...
2016-04-12 Alexey Bataev[OPENMP 4.0] Support for 'uniform' clause in 'declare...
2016-04-11 Dmitry Polukhin[GCC] Attribute ifunc support in clang
2016-04-09 Nathan Wilson[Concepts] Implement subsection [dcl.spec.concept]p7...
2016-04-06 Dmitry Polukhin[OPENMP] Parsing and Sema support for 'omp declare...
2016-04-05 Richard TrieuFix a crash on invalid with template handling
2016-04-01 Douglas Gregor[Objective-C] Introduce objc_runtime_visible attribute.
2016-03-31 Anastasia Stulova[OpenCL] Added nosvm attribute for OpenCL v2.0.
2016-03-30 Justin Lebar[CUDA] Make unattributed constexpr functions implicitly...
2016-03-30 Alexey Bataev[OPENMP 4.0] Initial support for '#pragma omp declare...
2016-03-30 Xiuli Pan[OpenCL] Fix pipe builtin bugs
2016-03-26 Faisal Vali[NFC] Tweak diagnostic for template template arguments...
2016-03-21 Faisal Vali[Cxx1z] Implement Lambda Capture of *this by Value...
2016-03-20 Richard SmithP0184R0: Allow types of 'begin' and 'end' expressions...
2016-03-18 Carlo Bertolli[OPENMP] Implementation of codegen for firstprivate...
2016-03-17 Alexey Bataev[OPENMP 4.0] Use 'declare reduction' constructs in...
2016-03-15 Bob WilsonMove the fixit for -Wformat-security to a note.
2016-03-10 Nico WeberMake remaining ImplicitFallthrough warning DefaultIgnore.
2016-03-09 Aaron BallmanImplement support for [[maybe_unused]] in C++1z that...
2016-03-09 Samuel Antao[OpenMP] Add support for multidimensional array section...
2016-03-09 Dmitry Polukhin[GCC] PR23529 Sema part of attrbute abi_tag support
2016-03-08 Richard SmithP0188R1: add support for standard [[fallthrough]] attri...
2016-03-07 Aaron BallmanImplement support for [[nodiscard]] in C++1z that is...
2016-03-04 David BlaikiePR5941 - improve diagnostic for * vs & confusion when...
2016-03-04 Xiuli Pan[OpenCL] Refine pipe builtin support
2016-03-03 Anastasia Stulova[OpenCL] Improve diagnostics of address spaces for...
2016-03-03 Anastasia Stulova[OpenCL] Apply missing restrictions for Blocks in OpenC...
2016-03-03 John McCallSemantic analysis for the swiftcall calling convention.
2016-03-03 Alexey Bataev[OPENMP 4.0] Initial support for 'omp declare reduction...
2016-03-03 John McCallImprove some infrastructure for extended parameter...
2016-02-26 Xiuli Pan[OpenCL] Refine OpenCLImageAccessAttr to OpenCLAccessAttr
2016-02-25 Xiuli Pan[OpenCL] Add Sema checks for types
2016-02-24 Xiuli Pan[OpenCL] Add Sema checks for OpenCL 2.0 block
2016-02-22 Manman RenAddressing review comments for r261163.
2016-02-19 Anastasia Stulova[OpenCL] Generate metadata for opencl_unroll_hint attribute
2016-02-18 Richard TrieuAdd -Wcomma warning to Clang.
2016-02-17 Manman RenAdd 'nopartial' qualifier for availability attributes.
2016-02-17 Anastasia Stulova[OpenCL] Added half type literal with suffix h.
2016-02-17 Richard SmithImprove diagnostics for ill-formed literal operator...
2016-02-08 Nathan Wilson[Concepts] Implement a portion of Concepts TS[dcl.spec...
2016-02-02 Artem Belevich[CUDA] Do not allow dynamic initialization of global...
2016-02-02 Denis ZobninFix for PR8901: attribute "mode" rejected for enums...
2016-01-29 Manman RenClass Property: warn for synthesize on a class property.
2016-01-29 Nathan Wilson[Concepts] Implement a portion of Concepts TS[dcl.spec...
2016-01-26 Alexey Bataev[OPENMP 4.5] Allow arrays in 'reduction' clause.
2016-01-26 Xiuli PanRecommit: R258773 [OpenCL] Pipe builtin functions
2016-01-26 David MajnemerRevert "[OpenCL] Pipe builtin functions"
2016-01-26 Xiuli Pan[OpenCL] Pipe builtin functions
2016-01-23 Justin Lebar[CUDA] Disallow variadic functions other than printf...
2016-01-23 Justin Lebar[CUDA] Reject the alias attribute in CUDA device code.
2016-01-22 Samuel Antao[OpenMP] Update map clause SEMA to support OpenMP 4...
2016-01-20 Alexey Bataev[OPENMP 4.5] Allow to use non-static data members in...
2016-01-20 Justin Lebar[CUDA] Bail, rather than crash, on va_arg in device...
2016-01-20 Justin Lebar[CUDA] Only allow __global__ on free functions and...
2016-01-19 Aaron BallmanAllow __attribute__((mode)) to appertain to field decla...
2016-01-19 Samuel Antao[OpenMP] Parsing + sema for "target enter data" directive.
2016-01-15 Nico WeberMake -Wdelete-non-virtual-dtor warn on explicit `a...
2016-01-15 Alexey BataevPR26111: segmentation fault with __attribute__((mode...
2016-01-15 Alexey Bataev[X86] Support 'interrupt' attribute for x86
2016-01-09 Xiuli Pan[OpenCL] Pipe type support
2016-01-07 Eric ChristopherRemove leading space added in r227312.
2015-12-31 David Majnemer[MSVC Compat] Diagnose multiple default ctors for dllex...
2015-12-31 Richard SmithImprove diagnostic for the case where a function templa...
2015-12-30 Alexey Bataev[OPENMP 4.5] Allow 'ordered' clause on 'loop simd'...
2015-12-28 Alexey Bataev[OPENMP 4.5] Sema/parsing support for extended format...
2015-12-28 Alexey Bataev[OPENMP 4.5] Do not allow 'linear' clause along with...
2015-12-23 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause...
2015-12-22 Alexey Bataev[OPENMP] Revert r256238 to fix the problem with tests...
2015-12-22 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'depend(sink:vec)' clause...
2015-12-18 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'depend(source...
2015-12-16 Nico WeberLet -Wdelete-non-virtual-dtor mention final.
2015-12-15 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critica...
2015-12-14 Carlo BertolliAdd parse and sema of OpenMP distribute directive with...
2015-12-13 Craig Topper[Sema] Add -Wparentheses warnings for '^' in '|' expres...
2015-12-11 Reid KlecknerUnify diagnostics for type defintitions in bad contexts
2015-12-11 Nick LewyckyError on redeclaring with a conflicting asm label and...
2015-12-10 Douglas GregorObjective-C properties: merge attributes when redeclari...
2015-12-09 NAKAMURA TakumiRevert r255001, "Add parse and sema for OpenMP distribu...
2015-12-08 George Burgess IV[Sema] Add warning when comparing nonnull and null
2015-12-08 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'num_tasks' clause.
2015-12-08 Carlo BertolliAdd parse and sema for OpenMP distribute directive...
2015-12-03 Alexey BataevPR25575: Make GCC 4.4+ comatible layout for packed...
2015-12-02 George Burgess IVAdd the `pass_object_size` attribute to clang.
next