Changes in clang for D30738
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Great, thanks. One question below and a format nit.
lib/CodeGen/CodeGenAction.cpp | ||
---|---|---|
177 | Needs clang-format (you can use git clang-format to change just the files in this patch if you use git). | |
186 | Similar question (to what I added to the LLVM patch just now) as to why this is needed given the default for that parameter. |
Comment Actions
LGTM with the format fix I pointed out.
lib/CodeGen/CodeGenAction.cpp | ||
---|---|---|
186 | As in the other patch, ignore my nonsense comment here. |
Comment Actions
Off topic, but since this is a rev lock change with LLVM, you can to all of in a single revision with: http://llvm.org/docs/GettingStarted.html#for-developers-to-work-with-a-git-monorepo
Needs clang-format (you can use git clang-format to change just the files in this patch if you use git).