OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:fixits
(Results
51 - 75
of
75
) sorted by null
1
2
3
/external/clang/test/Analysis/
uninit-sometimes.cpp
2
// RUN: %clang_cc1 -std=gnu++11 -Wsometimes-uninitialized -fdiagnostics-parseable-
fixits
%s 2>&1 | FileCheck %s
/external/clang/test/Preprocessor/
macro_with_initializer_list.cpp
2
// RUN: not %clang_cc1 -std=c++11 -fsyntax-only -fdiagnostics-parseable-
fixits
%s 2>&1 | FileCheck %s
/external/clang/test/Sema/
parentheses.c
2
// RUN: %clang_cc1 -Wparentheses -fsyntax-only -fdiagnostics-parseable-
fixits
%s 2>&1 | FileCheck %s
uninit-variables.c
431
// Test that
fixits
are not emitted inside macros.
/external/clang/test/SemaCXX/
warn-logical-not-compare.cpp
2
// RUN: %clang_cc1 -fsyntax-only -Wlogical-not-parentheses -fdiagnostics-parseable-
fixits
%s 2>&1 | FileCheck %s
warn-reinterpret-base-class.cpp
2
// RUN: not %clang_cc1 -std=c++11 -fsyntax-only -fdiagnostics-parseable-
fixits
-Wreinterpret-base-class -Wno-unused-volatile-lvalue %s 2>&1 | FileCheck %s
/external/clang/lib/Frontend/
ASTUnit.cpp
[
all
...]
SerializedDiagnosticPrinter.cpp
646
// Emit
FixIts
.
/external/clang/docs/tools/
clang.pod
431
B<-fdiagnostics-parseable-
fixits
>
/external/clang/test/FixIt/
format.m
2
// RUN: %clang_cc1 -fdiagnostics-parseable-
fixits
-fblocks %s 2>&1 | FileCheck %s
/external/clang/lib/Sema/
SemaType.cpp
[
all
...]
AnalysisBasedWarnings.cpp
508
//
FixIts
to suppress the diagnostic by removing the dead condition.
[
all
...]
SemaExprObjC.cpp
[
all
...]
SemaOverload.cpp
[
all
...]
SemaChecking.cpp
[
all
...]
SemaExpr.cpp
[
all
...]
/external/clang/bindings/python/clang/
cindex.py
320
def
fixits
(self):
member in class:Diagnostic
[
all
...]
/external/clang/docs/
UsersManual.rst
355
.. option:: -fdiagnostics-parseable-
fixits
[
all
...]
/external/clang/include/clang/Driver/
Options.td
397
def fdiagnostics_parseable_fixits : Flag<["-"], "fdiagnostics-parseable-
fixits
">, Group<f_clang_Group>,
[
all
...]
/external/clang/lib/Parse/
ParseDeclCXX.cpp
[
all
...]
ParseDecl.cpp
[
all
...]
/external/clang/tools/c-index-test/
c-index-test.c
[
all
...]
/prebuilts/clang/linux-x86/3.1/
clang
clang++
/prebuilts/sdk/tools/linux/
libclang.so
Completed in 1529 milliseconds
1
2
3