Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Side by Side Diff: tools/clang/translation_unit/test_files/compile_commands.json.template

Issue 1658553002: Check for system include paths by looking at clang's HeaderSearchOptions, (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add helpful comments Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 [
2 {
3 "directory": "$test_files_dir",
4 "command": "clang++ -fsyntax-only -std=c++11 -c test.cc",
5 "file": "test.cc"
6 },
7 {
8 "directory": "$test_files_dir",
9 "command": "clang++ -fsyntax-only -std=c++11 --sysroot ./sysroot -c test_rel ative_sysroot.cc",
10 "file": "test_relative_sysroot.cc"
11 }
12 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698