aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/AST/SourceLocationTest.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-04-01[clang] Concepts: support pack expansions for type constraints (#132626)Matheus Izvekov1-3/+3
2024-09-14[clang] Strip unneeded calls to raw_string_ostream::str() (NFC)JOE19941-1/+1
2023-08-31Add a concept AST node.Jens Massberg1-4/+133
2023-01-18[clang][Sema] Fix uninitialized `SourceLocation` for types with multiple attr...Volodymyr Sapsai1-0/+41
2023-01-12[test] Split out Annotations from `TestingSupport`Jordan Rupprecht1-1/+1
2022-05-04Change the behavior of implicit int diagnosticsAaron Ballman1-2/+8
2022-01-19[AST] Fix the incorrect auto-keyword loc for constrained auto type loc.Haojian Wu1-0/+8
2022-01-17Reland (2) "[AST] Add RParen loc for decltype AutoTypeloc.""Haojian Wu1-0/+7
2022-01-12Revert (2) "[AST] Add RParen loc for decltype AutoTypeloc."Florian Hahn1-7/+0
2022-01-11Reland "[AST] Add RParen loc for decltype AutoTypeloc."Haojian Wu1-0/+7
2022-01-10Revert "[AST] Add RParen loc for decltype AutoTypeloc."Haojian Wu1-7/+0
2022-01-10[AST] Add RParen loc for decltype AutoTypeloc.Haojian Wu1-0/+7
2022-01-10[AST] Add more source information for DecltypeTypeLoc.Haojian Wu1-1/+28
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko1-2/+1
2020-07-10Summary: [clang] Provide a way for WhileStmt to report the location of its LP...Vy Nguyen1-0/+53
2020-06-02Renamed Lang_C to Lang_C99, Lang_CXX to Lang_CXX03, and 2a to 20Dmitri Gribenko1-3/+3
2020-05-21Set traversal explicitly where needed in testsStephen Kelly1-9/+9
2020-03-13Refactor SourceLocationTest to `using namespace`Marcel Hlopko1-20/+17
2020-03-13[Sema] Fix location of star ('*') inside MemberPointerTypeLocMarcel Hlopko1-1/+20
2019-12-03Add FunctionDecl::getParameterSourceRange()Nicolas Manichon1-0/+106
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2017-01-12Tracking exception specification source locationsMalcolm Parsons1-0/+67
2016-10-21[Sema] Store a SourceRange for multi-token builtin typesMalcolm Parsons1-0/+90
2016-01-12Properly track the end location of an exception specification.Aaron Ballman1-0/+38
2015-09-17Rename AST node matchers to match the AST node names directly. Part of this r...Aaron Ballman1-13/+13
2015-05-01Fix a few line endings. NFC.Yunzhong Gao1-36/+36
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-5/+5
2015-03-24Track the source location of the dot or arrow operator in a MemberExpr.Aaron Ballman1-6/+38
2015-03-23Record correct source range for defaulted/deleted members.Eli Bendersky1-0/+12
2014-07-31Obective-C. Patch to fix the incorrect ObjcMessageExpr argument source ranges, Fariborz Jahanian1-0/+12
2014-07-17Fix FriendDecl source location and range for class templates and function dec...Nikola Smiljanic1-4/+136
2014-06-06Add first set of tests for FriendDecl source range and location.Nikola Smiljanic1-0/+78
2014-02-22Correctly set brace range for CXXConstructExprs formed by list initialization.Peter Collingbourne1-0/+10
2014-01-07Sort all the #include lines with LLVM's utils/sort_includes.py whichChandler Carruth1-1/+1
2013-09-07Fix missing source location in CXXTemporaryObjectExpr nodes.Enea Zaffanella1-0/+9
2013-07-19Fix source range of implicitly instantiated friend declaration.Enea Zaffanella1-0/+13
2013-07-17Fixed source range of C++03 access declarations.Enea Zaffanella1-0/+20
2013-07-08Fixed testcase failing under MS by adding "-fno-delayed-template-parsing",Enea Zaffanella1-6/+3
2013-07-08AST/SourceLocationTest.cpp: Appease MS hosts to suppress CXXUnresolvedConstru...NAKAMURA Takumi1-0/+5
2013-07-07Fixed source range for functional cast and unresolved construct expr nodes.Enea Zaffanella1-0/+21
2013-07-06Fixed source location info for UnaryTransformTypeLoc nodes.Enea Zaffanella1-0/+21
2013-06-17Fix source range of CXXNewExpr with parentheses around the type. PR15569.Eli Friedman1-0/+6
2013-06-07Re-commit r183466 with a fix to make the TypeLoc casting machinery workEli Friedman1-1/+1
2013-06-07Adds a test that verifies angle bracket locations.Manuel Klimek1-0/+19
2013-04-05Add an error to check that all program scope variables are in the constant ad...Tanya Lattner1-4/+4
2013-02-05PR15095: Use more correct source locations for the InitListExpr we fake up forRichard Smith1-0/+33
2013-01-31Move commonly useful code for AST testing into MatchVerfier.h.Manuel Klimek1-165/+2
2012-12-04Sort the #include lines for unittests/...Chandler Carruth1-1/+1
2012-11-08Fix a source range regression in C++ new expressions with call initializers.David Blaikie1-0/+6
2012-11-08Fixed converted ConstantArrayTypeLoc range. Added a missing testcase for Cons...Abramo Bagnara1-1/+18