]> granicus.if.org Git - clang/history - lib/Sema/SemaDecl.cpp
[CUDA] Do not merge CUDA target attributes.
[clang] / lib / Sema / SemaDecl.cpp
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...
2016-04-29 Reid KlecknerAvoid -Wshadow warnings about constructor parameters...
2016-04-17 Faisal ValiImplement CWG 941 - explicit specializations of deleted...
2016-04-15 Nemanja IvanovicRevert 266186 as it breaks anything that includes type_...
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 Aaron BallmanReverting r266199; it causes build bot failures.
2016-04-13 Aaron BallmanAdd functions declared in ctype.h to builtin function...
2016-04-13 Nemanja IvanovicEnable support for __float128 in Clang
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-03-30 Justin Lebar[CUDA] Make unattributed constexpr functions implicitly...
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-23 Manman RenObjC: Handle boolean fixed type for enum.
2016-03-23 Alexander KornienkoUse an enum instead of hardcoded indices. NFC.
2016-03-22 Justin Lebar[CUDA] Don't allow templated variadic functions.
2016-03-21 Manman RenAdd replacement = "xxx" to AvailabilityAttr.
2016-03-21 Faisal Vali[Cxx1z] Implement Lambda Capture of *this by Value...
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 Manman RenAdd an optional named argument (replacement = "xxx...
2016-03-16 Olivier GoffartFix destructor definition of invalid classes
2016-03-10 Manman RenAdd TreatUnavailableAsInvalid for the verification...
2016-03-09 Dmitry Polukhin[GCC] PR23529 Sema part of attrbute abi_tag 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 Alexey Bataev[OPENMP 4.0] Initial support for 'omp declare reduction...
2016-02-29 David Majnemer[clang-cl] /EHc should not effect functions with explic...
2016-02-28 Vassil Vassilev[modules] Prefer more complete array types.
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-20 David Majnemer[MSVC Compat] Implement -EHc semantics
2016-02-19 Richard Smith[modules] Flatten -fmodule-name= and -fmodule-implement...
2016-02-17 Manman RenAdd 'nopartial' qualifier for availability attributes.
2016-02-17 Richard Smith[modules] Cache 'acceptable decl' lookups for namespace...
2016-02-12 Eugene ZelenkoFix remaining Clang-tidy readability-redundant-control...
2016-02-08 Nathan Wilson[Concepts] Remove the IsConcept bit and associated...
2016-02-08 Nathan Wilson[Concepts] Implement a portion of Concepts TS[dcl.spec...
2016-02-05 Ben LangmuirDon't synthesize an ImportDecl for a module named in...
next