Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
3a2f91280a49f4747063f983dc6a3296bd9359d2
/
include
« Previous
1bd077b
fixes a typo in my last patch. // rdar://12379114
by Fariborz Jahanian
· 12 years ago
cac9ee0
doce parsing: adding few more headerdoc tags. // rdar://12379114
by Fariborz Jahanian
· 12 years ago
109f5fc
<rdar://problem/12806802> Propagate access specifiers for conversion functions to the conversion function set eagerly.
by Douglas Gregor
· 12 years ago
abe9223
Add matcher for NamespaceDecls.
by Daniel Jasper
· 12 years ago
f608aff
When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add
by Richard Trieu
· 12 years ago
8aa86d1
Add an error to check that all program scope variables are in the constant address space in OpenCL.
by Tanya Lattner
· 12 years ago
5238e40
doce parsing: adding few more headerdoc tags. // rdar://12379114
by Fariborz Jahanian
· 12 years ago
610f79c
[analyzer] Show path diagnostic for C++ initializers
by Anna Zaks
· 12 years ago
b0eb771
Revert 178811 until I fix the unit tests.
by Tanya Lattner
· 12 years ago
98bb788
Add an error to check that all program scope variables are in the constant address space in OpenCL.
by Tanya Lattner
· 12 years ago
b37a73d
Initial support for struct-path aware TBAA.
by Manman Ren
· 12 years ago
7cc0a11
revert r178784 since it does not have a commit message
by Manman Ren
· 12 years ago
ab4ffe2
Index: include/clang/Driver/CC1Options.td
by Manman Ren
· 12 years ago
3105627
Plumb through the -fsplit-stack option using the existing backend support.
by Eric Christopher
· 12 years ago
c855ce7
Add hasExternalLinkageUncached back with the test that Richard provided, but
by Rafael Espindola
· 12 years ago
6a7664c
Avoid computing the linkage instead of avoiding caching it.
by Rafael Espindola
· 12 years ago
d613ac9
Fix 41 of the 61 tests which fail with modules enabled: we were computing and
by Richard Smith
· 12 years ago
b846381
Be sure to check ARC conventions on the implicit method declarations
by John McCall
· 12 years ago
e145bfd
Make the ObjC attributes diagnostics a bit more informative.
by Nico Weber
· 12 years ago
5b8d0af
Revert accidental commit.
by Richard Smith
· 12 years ago
4382867
Pare back r164351 somewhat. The problem that change was addressing was that we
by Richard Smith
· 12 years ago
78037ac
Complain about attempts to befriend declarations via a using
by John McCall
· 12 years ago
d2615cc
Add 178663 back.
by Rafael Espindola
· 12 years ago
4f8a3eb
Revert 178663.
by Rafael Espindola
· 12 years ago
bd25ff8
[preprocessor] Allow comparing two macro definitions syntactically instead of only lexically.
by Argyrios Kyrtzidis
· 12 years ago
9f4f5f1
Emit a nicer diagnostic for misplaced attributes on ObjC directives.
by Nico Weber
· 12 years ago
20a7cf4
Give the default CorrectionCandidateCallback::ValidateCandidate some
by Kaelyn Uhrain
· 12 years ago
8f187f6
Don't compute a patched/semantic storage class.
by Rafael Espindola
· 12 years ago
d4582b8
Escape more @ signs in Doxygen comments.
by Jordan Rose
· 12 years ago
58b65d9
Update assertion string to new name of ArithAssignBinaryOperator
by Stefanus Du Toit
· 12 years ago
0c70181
Objective-C: Provide fixit hints when warning
by Fariborz Jahanian
· 12 years ago
7b69cd0
Adding a hasLocalQualifiers() AST Matcher.
by Edwin Vane
· 12 years ago
cb428a1
[ms-cxxabi] Rename enum and remove dead case per Jordan's suggestion
by Reid Kleckner
· 12 years ago
4410489
[ms-cxxabi] Move MS inheritance model calculation into MemberPointerType
by Reid Kleckner
· 12 years ago
b421d92
Add -Wstatic-local-in-inline, which warns about using a static local
by John McCall
· 12 years ago
658a284
[analyzer] Teach invalidateRegions that regions within LazyCompoundVal need to be invalidated
by Anna Zaks
· 12 years ago
c63a460
[analyzer] For now, don't inline [cd]tors of C++ containers.
by Jordan Rose
· 12 years ago
c9092bb
[analyzer] Cache whether a function is generally inlineable.
by Jordan Rose
· 12 years ago
992acb2
[analyzer] Use inline storage in the FunctionSummary DenseMap.
by Jordan Rose
· 12 years ago
a126436
[analyzer] Allow suppressing diagnostics reported within the 'std' namespace
by Jordan Rose
· 12 years ago
725fe0e
PR15633: Note that we are EnteringContext when parsing the nested name
by Richard Smith
· 12 years ago
5b8740f
Only merge down a variable type if the previous declaration was
by John McCall
· 12 years ago
88be2fd
Adding parenType() and innerType() AST Matchers Updated docs and tests.
by Edwin Vane
· 12 years ago
e9ebd85
[libclang] Make clang_Cursor_getArgument work with call-exprs.
by Argyrios Kyrtzidis
· 12 years ago
04863a8
Fix typo. This method isn't used anywhere.
by Benjamin Kramer
· 12 years ago
9f8bd33
Remove unused default values.
by Rafael Espindola
· 12 years ago
fe6b271
Add support for gcc-compatible -mfprnd -mno-fprnd PPC options
by Hal Finkel
· 12 years ago
75f8bd0
[analyzer] Add debug helper LocationContext::dumpStack().
by Jordan Rose
· 12 years ago
84e8a96
[analyzer] Address Jordan’s review of r178309 - do not register an extra visitor for nil receiver
by Anna Zaks
· 12 years ago
04593d0
When looking for overridden ObjC methods, don't ignore 'hidden' ones.
by Argyrios Kyrtzidis
· 12 years ago
52b2e70
Sema: Warn on sizeof on binary ops on decayed arrays.
by Benjamin Kramer
· 12 years ago
1bfc28c
Add RDSEED intrinsic support defined in AVX2 extension
by Michael Liao
· 12 years ago
f91210d
Add XTEST intrinsic defined in TSX extension
by Michael Liao
· 12 years ago
dff2be8
Revert r178273 as it broke the Linux bootstrap due to false positives
by Timur Iskhodzhanov
· 12 years ago
0f5c5c6
Add static analyzer support for conditionally executing static initializers.
by Ted Kremenek
· 12 years ago
02a88c3
Add configuration plumbing to enable static initializer branching in the CFG for the analyzer.
by Ted Kremenek
· 12 years ago
41988f3
[analyzer] Add support for escape of const pointers and use it to allow “newed” pointers to escape
by Anna Zaks
· 12 years ago
aabb4c5
[analyzer] Apply the suppression rules to the nil receiver only if the value participates in the computation of the nil we warn about.
by Anna Zaks
· 12 years ago
59d8ccb
Warn about more than the first unused variable when -Werror is set.
by Matt Beaumont-Gay
· 12 years ago
ec8deba
Objective-C: Provide fixit suggestions when class object
by Fariborz Jahanian
· 12 years ago
25ffbef
Implemented a warning when an input several bitwise operations are
by Sam Panzer
· 12 years ago
fbd4b5d
Add CFG logic to create a conditional branch for modeling static initializers.
by Ted Kremenek
· 12 years ago
94cf910
These are all simple pointer wrappers. Pass them by value.
by Rafael Espindola
· 12 years ago
829d187
Add support for gcc-compatible -mpopcntd -mno-popcntd PPC options
by Hal Finkel
· 12 years ago
286f3e6
[Mips] Handle pseudo-target flags '-EL' and '-EB' and properly adjust
by Simon Atanasyan
· 12 years ago
f4320ab
Add support for gcc-compatible -mmfcrf -mno-mfcrf PPC options
by Hal Finkel
· 12 years ago
4cf4a5e
Support C11 _Atomic type qualifier. This is more-or-less just syntactic sugar for the _Atomic type specifier.
by Richard Smith
· 12 years ago
93d6b07
Fold together the two implementations of 6.7.3p2 in SemaType. Fix two bugs, each of which was only present in one version:
by Richard Smith
· 12 years ago
ab2d09b
[Parser] Don't code-complete twice.
by Argyrios Kyrtzidis
· 12 years ago
0353b70
Fixes a typo in my last patch.
by Fariborz Jahanian
· 12 years ago
7e35274
Objective-C: Issue more precise warning when user
by Fariborz Jahanian
· 12 years ago
e81fdb1
Cleanup clang's specializations of simplify_type.
by Rafael Espindola
· 12 years ago
4a49df3
[analyzer] Ensure that the node NilReceiverBRVisitor is looking for is not reclaimed
by Anna Zaks
· 12 years ago
ea744ab
[modules] Make sure enabled diagnostic pragmas inside the module don't affect the translation unit that
by Argyrios Kyrtzidis
· 12 years ago
c544ba0
<rdar://problem/13509689> Introduce -module-file-info option that provides information about a particular module file.
by Douglas Gregor
· 12 years ago
9ef9875
Implement compiler intrinsics needed for compatibility with MSVC 2012 <type_traits>.
by Joao Matos
· 12 years ago
52151fd
[modules] Before marking the module imported macros as ambiguous, check if this is a case where
by Argyrios Kyrtzidis
· 12 years ago
7ca8e91
Remove IdentifierInfo::setHadMacroDefinition()
by Argyrios Kyrtzidis
· 12 years ago
89b8f06
[PCH/modules] Remove HiddenName::MacroUndef
by Argyrios Kyrtzidis
· 12 years ago
d560ce3
[Preprocessor] Remove PPMutationListener.
by Argyrios Kyrtzidis
· 12 years ago
a03fc6e
If we're unable to create the TargetMachine, then just quit producing the
by Chad Rosier
· 12 years ago
8b43d2b
Split "incomplete implementation" warnings for ObjC into separate warnings.
by Ted Kremenek
· 12 years ago
8a660eb
[analyzer] Change inlining policy to inline small functions when reanalyzing ObjC methods as top level.
by Anna Zaks
· 12 years ago
6c82fc6
Remove useGlobalsForAutomaticVariables.
by Rafael Espindola
· 12 years ago
852e3d7
[ms-cxxabi] Give the MS inheritance attributes a base class
by Reid Kleckner
· 12 years ago
e2359e2
Fix a crasher by reporting a fatal error if we're unable to create the target
by Chad Rosier
· 12 years ago
72339a0
Add PRFCHW intrinsic support
by Michael Liao
· 12 years ago
c56fff7
[Preprocessor/Modules] Separate the macro directives kinds into their own MacroDirective's subclasses.
by Argyrios Kyrtzidis
· 12 years ago
2db075b
Implement special-case name lookup for inheriting constructors: member
by Richard Smith
· 12 years ago
2275b79
Fix layering violation harder.
by Matt Beaumont-Gay
· 12 years ago
d44d287
<rdar://problem/13434605> Periodically prune the module cache so that it does not grow forever.
by Douglas Gregor
· 12 years ago
fd61d6f
Correct indentation. No functionality change.
by Nick Lewycky
· 12 years ago
14df23b
Emit an error message instead of crashing when dereferencing an incomplete pointer type.
by Bill Wendling
· 12 years ago
2951187
Reject -no-integrated-as on windows.
by Rafael Espindola
· 12 years ago
1db7040
Generate metadata to implement the -cl-kernel-arg-info option.
by Guy Benyei
· 12 years ago
4708b3d
[analyzer] Teach constraint managers about unsigned comparisons.
by Jordan Rose
· 12 years ago
8569281
Add reverseComparisonOp and negateComparisonOp to BinaryOperator.
by Jordan Rose
· 12 years ago
76e6e13
If a .syms file is available alongside a sanitizer runtime, pass it to the
by Richard Smith
· 12 years ago
0f3a34f
Revert "[analyzer] Break cycles (optionally) when trimming an ExplodedGraph."
by Jordan Rose
· 12 years ago
1aa4f50
[analyzer] Fix ExprEngine::ViewGraph to handle C++ initializers.
by Jordan Rose
· 12 years ago
Next »