This will be shared by include insertion/deletion library.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang
- Build Status
Buildable 18007 Build 18007: arc lint + arc unit
Event Timeline
| lib/Format/Format.cpp | ||
|---|---|---|
| 459 | Should we move this to tooling::Core too? | |
Comment Actions
LG. Just a quick comment about possibly unrelated change.
| lib/Format/Format.cpp | ||
|---|---|---|
| 2277 | This change seems unrelated. Is this patch a proper place for it? | |
Comment Actions
- Remove an unintended change.
| lib/Format/Format.cpp | ||
|---|---|---|
| 2277 | Indeed this was unrelated. I forgot to revert this when splitting from a previous patch. | |
Should we move this to tooling::Core too?
If we need to specialize MappingTraits, we should probably do it close to the class definitions. To avoid accidental ODR violations...