History log of /frameworks/compile/libbcc/bcinfo/Wrap/file_wrapper_input.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b3a2a97e6fc1bdf3a82bdcddc58cae3470b8c9ad 22-Feb-2017 Luis A. Lozano <llozano@google.com> Disable static analyzer warning for google-runtime-int.

User code is doing the right thing by passing "long" when
that is what fseek expects.

This is the warning that will be disabled:

file_wrapper_input.cpp:63:24: warning: consider replacing 'long' with 'int64' [google-runtime-int]

Bug: 28220065
Test: verified warning is not emitted anymore.
Change-Id: I8dbaf8be481f8e10575e6e45d7d0977d04a17461
/frameworks/compile/libbcc/bcinfo/Wrap/file_wrapper_input.cpp
900c6c1f08f7c572125d7d39abe0f0f9eafbfa14 14-Aug-2014 Chris Wailes <chriswailes@google.com> Replace NULL macros with nullptr literals.

Change-Id: Id2311cda59dd42c74b3ed54d3ff6cfd509012738
/frameworks/compile/libbcc/bcinfo/Wrap/file_wrapper_input.cpp
7cd4c49d575478b2380f129dcd376a4e5e37939c 14-Mar-2012 Stephen Hines <srhines@google.com> Update support for BitcodeWrapper using BitcodeWrapperer.

This change uses a common helper library created for PNaCl, and adapts it
for use with Android. We also add some new fields to the wrapper for the
offline compiler version used to generate the bitcode.

Change-Id: I04c4ee20b7b09a68a35cdda1891616ee482a0072
/frameworks/compile/libbcc/bcinfo/Wrap/file_wrapper_input.cpp