Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1017)

Delta Between Two Patch Sets: include/clang/Driver/Types.def

Issue 2826041: Rewriter that converts implicit scoped_refptr constructor calls to make_scoped_refptr calls Base URL: https://llvm.org/svn/llvm-project/cfe/trunk/
Left Patch Set: Created 13 years, 5 months ago
Right Patch Set: rebase on clang with correct cxxnewexpr sourceranges Created 13 years, 4 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « include/clang/Driver/Options.td ('k') | include/clang/Frontend/FrontendOptions.h » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 //===--- Types.def - Driver Type info ---------------------------*- C++ -*-===// 1 //===--- Types.def - Driver Type info ---------------------------*- C++ -*-===//
2 // 2 //
3 // The LLVM Compiler Infrastructure 3 // The LLVM Compiler Infrastructure
4 // 4 //
5 // This file is distributed under the University of Illinois Open Source 5 // This file is distributed under the University of Illinois Open Source
6 // License. See LICENSE.TXT for details. 6 // License. See LICENSE.TXT for details.
7 // 7 //
8 //===----------------------------------------------------------------------===// 8 //===----------------------------------------------------------------------===//
9 // 9 //
10 // This file defines the driver type information. Users of this file 10 // This file defines the driver type information. Users of this file
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 TYPE("plist", Plist, INVALID, "plist", "") 79 TYPE("plist", Plist, INVALID, "plist", "")
80 TYPE("rewritten-objc", RewrittenObjC,INVALID, "cpp", "") 80 TYPE("rewritten-objc", RewrittenObjC,INVALID, "cpp", "")
81 TYPE("rewritten-scoped-refptr", RewrittenScopedRefptr,INVALID, "cpp", "") 81 TYPE("rewritten-scoped-refptr", RewrittenScopedRefptr,INVALID, "cpp", "")
82 TYPE("precompiled-header", PCH, INVALID, "gch", "A") 82 TYPE("precompiled-header", PCH, INVALID, "gch", "A")
83 TYPE("object", Object, INVALID, "o", "") 83 TYPE("object", Object, INVALID, "o", "")
84 TYPE("treelang", Treelang, INVALID, 0, "u") 84 TYPE("treelang", Treelang, INVALID, 0, "u")
85 TYPE("image", Image, INVALID, "out", "") 85 TYPE("image", Image, INVALID, "out", "")
86 TYPE("dSYM", dSYM, INVALID, "dSYM", "A") 86 TYPE("dSYM", dSYM, INVALID, "dSYM", "A")
87 TYPE("dependencies", Dependencies, INVALID, "d", "") 87 TYPE("dependencies", Dependencies, INVALID, "d", "")
88 TYPE("none", Nothing, INVALID, 0, "u") 88 TYPE("none", Nothing, INVALID, 0, "u")
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b