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
- rC Clang
- Build Status
Buildable 24560 Build 24559: arc lint + arc unit
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 | Worth a second test with asm volatile (...) ? |
Worth a second test with asm volatile (...) ?