This repository has been archived by the owner on Oct 15, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chakrashim: a few refactors for clang
Found a few minor issues while trying to compile with clang: - `Global` implementation had `this.xx`. Should be `this->xx`. - clang requires forward declaration of `ObjectData` for its usage. Rather than forwarding this private symbol, I refactored the code to hide it from public header. Ran cpplint and fixed accordingly on the changed files. PR-URL: #94 Reviewed-By: Kunal Pathak <Kunal.Pathak@microsoft.com>
- Loading branch information
Jianchun Xu
committed
Jul 12, 2016
1 parent
6695095
commit 5eb8031
Showing
5 changed files
with
60 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.