Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
639bfc7b1e55e01dd38d2ef399366b5efa55a9a7
639bfc7
Improve missing error messages as suggested by Doug.
by Anders Carlsson
· 16 years ago
05180af
Use DiagnoseMissingMember for UsingDecls.
by Anders Carlsson
· 16 years ago
f4d84b6
Improve diagnostics for missing members. This renames the err_typecheck_no_member to err_typecheck_no_member_deprecated. The idea is that err_typecheck_no_member_deprecated should be phased out and any call sites that reference it should call DiagnoseMissingMember instead.
by Anders Carlsson
· 16 years ago
af496ac
Unbreak tests. I'll look into why this is necessary later.
by Eli Friedman
· 16 years ago
31590f9
Fix the start source location for type-specs like long, short, etc.
by Argyrios Kyrtzidis
· 16 years ago
19a97e2
Fix TypeLoc::operator bool().
by Argyrios Kyrtzidis
· 16 years ago
c5573a8
Make instantiating initializers for classes with a dependent base type
by Eli Friedman
· 16 years ago
e3a97db
Make IRGen for initializing a member reference work correctly.
by Eli Friedman
· 16 years ago
35eda44
Add a workaround for decls that come from friend decls pointing to undeclared classes.
by Anders Carlsson
· 16 years ago
018e9fe
In DeclPrinter, assert when asked to print AS_None.
by Anders Carlsson
· 16 years ago
383d298
Patch to ir-gen user-defined conversions used in expressions [12.3.2-p3]
by Fariborz Jahanian
· 16 years ago
595adc1
Set the access specifier for using decls.
by Anders Carlsson
· 16 years ago
0d8df78
Improve instantiation of UnresolvedUsingDecls.
by Anders Carlsson
· 16 years ago
3197659
Patch for code gen. for c-style cast which ends in
by Fariborz Jahanian
· 16 years ago
d933a01
Get rid of mostly-unused, buggy method.
by Eli Friedman
· 16 years ago
d01a0bc
gcc 4.4 needs cstdio for printf. Reorder includes while at it.
by Benjamin Kramer
· 16 years ago
d0b7839
Test case.
by John McCall
· 16 years ago
52a575a
Fix the breakage by handling indirect instantiations. This would be much
by John McCall
· 16 years ago
0902531
Instantiate member and base initializers. Patch by Anders Johnsen! (tweaked slightly by me)
by Anders Carlsson
· 16 years ago
eab975d
Fix a couple issues with parsing invalid nested-name-specifiers.
by Eli Friedman
· 16 years ago
5fee110
For consistency, just make friend declarations AS_public.
by John McCall
· 16 years ago
2a29c4b
Fix a last-minute typo and make the test not emit temporaries.
by John McCall
· 16 years ago
f181d8a
Ensure code generation for friend declarations in class templates.
by John McCall
· 16 years ago
9a5bca3
Refactor undefined argument checking into a Checker.
by Zhongxing Xu
· 16 years ago
8c57a66
Store the SourceLocation of right parentheses in member initializers. Patch by Anders Johnsen!
by Anders Carlsson
· 16 years ago
54f70e1
Don't assert that friend declarations must have access specifiers for now.
by Anders Carlsson
· 16 years ago
598da5b
CreateDeclRefExprs that point to UnresolvedUsingDecls.
by Anders Carlsson
· 16 years ago
203cb71
Add another check for UnresolvedUsingDecl.
by Anders Carlsson
· 16 years ago
15a24e0
iGenerate vcalls as we build up the methods. WIP.
by Mike Stump
· 16 years ago
fdc3919
Make sure we actually found a redeclaration before complaining about attributes added to a redeclaration in C++
by Douglas Gregor
· 16 years ago
0d59292
Add printing of access specifiers to DeclPrinter. The formatting is pretty bad but it works :)
by Anders Carlsson
· 16 years ago
ed65646
Remove #if 0'd code that is clearly not needed
by Douglas Gregor
· 16 years ago
7fe5d72
path to ir-gen 12.3.1 Conversion by constructor
by Fariborz Jahanian
· 16 years ago
a5bf7f1
Don't crash when instantiating templates containing anonymous structs/unions
by Douglas Gregor
· 16 years ago
3cd4d1e
Test instantiation of static data members that live within nested
by Douglas Gregor
· 16 years ago
8320ad4
Test instantiations of out-of-line member definitions of nested templates.
by Douglas Gregor
· 16 years ago
5ec178f
Fix and test template instantiation for nested member templates.
by Douglas Gregor
· 16 years ago
357bbd0
Tighten up the conversion from a single-level template argument list
by Douglas Gregor
· 16 years ago
c18faf6
Remove the conversion from a multi-level template argument list back to a single template argument list. We no longer need this crutch
by Douglas Gregor
· 16 years ago
d6350ae
Implement template instantiation for member class templates.
by Douglas Gregor
· 16 years ago
c761f40
Add uninitialized values test case.
by Ted Kremenek
· 16 years ago
a834fb4
retain/release checker: [CIContext createCGImage...] and friends returned CF
by Ted Kremenek
· 16 years ago
f53eaa5
Improve support for using decls in the decl printer.
by Anders Carlsson
· 16 years ago
80088a9
Add CIndex dependencies: libLLVMC and libclangSema (for IdentifierResolver).
by Ted Kremenek
· 16 years ago
2349672
Tweak CIndex file to resolve to linking issues with the clang libraries. In
by Ted Kremenek
· 16 years ago
36ef078
Check for UnresolvedUsingDecl when determining if a declaration is a redeclaration or not.
by Anders Carlsson
· 16 years ago
e588841
test case for my last patch.
by Fariborz Jahanian
· 16 years ago
32844b3
patch to prevent crash in hopelessly incorrect method definition with labels.
by Fariborz Jahanian
· 16 years ago
d110243
Collect multiple levels of template arguments into a new type,
by Douglas Gregor
· 16 years ago
faccd72
Fix this for real.
by Anders Carlsson
· 16 years ago
1eb79b5
Hide IdxVisitor and remove unimplemented method (causing link errors on x86_64
by Daniel Dunbar
· 16 years ago
d841778
Test case for conversion type method call ir-gen.
by Fariborz Jahanian
· 16 years ago
83b534c
Allow explicit ctors for casts.
by Anders Carlsson
· 16 years ago
bbf306b
When doing overload resolution, expressions that are value dependent but not type dependent and of integral type should not be treated as null pointer constants.
by Anders Carlsson
· 16 years ago
0897292
Pass InOverloadResolution all the way down to IsPointerConversion.
by Anders Carlsson
· 16 years ago
5039819
Lot's of little changes to get the C-based indexing API going...
by Steve Naroff
· 16 years ago
0dde18e
Instantiate unresolved using declarations.
by Anders Carlsson
· 16 years ago
4fc7ab3
ir-gen related patch for type conversion
by Fariborz Jahanian
· 16 years ago
7e8f818
Add CX prefix to Cursor and move a comment.
by Steve Naroff
· 16 years ago
02cace7
Omnibus friend decl refactoring. Instead of cloning AST classes for friend
by John McCall
· 16 years ago
550b14b
Create UnresolvedUsingDecls.
by Anders Carlsson
· 16 years ago
c72160b
Factor declaration building out to Sema::BuildUsingDeclaration.
by Anders Carlsson
· 16 years ago
665b49c
Check in UnresolvedUsingDecl.
by Anders Carlsson
· 16 years ago
abd46e1
Use SymbolicRegion instead of CodeTextRegion for symbolic function
by Ted Kremenek
· 16 years ago
73b39cf
More work on using declarations.
by Anders Carlsson
· 16 years ago
cf9f921
Many improvements to using declarations.
by Anders Carlsson
· 16 years ago
dd46ade
Accept and ignore a few more -Wflags.
by Chris Lattner
· 16 years ago
13e6e0c
Update checker build.
by Ted Kremenek
· 16 years ago
a818783
Use C++ style comments.
by Ted Kremenek
· 16 years ago
65a81a9
Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether Privileges
by Ted Kremenek
· 16 years ago
f710789
Update exports list.
by Ted Kremenek
· 16 years ago
8a5ae24
When looking for overloaded member operators, make sure to instantiate
by Douglas Gregor
· 16 years ago
9058f90
convert to filecheck and force a triple so that this passes on big
by Chris Lattner
· 16 years ago
e8d6d2b
CFG construction: Abort CFG construction when processing a CompoundStmt if any
by Ted Kremenek
· 16 years ago
8e02934
Rename 'bindExpr' to 'BindExpr'.
by Ted Kremenek
· 16 years ago
6d2c657
Move the AnalysisContext* from GRState to Environment.
by Ted Kremenek
· 16 years ago
666479b
Define _GNU_SOURCE in C++ mode so that clang works with GNU libstdc++.
by Eli Friedman
· 16 years ago
51ac7d4
Add __builtin_memchr (used by GNU libstdc++).
by Eli Friedman
· 16 years ago
a77a07e
Clean up CodeGenFunction::EmitCastLValue to use the cast kind. Error
by Eli Friedman
· 16 years ago
600866c
Fill in Index.h header file and add stubs to implementation file.
by Steve Naroff
· 16 years ago
eaba1af
Fix for PR4794 (instantiating friend class decl); this version shouldn't
by Eli Friedman
· 16 years ago
e74b32a
Extend the exception spec test even further. Now I need to implement this.
by Sebastian Redl
· 16 years ago
cc6be89
Remove unnecessary include.
by Eli Friedman
· 16 years ago
a8880dd
Don't create a junk file in the source directory.
by Eli Friedman
· 16 years ago
56bea43
Back out bad piece of r80272. Will look at fixing this a different way.
by Eli Friedman
· 16 years ago
c5c54f2
PR4794: Make instantiating friend class decls not crash.
by Eli Friedman
· 16 years ago
7b361b5
Add an InOverloadResolution flag to TryCopyInitialization.
by Anders Carlsson
· 16 years ago
2de3ace
Remove more default arguments.
by Anders Carlsson
· 16 years ago
da7a18b
Remove default arguments from TryImplicitConversion and fix a bug found in the process.
by Anders Carlsson
· 16 years ago
cbdebdd
PR4800: Implement -Wpointer-arith. I think this is the correct behavior
by Eli Friedman
· 16 years ago
d28b428
Remove default argument from TryCopyInitialization.
by Anders Carlsson
· 16 years ago
2974b5c
Revert the flags change for now, I have a better idea for this.
by Anders Carlsson
· 16 years ago
d60e105
Implement instantiation of the declarations of member function
by Douglas Gregor
· 16 years ago
1937738
Add a OverloadResolutionFlags and start converting some of the overload methods over to using it instead of bools arguments.
by Anders Carlsson
· 16 years ago
1d8bdd3
Remove unused utility methods of GRStmtNodeBuilder.
by Zhongxing Xu
· 16 years ago
99330ca
Remove unused utility methods of GRStmtNodeBuilder.
by Zhongxing Xu
· 16 years ago
cf78271
restore indentation
by Gabor Greif
· 16 years ago
156c413
add missing header
by Gabor Greif
· 16 years ago
c999496
Remove a unused member variable. Instead query the option from AnalysisManager.
by Zhongxing Xu
· 16 years ago
f5afb5e
iterator.h is no more. Be standards compliant.
by Gabor Greif
· 16 years ago
Next »