Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(42)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: tools/clang/plugins/Makefile
Issue
453513004
:
Roll Clang 214024:216630 (+216684) and switch to CMake (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, fix blink-gc plugin flags, disable -Wundefined-bool-conversion while testing
Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
build/common.gypi
tools/clang/blink_gc_plugin/BlinkGCPlugin.cpp
tools/clang/blink_gc_plugin/CMakeLists.txt
tools/clang/blink_gc_plugin/Makefile
tools/clang/blink_gc_plugin/tests/test.sh
tools/clang/plugins/CMakeLists.txt
tools/clang/plugins/FindBadConstructsAction.h
tools/clang/plugins/FindBadConstructsAction.cpp
tools/clang/plugins/Makefile
tools/clang/plugins/tests/test.sh
tools/clang/scripts/blink_gc_plugin_flags.sh
tools/clang/scripts/package.sh
tools/clang/scripts/repackage.sh
tools/clang/scripts/update.sh
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« tools/clang/plugins/FindBadConstructsAction.cpp
('k') |
tools/clang/plugins/tests/test.sh »
('j') |
tools/clang/scripts/update.sh »
('J')
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
# This file requires the clang build system, at least for now. So to use this
2
# Makefile, you should execute the following commands to copy this directory
3
# into a clang checkout:
4
#
5
# cp -R <this directory> third_party/llvm/tools/clang/tools/chrome-plugin
6
# cd third_party/llvm/tools/clang/tools/chrome-plugin
7
# make
8
9
CLANG_LEVEL := ../..
10
LIBRARYNAME = FindBadConstructs
11
12
LINK_LIBS_IN_SHARED = 0
13
SHARED_LIBRARY = 1
14
15
include $(CLANG_LEVEL)/Makefile
16
17
ifeq ($(OS),Darwin)
18
LDFLAGS+=-Wl,-undefined,dynamic_lookup
19
endif
OLD
NEW
« no previous file with comments
|
« tools/clang/plugins/FindBadConstructsAction.cpp
('k') |
tools/clang/plugins/tests/test.sh »
('j') |
tools/clang/scripts/update.sh »
('J')
Issue 453513004: Roll Clang 214024:216630 (+216684) and switch to CMake (Closed)
Created 6 years, 4 months ago by hans
Modified 6 years, 3 months ago
Reviewers: Nico, samsonov, eugenis
Base URL: svn://svn.chromium.org/chrome/trunk/src
Comments: 16
This is Rietveld
408576698