The opening square of an inline asm clobber was being annotated as an ObjCExpr.
This caused, amongst other things, the ObjCGuesser to guess header files
containing that pattern as ObjC files.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
In the diff description, please fix the typo: Do not threat the asm clobber -> Do not treat the asm clobber
unittests/Format/FormatTest.cpp | ||
---|---|---|
12756–12763 ↗ | (On Diff #172602) | Worth a second test with asm volatile (...) ? |