]> granicus.if.org Git - clang/history - lib/Sema/SemaDecl.cpp
Fix formatting issue from r288207
[clang] / lib / Sema / SemaDecl.cpp
2016-11-30 Hans WennborgFix formatting issue from r288207
2016-11-30 Richard Smith[c++1z] Improve support for -fno-exceptions: we can...
2016-11-29 Richard Smith[c++1z] PR31210: ignore exception specification when...
2016-11-29 Hans WennborgDon't try to merge DLL attributes on redeclaration...
2016-11-29 Alexey Bader[OpenCL] Prohibit using reserve_id_t in program scope.
2016-11-12 Serge PavlovUse descriptive message if list initializer is incorrec...
2016-11-11 Richard TrieuRemove double setting of invalid flag.
2016-11-10 Alex Lorenz[Sema] Avoid -Wshadow warnings for shadowed variables...
2016-11-09 Alex Lorenz[Sema] Avoid -Wshadow warnings for shadowed variables...
2016-11-02 Alex LorenzAdd a note that points to the linkage specifier for...
2016-11-02 Richard SmithMore forcibly resolve exception specifications when...
2016-10-28 Justin Lebar[CUDA] [AST] Allow isInlineDefinitionExternallyVisible...
2016-10-28 Anastasia Stulova[OpenCL] Diagnose variadic arguments
2016-10-27 Alex Lorenz[Sema] -Wunused-variable warning for array variables...
2016-10-27 Erik VerbruggenMark invalid RecordDecls as completed.
2016-10-26 Richard SmithImplement name mangling proposal for exception specific...
2016-10-25 Erik PilkingtonReapply r284265: "[Sema] Refactor context checking...
2016-10-21 Vassil VassilevRemove accidentally checked in assert.
2016-10-21 Artem BelevichRemoved unused function argument. NFC.
2016-10-21 Richard SmithDon't try to use !Previous.empty() as a proxy for ...
2016-10-19 Vassil Vassilev[modules] Do not report missing definitions of demoted...
2016-10-18 Erik PilkingtonRevert r284265 "[Sema] Refactor context checking for...
2016-10-16 Richard SmithP0012R1: Make exception specifications be part of the...
2016-10-14 Richard SmithReinstate r284008 reverted in r284081, with two fixes:
2016-10-14 Erik Pilkington[Sema] Refactor context checking for availability diagn...
2016-10-13 Justin Lebar[CUDA] Allow static variables in __host__ __device__...
2016-10-13 Manman RenModule: emit initializers for C/ObjC after r276159.
2016-10-12 Richard SmithRevert r284008. This is us to fail to instantiate stati...
2016-10-12 Vassil VassilevReinstate r283887 and r283882.
2016-10-11 Vassil VassilevRevert r283887 and r283882, until the issue is understo...
2016-10-11 Vassil Vassilevr283882 followup. Don't demote ParmVarDecls. This shoul...
2016-10-11 Vassil Vassilev[modules] PR28752: Do not instantiate variable declarat...
2016-10-10 Richard SmithRe-commit r283722, reverted in r283750, with a fix...
2016-10-10 Daniel JasperRevert "P0035R4: Semantic analysis and code generation...
2016-10-10 Richard SmithP0035R4: Semantic analysis and code generation for...
2016-10-04 Serge PavlovDo not find friend function definitions inside non...
2016-10-03 Reid KlecknerFactor out a diagnostic kind enum for use in two %selec...
2016-10-02 Gor Nishanov[coroutines] Rename driver flag -fcoroutines to -fcorou...
2016-09-29 Richard SmithP0035R4: add std::align_val_t overloads of operator...
2016-09-26 Richard Smith[Modules TS] Diagnose 'export' declaration within ...
2016-09-19 Yaxun Liu[OpenCL] Allow half type kernel argument when cl_khr_fp...
2016-09-14 Albert GutowskiAdd some MS aliases for existing intrinsics
2016-09-13 Artem Belevich[CUDA] Do not merge CUDA target attributes.
2016-09-13 Albert GutowskiReverse commit 281375 (breaks building Chromium)
2016-09-13 Albert GutowskiAdd some MS aliases for existing intrinsics
2016-09-13 Nico Weber[clang-cl] Diagnose duplicate uuids.
2016-09-13 Nikola SmiljanicAllow register variables in naked functions.
2016-09-08 Richard SmithC++ Modules TS: Add parsing and some semantic analysis...
2016-09-02 Eric FiselierImplement __attribute__((require_constant_initializatio...
2016-09-02 Eric FiselierRevert r280516 since it contained accidental changes.
2016-09-02 Eric FiselierImplement __attribute__((require_constant_initializatio...
2016-09-01 Richard SmithWhen we reach the end of a #include of a header of...
2016-09-01 Akira Hatanaka[Sema] Don't diagnose an array type mismatch when the...
2016-08-31 Richard SmithPR12298 et al: don't recursively instantiate a template...
2016-08-26 Richard SmithC++ Modules TS: add frontend support for building pcm...
2016-08-23 Richard SmithFix regression introduced by r279164: only pass definit...
2016-08-23 Chandler CarruthRevert r279486 "Fix regression introduced by r279164"
2016-08-22 Richard SmithFix regression introduced by r279164: only pass definit...
2016-08-19 Richard SmithC++ Modules TS: support parsing the 'module' declaratio...
2016-08-18 Richard SmithC++ Modules TS: Add parsing support for module import...
2016-08-18 Reid Kleckner[MS] Silence -Wextern-init on const selectany variables
2016-08-16 Erik Pilkington[ObjC] Warn on unguarded use of partial declaration
2016-08-12 Richard SmithP0217R3: template instantiation support for decompositi...
2016-08-12 Richard SmithRemove unused and undesirable reference from BindingDec...
2016-08-12 Richard SmithP0217R3: Constant expression evaluation for decompositi...
2016-08-11 Richard SmithP0217R3: Perform semantic checks and initialization...
2016-08-10 Justin Lebar[CUDA] Reject calls to __device__ functions from host...
2016-08-08 Serge PavlovPass information in a record instead of stack. NFC
2016-07-22 Richard SmithP0217R3: Parsing support and framework for AST represen...
2016-07-20 Richard Smith[modules] Don't emit initializers for VarDecls within...
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-07-15 Argyrios Kyrtzidis[AST] Keep track of the left brace source location...
2016-07-14 Paul RobinsonC does not have inline variables.
2016-07-13 Yaron KerenImplement FunctionDecl::getDefinition() to be consisten...
2016-07-11 Anastasia Stulova[OpenCL] Improved diagnostics of OpenCL types.
2016-07-07 David Majnemer[AST] Use ArrayRef in more interfaces
2016-07-04 David Majnemer[Sema] A flexible array member must not be the only...
2016-06-25 Richard SmithImplement C++17 P0386R2, inline variables. (The 'inline...
2016-06-24 David MajnemerUse more ArrayRefs
2016-06-21 Tim ShenRe-commit "[Temporary] Add an ExprWithCleanups for...
2016-06-16 Olivier GoffartFix a few issues while skipping function bodies
2016-06-16 Olivier GoffartKeep invalid functions as part of the AST
2016-06-11 Faisal ValiFix cv-qualification of '*this' captures and nasty...
2016-06-09 Tim ShenRevert "[Temporary] Add an ExprWithCleanups for each...
2016-06-09 Tim Shen[Temporary] Add an ExprWithCleanups for each C++ Materi...
2016-06-02 Manman RenFixIt: use getLocForEndOfToken to insert fix-it after...
2016-05-31 Alexey Bataev[MSVC] Fix stack overflow in unqualified type lookup...
2016-05-25 Denis Zobnin[ms][dll] #26935 Defining a dllimport function should...
2016-05-24 Reid Kleckner[ms] Allow more unqualified lookup of types in dependen...
2016-05-23 Richard SmithFix filtering of prior declarations when checking for...
2016-05-19 Artem Belevich[CUDA] Do not allow non-empty destructors for global...
2016-05-18 Vassil VassilevTeach Sema::MergeFunctionDecl to properly check for...
2016-05-11 Andrey Bokhanko[MSVC] Implementation of __unaligned as a proper type...
2016-05-09 Artem Belevich[CUDA] Restrict init of local __shared__ variables...
2016-05-09 Artem Belevich[CUDA] Only __shared__ variables can be static local...
2016-05-09 Nemanja IvanovicEnable support for __float128 in Clang and enable it...
2016-05-06 Manman RenAvailability: set location when creating attribute...
2016-05-06 Nico WeberRevert r268727, it caused PR27666.
2016-05-06 Andrey Bokhanko[MSVC] Implementation of __unaligned as a proper type...
2016-05-04 Aaron BallmanAdd the Pure attribute to C99 builtin functions from...
next