15/27
LanguageExtensions.rst 2/3
DiagnosticSemaKinds.td -
SemaTemplateInstantiate.cpp
| | Authored by rsmith on Apr 21 2022, 5:52 PM. Event TimelineHerald added a project: Restricted Project. rsmith requested review of this revision. Herald added a project: Restricted Project. rsmith retitled this revision from Add new builtin __builtin_reflect_struct. to Reimplement `__builtin_dump_struct` in Sema.. This revision is now accepted and ready to land. This revision was landed with ongoing or failed builds. This revision was automatically updated to reflect the committed changes. Path | Size |
---|
| | | | | 86 lines | | 11 lines | | | | | | 2 lines | | 6 lines | | | | 18 lines | | | | | | 130 lines | | | | 2 lines | | | | 401 lines | | 23 lines | | | | | | 271 lines | | | | | | 125 lines | | | | 33 lines | | | | 161 lines |
Commit | Tree | Parents | Author | Summary | Date |
---|
5895c156ef85 | 6720d86eeb6d | 58e2378c2b9f | Richard Smith | Put ""s around %s formats and add a length limit. | May 5 2022, 2:52 PM | 58e2378c2b9f | 980d073711fc | e25b2e0968e5 | Richard Smith | | May 3 2022, 1:28 PM | e25b2e0968e5 | 4360b62be8f6 | 1192b60224c0 | Richard Smith | Reuse Clang's existing "guess a format specifier" logic. Add test for reference… (Show More…) | May 3 2022, 1:14 PM | 1192b60224c0 | 45e1d05d7467 | 6d6a67e72a3c c7ecfadf9beb | Richard Smith | Merge branch 'main' into builtin-reflect-struct | May 3 2022, 11:57 AM | 6d6a67e72a3c | 333985cf81e4 | 4efa6284ef79 | Richard Smith | Add requested assert. | May 2 2022, 2:45 PM | 4efa6284ef79 | 6e01acf23474 | b994cecde581 | Richard Smith | Use printing policy more, and turn off anonymous tag locations. | May 2 2022, 2:25 PM | b994cecde581 | aa941f625ce2 | eb475be48261 | Richard Smith | Respond to review comments. | May 2 2022, 1:58 PM | eb475be48261 | 9062c0c4c52a | 0d7d0a142fff | Richard Smith | Update release notes | May 2 2022, 1:01 AM | 0d7d0a142fff | 8fcf448b5071 | 828d0339e568 | Richard Smith | Minor doc correction | May 2 2022, 12:54 AM | 828d0339e568 | 62930b4a8d87 | 097660f0fdac | Richard Smith | Fix example in documentation: the dump is terminated by a newline. | May 2 2022, 12:52 AM | 097660f0fdac | 36fced0a6101 | abd718f5c508 | Richard Smith | | May 2 2022, 12:07 AM | abd718f5c508 | a91f5ff2950a | d738145cb1a3 | Richard Smith | Fix some code that was making incorrect assumptions that PseudoObjectExpr is… (Show More…) | Apr 21 2022, 10:39 PM | d738145cb1a3 | 7742b6d7c63d | 828f2c664e93 | Richard Smith | Some improvements. | Apr 21 2022, 6:11 PM | 828f2c664e93 | b3ebb13788b6 | f6a5ab6c8c31 | Richard Smith | | Apr 21 2022, 5:00 PM |
|
For post-commit: perhaps the string quoting and limit should be documented?