]> granicus.if.org Git - clang/history - lib/AST/TypeLoc.cpp
[OPENMP] Initial support for 'task_reduction' clause.
[clang] / lib / AST / TypeLoc.cpp
2017-02-16 Anastasia Stulova[OpenCL] Correct ndrange_t implementation
2016-10-20 Benjamin KramerRetire llvm::alignOf in favor of C++11 alignof.
2016-10-08 Yaron KerenUn-tabify source files, NFC.
2016-09-13 Manman RenObjectiveC generics: Add ObjCTypeParamType in the type...
2016-07-18 Mehdi Amini[NFC] Header cleanup
2016-05-09 Nemanja IvanovicEnable support for __float128 in Clang and enable it...
2016-04-15 Nemanja IvanovicRevert 266186 as it breaks anything that includes type_...
2016-04-13 Nemanja IvanovicEnable support for __float128 in Clang
2016-04-13 Alexey Bader[OpenCL] Move OpenCLImageTypes.def from clangAST to...
2016-04-08 Alexey Bader[OpenCL] Complete image types support.
2016-01-14 Rui UeyamaUpdate for LLVM function name change.
2015-10-03 Yaron KerenReplace double-negated !SourceLocation.isInvalid()...
2015-09-23 John McCallForbid qualifiers on ObjC generic parameters and argume...
2015-09-15 Alexey Bader[OpenCL] Add new types for OpenCL 2.0.
2015-08-25 Alexey Bataev[OPENMP 4.0] Initial support for array sections.
2015-07-07 Douglas GregorC++ support for Objective-C lightweight generics.
2015-07-07 Douglas GregorSubstitute type arguments into uses of Objective-C...
2015-07-07 Douglas GregorHandle Objective-C type arguments.
2015-06-22 Alexander KornienkoRevert r240270 ("Fixed/added namespace ending comments...
2015-06-22 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-10-24 Olivier GoffartFix initializing TypeOfTypeLoc
2014-05-12 Craig Topper[C++11] Use 'nullptr'. AST edition.
2013-08-28 David MajnemerAST: Don't treat a TemplateExpansion as a Template
2013-06-26 Eli FriedmanHandle all TemplateArguments in trivial TypeLocs.
2013-06-07 Eli FriedmanRe-commit r183466 with a fix to make the TypeLoc castin...
2013-06-07 Manuel KlimekReverts r183466: "Perform dynamic alignment computation...
2013-06-07 Eli FriedmanPerform dynamic alignment computations so that the...
2013-02-21 David BlaikieRename TypeLoc's isType to isKind
2013-02-18 David BlaikieReplace TypeLoc llvm::cast support to be well-defined.
2013-02-07 Guy BenyeiAdd OpenCL samplers as Clang builtin types and check...
2013-01-20 Guy BenyeiImplement OpenCL event_t as Clang builtin type, includi...
2012-12-18 Guy BenyeiRe-commit r170428 changes with Linux style file endings.
2012-12-18 Guy BenyeiRevert changes from r170428, as I accidentally changed...
2012-12-18 Guy BenyeiAdd OpenCL images as clang builtin types.
2012-12-04 Chandler CarruthSort all of Clang's files under 'lib', and fix up the...
2012-10-18 Abramo BagnaraFixed some corner cases due to implicit int TypeLoc...
2012-10-15 Abramo BagnaraFixed FunctionTypeLoc range for trailing return type.
2012-10-04 Abramo BagnaraFixed FunctionTypeLoc source range.
2012-09-27 Eli FriedmanFix a regression from r164656.
2012-09-26 Eli FriedmanFix the AST representation for non-type template argume...
2012-08-31 Eli FriedmanChange the representation of builtin functions in the AST
2012-07-04 Benjamin KramerDrop the ASTContext.h include from Stmt.h and fix up...
2012-02-06 Abramo BagnaraAdded source location for the template keyword in Depen...
2012-02-06 Abramo BagnaraRemoved redundant location info from ElaboratedTypeLoc...
2012-02-06 Abramo BagnaraAdded location for template keyword in TemplateSpeciali...
2012-01-20 David BlaikieMore dead code removal (using -Wunreachable-code)
2011-11-22 Matt Beaumont-GayProvide better source info for template specializations...
2011-10-25 John McCallRestore r142914 and r142915, now with missing file...
2011-10-25 NAKAMURA TakumiRevert r142914 and r142915, due to possibly missing...
2011-10-25 John McCallIntroduce a placeholder type for "pseudo object"
2011-10-17 John McCallAdd a new placeholder type to represent "unbridged"
2011-10-14 Anton KorobeynikovProvide half floating point support as a storage only...
2011-04-26 John McCallMake yet another placeholder type, this one marking...
2011-04-07 John McCallBasic, untested implementation for an "unknown any...
2011-03-08 Abramo BagnaraFixed source range for StaticAssertDecl and LinkageSpec...
2011-03-02 Douglas GregorPush nested-name-specifier source location information...
2011-03-02 Douglas GregorPush nested-name-specifier source-location information...
2011-03-01 Douglas GregorPush nested-name-specifier source-location information...
2011-03-01 Douglas GregorReinstate the introduction of source-location informati...
2011-03-01 Douglas GregorRevert r126748, my second attempt at nested-name-specif...
2011-03-01 Douglas GregorReinstate r126737, extending the generation of type...
2011-03-01 Douglas GregorRevert r126737, the most recent nested-name-specifier...
2011-03-01 Douglas GregorPush nested-name-specifier source location information...
2011-03-01 Douglas GregorPush nested-name-specifier source location information...
2011-02-20 Richard SmithImplement the C++0x deduced 'auto' feature.
2011-01-25 Douglas GregorTeach TemplateSpecializationTypeLoc::initializeArgLocs...
2011-01-06 John McCallIntroduce an AttributedType, but don't actually use...
2011-01-05 John McCallRefactor the application of type attributes so that...
2010-12-25 Chris LattnerThe -fshort-wchar option causes wchar_t to become unsig...
2010-12-14 Abramo BagnaraAdded missing IgnoreParens().
2010-12-13 Abramo BagnaraSkip ParenType on function instantiations.
2010-11-18 Craig SilversteinIn some situations, TemplateArgumentLoc wasn't setting...
2010-08-15 Argyrios KyrtzidisRemove dead code, caught by unused function warnings.
2010-05-21 Abramo BagnaraImproved TypeLoc::getSourceRange().
2010-05-20 Abramo BagnaraRenamed misleading getSourceRange -> getLocalSourceRang...
2010-05-16 John McCallAvoid doing two switches in TypeLoc's initialize()...
2010-01-18 Douglas Gregorfloat, double, and long double do need extra data in the
2010-01-18 Douglas GregorImprove source-location information for builtin TypeLoc...
2010-01-13 John McCallAdd type source information for both kinds of typeof...
2009-12-04 John McCallFix "using typename" and the instantiation of non-depen...
2009-10-19 Daniel DunbarSuppress build warning.
2009-10-18 John McCallClone the full Type hierarchy into the TypeLoc hierarch...
2009-10-16 John McCallAllow TypeLocs to be fully initialized with a single...
2009-10-15 John McCallBetter living through metaprogramming. Create a base...
2009-09-29 Argyrios KyrtzidisPull TypeLocVisitor into its own header file.
2009-09-29 Argyrios KyrtzidisIntroduce ObjCInterfaceLoc which provides type source...
2009-09-29 Argyrios KyrtzidisIntroduce ObjCProtocolListLoc for keeping source locati...
2009-09-29 Argyrios KyrtzidisIntroduce TypeLoc::getSourceRange().
2009-09-09 Mike StumpRemove tabs, and whitespace cleanups.
2009-08-19 Argyrios KyrtzidisIntroduce DeclaratorInfo and TypeLoc, intended to be...