Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Not really, but I've kept isCpp11AttributeSpecifier for now as it might become handy if it needs to be called at other places when we add an option for breaking after C++ attributes. Otherwise, I will remove it in a separate patch.
clang/lib/Format/TokenAnnotator.cpp | ||
---|---|---|
76 | What about __declspec, or __attribute__(())? |
clang/lib/Format/TokenAnnotator.cpp | ||
---|---|---|
76 | I was only refactoring here. I suppose isCpp11AttributeSpecifier was added to specifically handle attributes starting with [[ as the name suggests. |
What about __declspec, or __attribute__(())?