]> granicus.if.org Git - clang/history - include/clang/Sema
Update cxx_dr_status.html after the 3.8 branch
[clang] / include / clang / Sema /
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-29 Richard SmithTeach typo correction to properly handle mapping declar...
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...
2015-12-10 Ekaterina RomanovaDo not generate DW_TAG_imported_module for anonymous...
2015-12-10 Craig Topper[Sema] Use UnaryOperatorKind and BinaryOperatorKind...
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-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'grainsize' clause.
2015-12-07 Alexey Bataev[OPENMP 4.5] parsing/sema support for 'nogroup' clause.
2015-12-03 Alexey Bataev[OPENMP 4.5] Parsing/sema support for 'omp taskloop...
2015-12-02 George Burgess IVAdd the `pass_object_size` attribute to clang.
2015-12-02 Samuel Antao[OpenMP] Update target directive codegen to use 4.5...
2015-12-02 Aaron BallmanMaking the deleted copy constructor parameter const...
2015-12-02 Aaron BallmanAmending r254423 by deleting the copy constructor and...
2015-12-01 Aaron BallmanIt appears that this horrible mutating copy constructor...
2015-12-01 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'priority' clause.
2015-12-01 Alexey Bataev[OPENMP 4.5] Parsing/sema analysis for 'taskloop' direc...
2015-11-27 Kelvin Li[OpenMP] Parsing and sema support for thread_limit...
2015-11-24 Kelvin Li[OpenMP] Parsing and sema support for num_teams clause
2015-11-24 Richard Smith[coroutines] Build a CoroutineBodyStmt when finishing...
2015-11-23 Kelvin Li[OpenMP] Parsing and sema support for map clause
2015-11-20 Alexey Bataev[MS] Fix for bug 25013 - #pragma vtordisp is unknown...
2015-11-17 Richard Smith[modules] Fix some more cases where we used to reject...
2015-11-15 Craig Topper[Sema] Remove unnecessary includes and forward declarat...
2015-11-15 Craig TopperFix a layering oddity by passing Sema to DeclSpec:...
2015-11-13 Richard Smith[modules] When a declaration has non-trivial visibility...
2015-11-13 Richard Smith[modules] Follow the C++ standard's rule for linkage...
2015-11-12 Richard Smith[modules] Simplify and generalize the existing rule...
2015-11-12 Richard SmithRevert r240335.
2015-11-11 Richard SmithAdd support for GCC's '__auto_type' extension, per...
2015-11-11 Richard SmithN3922: direct-list-initialization of an auto-typed...
2015-11-10 Evgeniy StepanovImplement __attribute__((internal_linkage)).
2015-11-07 Craig TopperMake a couple methods static.
2015-11-07 Craig TopperMake SemaBuiltinCpuSupports a static function. NFC.
2015-11-04 Richard Smith[modules] Generalize the workaround for multiple ambigu...
2015-11-04 Aaron BallmanImproving the diagnostic for cases where the attribute...
2015-11-03 Douglas GregorSimplify Sema::ProcessPropertyDecl. NFC
2015-11-03 Douglas GregorStop back-patching 'readonly' Objective-C properties...
2015-10-28 Benjamin KramerPut global classes into the appropriate namespace.
2015-10-28 John McCallRefine r251469 to give better (and more localizable...
2015-10-27 Reid KlecknerWiden this enum bitfield by one bit to prevent sign...
2015-10-27 Richard Smith[coroutines] Creation of promise object, lookup of...
2015-10-27 John McCallBe more conservative about diagnosing "incorrect" uses...
2015-10-22 Richard Smith[coroutines] Initial stub Sema functionality for handli...
2015-10-22 Craig TopperConvert ActOnForwardProtocolDeclaration to take an...
2015-10-22 Craig TopperUse an ArrayRef<OffsetOfComponent> instead of pointer...
2015-10-22 Craig TopperChange FindProtocolDeclaration to take an ArrayRef...
2015-10-20 Angel Garcia GomezRoll-back r250822.
2015-10-20 Angel Garcia GomezApply modernize-use-default to clang.
2015-10-20 Reid KlecknerRevert "Diagnose UnresolvedLookupExprs that resolve...
2015-10-17 Reid KlecknerDiagnose UnresolvedLookupExprs that resolve to instance...
2015-10-12 George Burgess IV[Sema] Make `&function_with_enable_if_attrs` an error
2015-10-11 George Burgess IV[Sema] Allow C conversions in C overload logic
2015-10-08 David Majnemer[MSVC Compat] Try to treat an implicit, fixed enum...
2015-10-05 Richard SmithRevert r107690 (for PR7417) and add a testcase that...
2015-10-04 Craig TopperSourceRanges are small and trivially copyable, don...
2015-10-02 Samuel Antao[OpenMP] Capture global variables in target regions.
2015-09-30 Douglas GregorDon't inherit availability information when implementin...
2015-09-30 James Y KnightFix FunctionParmPackExpr::Create() to take a ParmVarDec...
2015-09-28 Alexey Bataev[OPENMP 4.1] Add 'simd' clause for 'ordered' directive.
2015-09-26 Craig TopperUse None to avoid re-mentioning the ArrayRef type to...
2015-09-25 Alexey Bataev[OPENMP 4.1] Add 'threads' clause for '#pragma omp...
2015-09-22 Artem Belevich[CUDA] Allow function overloads in CUDA based on host...
2015-09-19 Serge Pavlov[Modules] More descriptive diagnostics for misplaced...
2015-09-18 Alexey Bataev[OPENMP 4.0] Add 'if' clause for 'cancel' directive.
2015-09-17 Charles DavisSupport __builtin_ms_va_list.
2015-09-15 Richard Smith[modules] Make sure we make hidden UsingShadowDecls...
2015-09-15 Richard Smith[modules] A using-declaration doesn't introduce a new...
2015-09-14 Andrey BokhankoPR24595: Ignore calling convention modifiers for struct...
2015-09-08 Michael ZolotukhinIntroduce __builtin_nontemporal_store and __builtin_non...
2015-09-04 Richard SmithFix a potential APInt memory leak when using __attribut...
2015-09-04 Eric ChristopherUntabify.
2015-09-03 Alexey Bataev[OPENMP 4.1] Parsing/sema analysis for extended format...
2015-09-01 Aaron BallmanAdd a new frontend warning for referencing members...
2015-08-26 Reid Kleckner[ms-inline-asm] Add field access to MS inline asm ident...
next