- faccd72 Fix this for real. by Anders Carlsson · 15 years ago
- 1eb79b5 Hide IdxVisitor and remove unimplemented method (causing link errors on x86_64 by Daniel Dunbar · 15 years ago
- d841778 Test case for conversion type method call ir-gen. by Fariborz Jahanian · 15 years ago
- 83b534c Allow explicit ctors for casts. by Anders Carlsson · 15 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 · 15 years ago
- 0897292 Pass InOverloadResolution all the way down to IsPointerConversion. by Anders Carlsson · 15 years ago
- 5039819 Lot's of little changes to get the C-based indexing API going... by Steve Naroff · 15 years ago
- 0dde18e Instantiate unresolved using declarations. by Anders Carlsson · 15 years ago
- 4fc7ab3 ir-gen related patch for type conversion by Fariborz Jahanian · 15 years ago
- 7e8f818 Add CX prefix to Cursor and move a comment. by Steve Naroff · 15 years ago
- 02cace7 Omnibus friend decl refactoring. Instead of cloning AST classes for friend by John McCall · 15 years ago
- 550b14b Create UnresolvedUsingDecls. by Anders Carlsson · 15 years ago
- c72160b Factor declaration building out to Sema::BuildUsingDeclaration. by Anders Carlsson · 15 years ago
- 665b49c Check in UnresolvedUsingDecl. by Anders Carlsson · 15 years ago
- abd46e1 Use SymbolicRegion instead of CodeTextRegion for symbolic function by Ted Kremenek · 15 years ago
- 73b39cf More work on using declarations. by Anders Carlsson · 15 years ago
- cf9f921 Many improvements to using declarations. by Anders Carlsson · 15 years ago
- dd46ade Accept and ignore a few more -Wflags. by Chris Lattner · 15 years ago
- 13e6e0c Update checker build. by Ted Kremenek · 15 years ago
- a818783 Use C++ style comments. by Ted Kremenek · 15 years ago
- 65a81a9 Implement: <rdar://problem/6337132> CWE-273: Failure to Check Whether Privileges by Ted Kremenek · 15 years ago
- f710789 Update exports list. by Ted Kremenek · 15 years ago
- 8a5ae24 When looking for overloaded member operators, make sure to instantiate by Douglas Gregor · 15 years ago
- 9058f90 convert to filecheck and force a triple so that this passes on big by Chris Lattner · 15 years ago
- e8d6d2b CFG construction: Abort CFG construction when processing a CompoundStmt if any by Ted Kremenek · 15 years ago
- 8e02934 Rename 'bindExpr' to 'BindExpr'. by Ted Kremenek · 15 years ago
- 6d2c657 Move the AnalysisContext* from GRState to Environment. by Ted Kremenek · 15 years ago
- 666479b Define _GNU_SOURCE in C++ mode so that clang works with GNU libstdc++. by Eli Friedman · 15 years ago
- 51ac7d4 Add __builtin_memchr (used by GNU libstdc++). by Eli Friedman · 15 years ago
- a77a07e Clean up CodeGenFunction::EmitCastLValue to use the cast kind. Error by Eli Friedman · 15 years ago
- 600866c Fill in Index.h header file and add stubs to implementation file. by Steve Naroff · 15 years ago
- eaba1af Fix for PR4794 (instantiating friend class decl); this version shouldn't by Eli Friedman · 15 years ago
- e74b32a Extend the exception spec test even further. Now I need to implement this. by Sebastian Redl · 15 years ago
- cc6be89 Remove unnecessary include. by Eli Friedman · 15 years ago
- a8880dd Don't create a junk file in the source directory. by Eli Friedman · 15 years ago
- 56bea43 Back out bad piece of r80272. Will look at fixing this a different way. by Eli Friedman · 15 years ago
- c5c54f2 PR4794: Make instantiating friend class decls not crash. by Eli Friedman · 15 years ago
- 7b361b5 Add an InOverloadResolution flag to TryCopyInitialization. by Anders Carlsson · 15 years ago
- 2de3ace Remove more default arguments. by Anders Carlsson · 15 years ago
- da7a18b Remove default arguments from TryImplicitConversion and fix a bug found in the process. by Anders Carlsson · 15 years ago
- cbdebdd PR4800: Implement -Wpointer-arith. I think this is the correct behavior by Eli Friedman · 15 years ago
- d28b428 Remove default argument from TryCopyInitialization. by Anders Carlsson · 15 years ago
- 2974b5c Revert the flags change for now, I have a better idea for this. by Anders Carlsson · 15 years ago
- d60e105 Implement instantiation of the declarations of member function by Douglas Gregor · 15 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 · 15 years ago
- 1d8bdd3 Remove unused utility methods of GRStmtNodeBuilder. by Zhongxing Xu · 15 years ago
- 99330ca Remove unused utility methods of GRStmtNodeBuilder. by Zhongxing Xu · 15 years ago
- cf78271 restore indentation by Gabor Greif · 15 years ago
- 156c413 add missing header by Gabor Greif · 15 years ago
- c999496 Remove a unused member variable. Instead query the option from AnalysisManager. by Zhongxing Xu · 15 years ago
- f5afb5e iterator.h is no more. Be standards compliant. by Gabor Greif · 15 years ago
- 6dd38da When checking whether one declaration context encloses another, make sure to look at the primary contexts. Thanks to Eli for the test case by Douglas Gregor · 15 years ago
- 8d4c5ea Don't check member and base initializers if the constructor is dependent. by Anders Carlsson · 15 years ago
- 5c36fb2 Use early returns to avoid indentation. by Anders Carlsson · 15 years ago
- 2a16a13 Stub out an error so we don't crash. by Eli Friedman · 15 years ago
- e7624a7 Add a BuildCXXTemporaryObjectExpr and use it so default arguments will be instantiated correctly for temporary object expressions. by Anders Carlsson · 15 years ago
- bb60a50 In ActOnCXXTypeConstructExpr, check that the type is complete and non-abstract before creating any expressions. This assures that any templates are instantiated if necessary. by Anders Carlsson · 15 years ago
- 0fb0bc4 Simplify 'Environment' to contain only one map from 'const Stmt*' to SVals, greatly simplifying the logic of the analyzer in many places. We now only distinguish between block-level expressions and subexpressions in Environment::RemoveDeadBindings and GRState pretty-printing. by Ted Kremenek · 15 years ago
- bf3fe20 Testcase for an almost recent checkin. by Mike Stump · 15 years ago
- 0e88b16 Cleanups. by Mike Stump · 15 years ago
- a6ec7ad New RequireNonAbstractType function. by Anders Carlsson · 15 years ago
- b790661 Bye-bye old RequireCompleteType. by Anders Carlsson · 15 years ago
- 63bb7c2 Fixup codegen for static dispatch to a virtual function that was by Mike Stump · 15 years ago
- 76c5b55 Tweak the list of open projects for C++ by Douglas Gregor · 15 years ago
- 64e690e ir-gen for type convesion of class objects. WIP. by Fariborz Jahanian · 15 years ago
- e9f8eb6 Make sure to bump the reference count of the last element in the ParenListExpr representing the direct initializer of a declaration by Douglas Gregor · 15 years ago
- c566423 Remove another unused argument. by Anders Carlsson · 15 years ago
- d497ba7 Remove the PrintType argument from RequireCompleteType. by Anders Carlsson · 15 years ago
- bd4c4ae When a member reference expression includes a qualifier on the member by Douglas Gregor · 15 years ago
- d2fa566 Add initial boilerplate for CIndex, a shared library that will vend high-level by Ted Kremenek · 15 years ago
- 91a0cc9 Add a RequireCompleteType variant that takes a PartialDiagnostic. The old RequireCompleteType now creates a PartialDiagnostic and calls the new function. by Anders Carlsson · 15 years ago
- 022fb28 The PartialDiagnostic constructor doesn't need to be explicit. by Anders Carlsson · 15 years ago
- 1feade8 Regularize the case and sort. by Mike Stump · 15 years ago
- 21c2e20 More improvements to PartialDiagnostic. by Anders Carlsson · 15 years ago
- 83ddad3 Implement support for C++ direct initializers that involve dependent by Douglas Gregor · 15 years ago
- be3289d More work for conversion functions. by Mike Stump · 15 years ago
- f0070db Implement virtual dispatch. :-) This is self-consistent with clang, by Mike Stump · 15 years ago
- 58d3f1a Fixes a comment. by Fariborz Jahanian · 15 years ago
- 9099ff0 AST for conversion by conversion functions. WIP. by Fariborz Jahanian · 15 years ago
- 47421a2 As far as I know, there aren't any warning differences between -std=gnu99 and by Eli Friedman · 15 years ago
- ab24c8d Since the HexFloats option only controls a warning, it shouldn't depend by Eli Friedman · 15 years ago
- d15d8c6 Make address-space qualification work correctly for compound literals. by Eli Friedman · 15 years ago
- 2cf738f More support for pseudo dtors. by Anders Carlsson · 15 years ago
- e9f4208 update to CXXFunctionalCastExpr to support ir-gen for by Fariborz Jahanian · 15 years ago
- db3a0f5 Make sure to compare primary declaration contexts when determining whether a declaration is in scope by Douglas Gregor · 15 years ago
- 42c39f3 When we know that we are parsing a class-name, implicitly construct a by Douglas Gregor · 15 years ago
- 8f28f99 Add Sema::BuildMemberReferenceExpr and have Sema::ActOnMemberReferenceExpr call it. by Anders Carlsson · 15 years ago
- 3aa4ca4 Address some of Doug's comments. by Anders Carlsson · 15 years ago
- c3384cb Fix for overloaded binary operators whose operands need implicit by Douglas Gregor · 15 years ago
- b215394 Add the partially implemented PartialDiagnostic class. by Anders Carlsson · 15 years ago
- 47e1f7c Source location information for ? and : in a ConditionalOperator, from Enea Zaffanella by Douglas Gregor · 15 years ago
- 91a2886 Fix bug in __extension__ handling for declarations, from Abramo by Douglas Gregor · 15 years ago
- eb1a1b6 Revert r80064 since it broke the build. by Anders Carlsson · 15 years ago
- 78e7d3a Implement virtual dispatch. :-) This is self-consistent with clang, but not yet by Mike Stump · 15 years ago
- 4f68d53 Simplified default construction of array data members by Fariborz Jahanian · 15 years ago
- dacd434 Improve diagnostics and recovery when the nested-name-specifier of a by Douglas Gregor · 15 years ago
- ec77387 Parsing of pseudo-destructors. by Anders Carlsson · 15 years ago
- 11401c6 Update checker build. by Ted Kremenek · 15 years ago
- ab2f43c Fix regression in BasicStoreManager caused by implicitly casting loaded values and trying to load/store from arrays. RegionStoreManager already properly handles these cases well; we just need to gracefully not handle this case in BasicStoreManager. This fixes PR 4781. by Ted Kremenek · 15 years ago
- bcf62a9 Handle pointer arithmetic in RegionStoreManager involving Objective-C pointers by Ted Kremenek · 15 years ago