- 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
- bc047ba Test out-of-line definition of a static data member of a member class of a nested class template. Phew by Douglas Gregor · 15 years ago
- c131ebb Test out-of-line definitions of static data members of nested member class templates by Douglas Gregor · 15 years ago
- 495c35d Improve support for out-of-line definitions of nested templates and by Douglas Gregor · 15 years ago
- ce3ff2b Clarify the difference between substitution and instantiation by renaming by John McCall · 15 years ago
- 3ac6a0b Update checker build. by Ted Kremenek · 15 years ago
- 1894dce Fix crash reported in <rdar://problem/7124210> by "back-porting" some of the by Ted Kremenek · 15 years ago
- 78ca7b3 Update Xcode project file to include indexing source files. by Steve Naroff · 15 years ago
- cf5c19b Changed condition of an assert. by Fariborz Jahanian · 15 years ago
- ff4264d Move logic of GRExprEngine::EvalBinOp to SValuator::EvalBinOp. by Ted Kremenek · 15 years ago
- 91cf419 Modify an assert to capture the restriction on friend declarations more by John McCall · 15 years ago
- 05396e2 Implement out-of-line definitions of nested class templates. Most of by Douglas Gregor · 15 years ago
- c87efbd Skip over bases/fields with dependent types. Fixes pr4771. by Fariborz Jahanian · 15 years ago
- 53ca798 Test case for r79968 (courtesy of Anders). by Fariborz Jahanian · 15 years ago
- 8b55ce7 Sanity checking for statement reference counts. Thanks for the suggestion, Fariborz by Douglas Gregor · 15 years ago
- b044c47 Update clang for raw_fd_ostream no longer requiring F_Force. by Dan Gohman · 15 years ago
- 0b84a53 Add a little more testing for default arguments of constructors in a class template by Douglas Gregor · 15 years ago
- 4fb7720 Handle the implicit 'this' parameter for format attributes. by Anders Carlsson · 15 years ago
- 5653ca5 If a parameter has a default argument expression, make sure to instantiate the parameter type before checking that the expression is a valid initializer. by Anders Carlsson · 15 years ago
- 293361a Emit conversion functions correctly. by Anders Carlsson · 15 years ago
- 8644aec Improved support for default arguments in constructors for class templates. by Anders Carlsson · 15 years ago
- 5032ffe Remove CodeDecl and CFG from GRExprEngine and GRStateManager. by Zhongxing Xu · 15 years ago
- 80f01ba Remove a test that relies on old debug info format. by Devang Patel · 15 years ago
- fe2de49 InitializeVarWithConstructor now returns true on failure. by Anders Carlsson · 15 years ago
- da3f4e2 BuildCXXConstructExpr now returns an OwningExprResult. by Anders Carlsson · 15 years ago
- 56c5e33 Factor building of CXXDefaultArgExpr expressions out into a separate function. by Anders Carlsson · 15 years ago
- cc02553 Remove Decl and CFG from ExplodedGraph. This leads to a series small changes. by Zhongxing Xu · 15 years ago
- 9351c17 Basic support for default argument expressions for function templates. by Anders Carlsson · 15 years ago
- ed961f9 Factor setting default arguments out into SetParamDefaultArgument. by Anders Carlsson · 15 years ago
- ef46d18 Fix ivar layout map generation (hopefully). by Anders Carlsson · 15 years ago
- 5f49a0c Use hasDefaultArg instead of getDefaultArg. by Anders Carlsson · 15 years ago
- 66e78e2 Add Decl getter/setters for uninstantiated default arguments for function parameters. by Anders Carlsson · 15 years ago
- 66e3067 Check that the default argument is well-formed before checking the initializer types. by Anders Carlsson · 15 years ago
- b13bc41 Eliminate a GCC warning by Douglas Gregor · 15 years ago
- e666b1b Remove #ifdef'out code. by Fariborz Jahanian · 15 years ago
- c305833 Keep track of the template parameter depth properly when we have by Douglas Gregor · 15 years ago
- ac50213 Add test case for PR 4759. by Ted Kremenek · 15 years ago
- 0878007 ConstraintManager::AssumeDual now accepts a 'DefinedSVal' instead of 'SVal' for by Ted Kremenek · 15 years ago
- c3a9415 Introduce 'DefinedSVal', an intermediate parent class between Loc/NonLoc and by Ted Kremenek · 15 years ago
- 55a1846 Add missing '&&'... by Daniel Dunbar · 15 years ago
- 0e2679d PR4766: Don't pass -static to 'as' on x86_64 on Darwin. by Daniel Dunbar · 15 years ago
- 6d9eae6 Remove ivarlayout bitmap optimization, instead if all zeros, by Fariborz Jahanian · 15 years ago
- 9983cc1 Don't try to evaluate an expression that is type- or value-dependent while building the CFG by Douglas Gregor · 15 years ago
- a24eb4e Skip transparent contexts when performing C++ name lookup by Douglas Gregor · 15 years ago
- 504bf55 Handle array to pointer decay in EmitCastExpr and get rid of VisitImplicitCastExpr. by Anders Carlsson · 15 years ago
- e977624 Handle CK_NullToMemberPointer in ScalarExprEmitter::EmitCast by Anders Carlsson · 15 years ago
- 4e382f3 Pass the cast kind to ScalarExprEmitter::EmitCastExpr. by Anders Carlsson · 15 years ago
- 26ba850 Use the right cast kind when comparing null to member pointers. by Anders Carlsson · 15 years ago
- 20b3e99 Implement support for equality comparisons (!=, ==) of member by Douglas Gregor · 15 years ago
- 018d8e0 normalize the CharacterLiteral::getLocation method name, patch by Chris Lattner · 15 years ago
- 77a2b4f Fixes pr4763. by Fariborz Jahanian · 15 years ago
- ad3e711 More member pointer work. by Anders Carlsson · 15 years ago
- 2d82719 Remove dead code by Anders Carlsson · 15 years ago
- 5842ba9 Try to complete a type before looking for conversion functions within by Douglas Gregor · 15 years ago
- 19b7b15 Refactor the template-instantiation logic for expressions into a by Douglas Gregor · 15 years ago
- f42e4a6 Fix build of clang with gcc-4.4: #include <cstdio> was missing. by Torok Edwin · 15 years ago
- 1bba242 Improve top-level-semicolon test a bit by Douglas Gregor · 15 years ago
- a1d71ae Top-level semicolons are allowed in C++0x. Fixes PR4755. by Douglas Gregor · 15 years ago
- efd5bda Make sure to adjust function template declarations to their templated by Douglas Gregor · 15 years ago
- 55cc2ed Remove TargetInfo::getTargetPrefix(). by Daniel Dunbar · 15 years ago
- ec312a1 Switch to StringRef based BitstreamWriter APIs, where appropriate. by Daniel Dunbar · 15 years ago
- b1e5e66 Remove arch normalization from Driver, this should be unnecessary now that by Daniel Dunbar · 15 years ago
- 1752ee4 Switch TargetInfo to store an llvm::Triple. by Daniel Dunbar · 15 years ago
- 2c0843f Switch ABI selection to use llvm::Triple instead of string munging. by Daniel Dunbar · 15 years ago
- 88650c3 fix a GCC type punning warning. by Chris Lattner · 15 years ago
- 0fa0daa prune #includes. by Chris Lattner · 15 years ago
- d57a7ef API changes to match llvm ToT. by Chris Lattner · 15 years ago
- 8bde505 Reenable clang using clang-cc for C++ and all archs by default. by Daniel Dunbar · 15 years ago
- 55a759b Fix a few tests to be -Asserts agnostic. - Ugh. by Daniel Dunbar · 15 years ago
- 4a12408 Temporarily switch clang back to not using clang-cc by default for C++, and only by Daniel Dunbar · 15 years ago
- 6cb7c1a Replace cerr with errs(). by Benjamin Kramer · 15 years ago
- 68eaf00 cerr -> errs. by Daniel Dunbar · 15 years ago
- 95190d0 Tests for C++ lex.trigraph, patch by Mats! by Daniel Dunbar · 15 years ago