]> granicus.if.org Git - clang/history - include/clang/Sema/Sema.h
Sema.h: Prune a redundant \return. [-Wdocumentation]
[clang] / include / clang / Sema / Sema.h
2016-05-05 NAKAMURA TakumiSema.h: Prune a redundant \return. [-Wdocumentation]
2016-05-05 Richard Smith[modules] Enforce the rules that an explicit or partial...
2016-04-29 Manman RenMethod Pool in modules: we make sure that if a module...
2016-04-29 Denis Zobnin[MS] Make #pragma pack use PragmaStack<> class.
2016-04-29 Hubert Tong[Concepts] Pass requires-clause to ActOnTemplateParamet...
2016-04-29 Denis ZobninRecommit "[MS] Improved implementation of stack pragmas...
2016-04-29 Reid KlecknerAvoid -Wshadow warnings about constructor parameters...
2016-04-28 Denis ZobninRevert "[MS] Improved implementation of MS stack pragma...
2016-04-28 Denis Zobnin[MS] Improved implementation of MS stack pragmas (vtord...
2016-04-19 Serge PavlovWarn if function or variable cannot be implicitly insta...
2016-04-15 Nico WeberRevert r266415, it broke parsing SDK headers (PR27367).
2016-04-15 Andrey Bokhanko[MSVC Compat] Implementation of __unaligned (MS extensi...
2016-04-13 Bruno Cardoso Lopes[SemaObjC] Properly handle mix between type arguments...
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-07 Richard SmithReplace Sema-level implementation of -fassume-sane...
2016-04-07 Manman Ren[ObjC kindof] Use type bound to filter out the candidat...
2016-04-07 Manman RenNFC: simplify code in BuildInstanceMessage.
2016-04-07 Alexey Bataev[OPENMP 4.0] Parsing/sema analysis for 'simdlen' clause...
2016-04-06 Dmitry Polukhin[OPENMP] Parsing and Sema support for 'omp declare...
2016-04-04 Alexey Bataev[OPENMP 4.0] Support for 'inbranch|noinbranch' clauses...
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 Stephan BergmannFor MS ABI, emit dllexport friend functions defined...
2016-03-29 Justin Lebar[CUDA] Remove three obsolete CUDA cc1 flags.
2016-03-26 Faisal Vali[Cxx1z-constexpr-lambda-P0170R1] Support parsing of...
2016-03-25 Richard SmithDon't warn on "use" of undefined inline function that...
2016-03-25 Richard SmithStore list of undefined-but-used objects in a determini...
2016-03-24 Richard SmithChange ADL to produce lookup results in a deterministic...
2016-03-21 Manman RenAdd replacement = "xxx" to AvailabilityAttr.
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-19 George Burgess IV[Sema] Allow casting of some overloaded functions
2016-03-17 Manman RenRevert r263687 for ubsan bot failure.
2016-03-17 Reid KlecknerRevert "For MS ABI, emit dllexport friend functions...
2016-03-17 Reid KlecknerFor MS ABI, emit dllexport friend functions defined...
2016-03-17 Alexey Bataev[OPENMP 4.0] Use 'declare reduction' constructs in...
2016-03-17 Manman RenAdd an optional named argument (replacement = "xxx...
2016-03-10 Manman RenAdd TreatUnavailableAsInvalid for the verification...
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-03-02 Nico WeberSerialize `pragma ms_struct` state.
2016-03-02 Nico WeberSerialize `#pragma detect_mismatch`.
2016-03-02 Nico WeberSerialize `#pragma comment`.
2016-03-02 Alexey Bataev[OPENMP 4.5] Codegen for data members in 'reduction...
2016-03-01 John McCallBetter comments for ExtParameterInfo.
2016-03-01 John McCallFix the template instantiation of ExtParameterInfos...
2016-02-26 Reid Kleckner[dllexport] Sort out emission order of delayed exported...
2016-02-22 Andy GibbsMake Sema::CheckFormatString a static function inside...
2016-02-22 Manman RenAddressing review comments for r261163.
2016-02-18 Richard TrieuAdd -Wcomma warning to Clang.
2016-02-18 Benjamin Kramer[Parse] Code complete expressions in bracket declarators.
2016-02-17 Manman RenAdd 'nopartial' qualifier for availability attributes.
2016-02-17 Richard Smith[modules] Cache 'acceptable decl' lookups for namespace...
2016-02-13 Bob Wilson[Sema] More changes to fix Objective-C fallout from...
2016-02-12 Artem Belevich[CUDA] Tweak attribute-based overload resolution to...
2016-02-08 Alexey Bataev[OPENMP 4.5] Ccapture/codegen of private non-static...
2016-02-03 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel for directive.
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-02-01 Benjamin KramerMove LocInfoType from Sema to AST.
2016-01-28 Nico WeberInclude RecordDecls from anonymous unions in the AST.
2016-01-28 Manman RenClass Property: class property and instance property...
2016-01-26 Arpith Chacko Jacob[OpenMP] Parsing + sema for target parallel directive.
2016-01-26 Arpith Chacko Jacob[OpenMP] Parsing + sema for defaultmap clause.
2016-01-20 Alexey Bataev[OPENMP 4.5] Allow to use non-static data members in...
2016-01-19 Samuel Antao[OpenMP] Detect implicit map type to report unspecified...
2016-01-19 Samuel Antao[OpenMP] Parsing + sema for "target exit data" directive.
2016-01-19 Samuel Antao[OpenMP] Parsing + sema for "target enter data" directive.
2016-01-15 David BlaikieOpaquePtr: Use nullptr construction for ParsedType...
2016-01-15 Nico WeberMake -Wdelete-non-virtual-dtor warn on explicit `a...
2016-01-15 Carlo BertolliAdd OpenMP dist_schedule clause to distribute directive...
2016-01-13 George Burgess IV[Sema] Suppress diags in overload resolution.
2016-01-13 George Burgess IV[Bugfix] Fix ICE on constexpr vector splat.
2016-01-12 Richard SmithImprove AST dumping:
2016-01-09 Xiuli Pan[OpenCL] Pipe type support
2016-01-07 George Burgess IV[Sema] Teach overload resolution about unaddressable...
2016-01-05 David MajnemerRemove an unused parameter
2015-12-31 Richard SmithImprove diagnostic for the case where a function templa...
2015-12-28 Alexey Bataev[OPENMP 4.5] Sema/parsing support for extended format...
2015-12-27 Craig Topper[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
2015-12-25 NAKAMURA TakumiSema.h: Prune '\param NumExprs' corresponding to r25640...
2015-12-25 Craig TopperRevert r256399 "[Sema] ArrayRef-ize ActOnBaseSpecifiers...
2015-12-24 Craig Topper[Sema] ArrayRef-ize SubstExprs. NFC
2015-12-24 Craig Topper[Sema] ArrayRef-ize ActOnTemplateParameterList. NFC
2015-12-24 Craig Topper[Sema] ArrayRef-ize ActOnBaseSpecifiers. NFC
2015-12-24 Craig Topper[Sema] ArrayRef-ize BuildObjCDictionaryLiteral. NFC
2015-12-24 Craig Topper[Sema] ArrayRef-ize ParseObjCStringLiteral and CodeComp...
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 Richard SmithSplit RequireCompleteType into a function that actually...
2015-12-18 Richard Smith[modules] Don't try to use the definition of a class if
2015-12-18 Richard SmithWire a SourceLocation into IsDerivedFrom and move the...
2015-12-15 Alexey Bataev[OPENMP 4.5] Parsing/sema for 'hint' clause of 'critica...
2015-12-14 George Burgess IV[Sema] Make nullness warnings appear in C++.
2015-12-14 Carlo BertolliAdd parse and sema of OpenMP distribute directive with...
2015-12-10 Douglas GregorObjective-C properties: merge attributes when redeclari...
next