]> granicus.if.org Git - clang/history - lib/Sema/SemaTemplate.cpp
Revert r279486 "Fix regression introduced by r279164"
[clang] / lib / Sema / SemaTemplate.cpp
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-18 Vassil VassilevPR28794: Don't try to instantiate function templates...
2016-08-11 Richard SmithP0217R3: Perform semantic checks and initialization...
2016-08-06 Benjamin KramerMove helpers into anonymous namespaces. NFC.
2016-07-30 Hubert TongReapply r276069 with workaround for MSVC 2013
2016-07-20 Hubert TongRevert r276069: MSVC bots not happy
2016-07-20 Hubert TongConcepts: Create space for requires-clause in TemplateP...
2016-07-15 Argyrios Kyrtzidis[AST] Keep track of the left brace source location...
2016-07-11 David Majnemer[Sema] Don't artificially forbid BuiltinTemplateDecls...
2016-07-11 David Majnemer[Sema] Disallow __make_integer_seq from showing up...
2016-07-07 David Majnemer[AST] Use ArrayRef in more interfaces
2016-07-03 David Majnemer[AST] Use ArrayRef in more interfaces
2016-07-01 Eric Fiselier[Feature] Add a builtin for indexing into parameter...
2016-06-14 Faisal ValiFix PR28100 - Allow redeclarations of deleted explicit...
2016-06-10 Serge PavlovFix recognition of shadowed template parameter
2016-05-26 Hans WennborgRe-commit r270748 "clang-cl: Treat dllimport explicit...
2016-05-25 Hans WennborgRevert r270748 "clang-cl: Treat dllimport explicit...
2016-05-25 Hans Wennborgclang-cl: Treat dllimport explicit template instantiati...
2016-05-24 Richard SmithProperly track the found declaration (possibly a using...
2016-05-11 Richard SmithPreserve the FoundDecl when performing overload resolut...
2016-05-05 Richard Smith[modules] Enforce the rules that an explicit or partial...
2016-04-29 Hubert Tong[Concepts] Pass requires-clause to ActOnTemplateParamet...
2016-04-17 Faisal ValiImplement CWG 941 - explicit specializations of deleted...
2016-04-09 Nathan Wilson[Concepts] Implement subsection [dcl.spec.concept]p7...
2016-04-05 Richard TrieuFix a crash on invalid with template handling
2016-03-26 Faisal Vali[NFC] Tweak diagnostic for template template arguments...
2016-03-11 Reid KlecknerAllow sizeof(UnrelatedClass::field) in C++11 class...
2016-02-26 Reid Kleckner[dllexport] Sort out emission order of delayed exported...
2016-02-19 Serge PavlovRemoved unused local variable
2016-02-12 Eugene ZelenkoFix remaining Clang-tidy readability-redundant-control...
2016-02-08 Nathan Wilson[Concepts] Implement a portion of Concepts TS[dcl.spec...
2016-01-19 Faisal ValiFix PR26134: When substituting into default template...
2016-01-15 David BlaikieOpaquePtr: Use nullptr construction for ParsedType...
2016-01-09 Xiuli Pan[OpenCL] Pipe type support
2016-01-07 Aaron BallmanProperly track that a character literal is UTF-8, and...
2015-12-29 Richard SmithTeach typo correction to properly handle mapping declar...
2015-12-27 David MajnemerArrayRef-ize TemplateParameterList. NFC
2015-12-24 Craig Topper[Sema] ArrayRef-ize ActOnTemplateParameterList. NFC
2015-12-18 Richard SmithSplit RequireCompleteType into a function that actually...
2015-12-02 George Burgess IVAdd the `pass_object_size` attribute to clang.
2015-11-19 Faisal ValiChange the expression evaluation context from Unevaluat...
2015-11-18 David Majnemer[Sema] Don't work around a malformed AST
2015-11-04 David Majnemer[Sema] Implement __make_integer_seq
2015-10-02 Richard SmithPR24921: checking explicitly-specified template argumen...
2015-09-11 David MajnemerSimplify logic introduced in r247464.
2015-09-11 David Majnemer[MS ABI] Select an inheritance model in template arguments
2015-09-11 Argyrios Kyrtzidis[sema] Fix assertion hit when using libclang to index...
2015-08-21 Richard Smith[modules] When we see a definition of a function for...
2015-08-20 Richard SmithPR24483: Delete some dead/incorrect code that triggered...
2015-08-05 Benjamin Kramer[AST] ArrayRefize template param list info setters...
2015-08-05 Benjamin Kramer[AST] ArrayRefize template argument packs. No functiona...
2015-07-10 Justin BognerSema: Allow null names to be passed in to isAcceptableT...
2015-07-06 Richard SmithPR24030, PR24033: Consistently check whether a new...
2015-07-06 Richard SmithDR1909: Diagnose all invalid cases of a class member...
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-17 Richard Smith[modules] Improve diagnostic for a template-id that...
2015-06-10 Richard Smith[modules] Don't allow use of non-visible (inherited...
2015-06-10 Richard Smith[modules] Track all default template arguments for...
2015-06-10 Richard SmithRefactor storage of default template arguments.
2015-06-09 Hans WennborgEnable DLL attribute propagation on explicit instantiat...
2015-06-09 Hans WennborgMinGW: don't allow adding DLL attribute if template...
2015-05-27 Hans Wennborgclang-cl: Handle dll attributes in explicit class templ...
2015-05-20 Richard Smith[modules] Support merging a parsed default argument...
2015-05-20 Richard Smith[modules] Support merging a parsed default function...
2015-05-18 Richard Smith[modules] Support for merging a parsed class template...
2015-05-07 Richard Smith[modules] Suport for merging a parsed enum definition...
2015-03-27 Richard Smith[modules] Handle defining a class template on top of...
2015-03-26 Chandler Carruth[Modules] Preserve source order for the map of late...
2015-03-20 Alexey Bataev[MSVC] Explicit specializations can be declared in...
2015-01-30 Nico WeberWrap to 80 cols by removing trailing whitespace. No...
2015-01-24 Richard TrieuWhen checking the template argument list, use a copy...
2015-01-15 Hans WennborgWarn about dllexported explicit class template instanti...
2014-12-23 Rafael EspindolaThis reverts commit r224668 and r224667.
2014-12-20 Richard TrieuFix for PR21758
2014-12-19 Nico WeberDon't drop attributes when checking explicit specializa...
2014-12-18 Reid KlecknerRevert "Don't build invalid AST nodes during recovery"
2014-12-17 Richard Smith[c++1z] Fixes for generalized non-type template argumen...
2014-12-17 Reid KlecknerDon't build invalid AST nodes during recovery
2014-12-01 Nikola SmiljanicPerform correct lookup when '__super' is used in class...
2014-11-26 Richard Smith[c++1z] Most of N4268 (allow constant evaluation for...
2014-11-19 David BlaikieUpdate for LLVM API change to make Small(Ptr)Set::inser...
2014-11-12 Richard SmithPR19372: Keep checking template arguments after we...
2014-11-12 Richard SmithPR21536: Fix a corner case where we'd get confused...
2014-11-06 Alexey BataevFix for exception specification mismatch in explicit...
2014-10-31 Craig TopperRemove StorageClass typedefs from VarDecl and FunctionD...
2014-10-27 Kaelyn TakataPass around CorrectionCandidateCallbacks as unique_ptrs so
2014-10-16 David BlaikiePR21246: DebugInfo: Emit the appropriate type (cv quali...
2014-09-26 Nikola Smiljanic-ms-extensions: Implement __super scope specifier ...
2014-09-06 Nico WeberAdd -Wunused-local-typedef, a warning that finds unused...
2014-08-23 Richard Smith[modules] Put class template declarations into the...
2014-08-14 David MajnemerSema: Permit nullptr template args in MSVC compat mode
2014-07-24 Richard SmithTake the canonical type when forming a canonical templa...
2014-07-19 Richard SmithPR20356: Fix all Sema warnings with mismatched ext_...
2014-07-17 Nikola SmiljanicFix FriendDecl source location and range for class...
2014-06-26 David MajnemerSema: Allow dllimport entities in template args for...
2014-06-26 Craig TopperConvert some function arguments to use ArrayRef.
2014-06-25 Hans WennborgDon't allow dllimport variables in constant initializers
2014-06-15 Alp TokerHide the concept of diagnostic levels from lex, parse...
next