Please also correct style in all places in clang_Cursor_getStorageClass, 
specifically
- Put a space before the left braces
- "const Decl * D" -> "const Decl *D"  (note no space between star and variable)
- "FunctionDecl const * FD" -> "const FunctionDecl *FD"
- "VarDecl const * VD" -> "const VarDecl *VD"

http://reviews.llvm.org/D5538



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to