- d259836 pchify CXXTemporary, CXXBindTemporaryExpr, and CXXExprWithTemporaries. by Chris Lattner · 15 years ago
- 5ce6677 Fix typo. by Chandler Carruth · 15 years ago
- 030854b pch'ify default argument definitions and uses. by Chris Lattner · 15 years ago
- 2fbdfcd pch'ify 'this' and 'throw' by Chris Lattner · 15 years ago
- 14ab24f pch'ify typeid. by Chris Lattner · 15 years ago
- 1817bd4 pchify CXXMemberCallExpr correctly. Before it would serialize by Chris Lattner · 15 years ago
- ddae877 Cleanup. by Anders Carlsson · 15 years ago
- fe52c91 Be more careful about picking a template parameter when we fail to substitute explicit template arguments into a function template by Douglas Gregor · 15 years ago
- 22b8827 Tweaked selector mangling again (GNU runtime). by David Chisnall · 15 years ago
- afa0fef Fix a silly bootstrap-breaking thinko, where we were trying to convert by Douglas Gregor · 15 years ago
- 836fc14 Actually compute the empty subobject sizes. No functionality change yet. by Anders Carlsson · 15 years ago
- 5764f61 Improve our handling of the -Wunused-variable warning in templates. In by Douglas Gregor · 15 years ago
- c6dfe19 Don't complain about an __builtin_va_arg expression's result being by Douglas Gregor · 15 years ago
- c3fddeb Add a SizeOfLargestEmptySubobject member to ASTRecordLayout. For C++ classes this will hold the largest empty subobject or 0 if the class doesn't have any empty subobjects. by Anders Carlsson · 15 years ago
- 1f10962 Attempted workaround for MSVC compile error by Douglas Gregor · 15 years ago
- eaa18e4 When instantiating statements that involve conditions (if, while, do, by Douglas Gregor · 15 years ago
- 20fba8a Fixed linkage problem from last commit (GNU runtime). by David Chisnall · 15 years ago
- 87935a8 Tweaked selector generation (GNU runtime). Removed the use of GlobalAliases in the generated bitcode. by David Chisnall · 15 years ago
- aaa045d Don't destroy the data associated with an overload resolution candidate; it's ASTContext-allocated now by Douglas Gregor · 15 years ago
- ff5adac Record template argument deduction failures for member function by Douglas Gregor · 15 years ago
- ec20f46 When printing an overload candidate that failed due to SFINAE, print a by Douglas Gregor · 15 years ago
- f1a8445 Improve overload-candidate diagnostic for a function template that by Douglas Gregor · 15 years ago
- a95342c A leak is better than a double-free while I figure out how to address by Douglas Gregor · 15 years ago
- 0ca4c58 Minor cleanup, and ban copying of OverloadCandidateSets. No by Douglas Gregor · 15 years ago
- a18592e When template argument deduction fails because the call had too by Douglas Gregor · 15 years ago
- a933319 When printing a non-viable overload candidate that failed due to by Douglas Gregor · 15 years ago
- 40e6299 Fix test for Release-Asserts build by Douglas Gregor · 15 years ago
- 0506af3 Update latest checker build to a local link. by Daniel Dunbar · 15 years ago
- b4eeaff When we encounter a non-dependent type during template instantiation, by Douglas Gregor · 15 years ago
- f4e54a2 If there is not any debug info for type then do not emit debug info for this variable. by Devang Patel · 15 years ago
- d30bf2e Introduce a recursive AST visitor that makes it trivial to recursively by Douglas Gregor · 15 years ago
- abd3a85 The FP constant evaluator was missing a few cases of unary operators that return floats by John McCall · 15 years ago
- 6ad9ac0 add PCH support for a bunch of C++ Decls, patch by Andrew Sutton! by Chris Lattner · 15 years ago
- 3554283 Make that null-dereference fix a little clearer by rearranging some code. by John McCall · 15 years ago
- ce87e6d Fix a potential null dereference in the pointer-to-bool evaluator; caught by by John McCall · 15 years ago
- efdb83e Change the pointer / lvalue constant evaluators to build into a target reference by John McCall · 15 years ago
- fde7596 add more types to -ast-print-xml, PR5006 by Chris Lattner · 15 years ago
- 2ea5baf Extend C++ usrs to include type mangling for tag decl arguments, indicating whether a method by Ted Kremenek · 15 years ago
- d3b8cc2 clean up isBeforeInTranslationUnit by factoring out some common by Chris Lattner · 15 years ago
- 3ebd8dc Switch USR generation over from NamedDecl::getNameAsString() to NamedDecl::printName(). by Ted Kremenek · 15 years ago
- 0b2227e Add NamedDecl::printName() for clients that to use getNameAsString() but are already using a raw_ostream. by Ted Kremenek · 15 years ago
- 6b6d01f Reapply the reference-binding patch applied below, along with a fix to by Douglas Gregor · 15 years ago
- 100b3b9 Minor mod. to my last patch. by Fariborz Jahanian · 15 years ago
- bbb5224 Fixes a Code gen crash trying to use a dot-syntax for by Fariborz Jahanian · 15 years ago
- ab69979 Avoid use of DIDescriptor::getNode(). Use overloaded operators instead. by Devang Patel · 15 years ago
- f4cf1a1 Change the complex constant evaluator to return a bool instead of an APValue. by John McCall · 15 years ago
- ffb507a Add missing #include by Douglas Gregor · 15 years ago
- 44c9806 Revert r103220. It seems to be breaking self-host by Douglas Gregor · 15 years ago
- f78cc43 Add a stub frontend action for BoostCon, for next week's workshop. by Douglas Gregor · 15 years ago
- a7d3c04 Fix PR4386 by implementing gcc's old behaviour (4.2) when initializing by Rafael Espindola · 15 years ago
- 565f8d6 Test case for my last fix. by Sebastian Redl · 15 years ago
- f3e6337 A correct fix for bug 6466. by Sebastian Redl · 15 years ago
- edd5585 And finally, revert the accidental check-in part of the previous reversion. I'm on a roll. by Sebastian Redl · 15 years ago
- 0aa866f Revert 103247, it causes lots of test failures. by Sebastian Redl · 15 years ago
- 4409469 Pass the correct type to BuildMemberReferenceExpr. Fixes bug 6466. by Sebastian Redl · 15 years ago
- 48296ba reimplement the guts of SourceManager::isBeforeInTranslationUnit by Chris Lattner · 15 years ago
- 7db7acb Change Evaluate* in the constant evaluator to enforce being given an argument of by John McCall · 15 years ago
- d905f5a Move CheckICE and isIntegerConstantExpr to ExprConstant.cpp because it seemed by John McCall · 15 years ago
- 66a915f start using the caching now that it appears to work! by Chris Lattner · 15 years ago
- dcb1d68 reimplement the caching in the SourceManager::isBeforeInTranslationUnit() by Chris Lattner · 15 years ago
- 8e67219 Add initial USR support for mangling in the types of C++ functions and methods. by Ted Kremenek · 15 years ago
- a0536d8 Add CXCursor support for LinkageSpecDecl (e.g., 'extern "C"'). by Ted Kremenek · 15 years ago
- d5d90fe Add USR test case for C++ operator methods. by Ted Kremenek · 15 years ago
- 3e5d00c Reverted r103214. by mike-m · 15 years ago
- 6fb9439 Implement encoding of methods which have instantiated template arguments. by Fariborz Jahanian · 15 years ago
- abfe192 When determining whether the two types involved in reference binding by Douglas Gregor · 15 years ago
- 8eb662e After some discussion, conservatively extend our sentinel check to discard by John McCall · 15 years ago
- 25a7678 2nd part of: Overhauled llvm/clang docs builds. by mike-m · 15 years ago
- cbd66f0 Add USR support for C++ namespaces, and unify mangling of location information in USRs by Ted Kremenek · 15 years ago
- 8f06e0e Add CXCursor support for C++ namespaces. by Ted Kremenek · 15 years ago
- a97badf It turns out that we should be allowing redeclarations within function by Douglas Gregor · 15 years ago
- b076910 Do not give implicitly-defined virtual members functions by Douglas Gregor · 15 years ago
- b0e9216 Fix typo in comment; 80 col violation by Douglas Gregor · 15 years ago
- f4aac11 The global variable for the VTT might not have external linkage; allow by Douglas Gregor · 15 years ago
- 7878178 mention that cmake works on unix too. PR7061 by Chris Lattner · 15 years ago
- a3cb8ee ignore *.orig when installing, patch by Brooks Davis! by Chris Lattner · 15 years ago
- eecf38f Fixed DISABLE_SMART_POINTERS breakage by Douglas Gregor · 15 years ago
- 9cf933a Handle -ffunction-sections and -fdata-sections in the driver. by Rafael Espindola · 15 years ago
- 4cadeec Basic: Update getClangRepositoryPath for my change to integration branch layout. by Daniel Dunbar · 15 years ago
- b697e08 Diagnose deprecated/unavailable functions selected by overload resolution. by John McCall · 15 years ago
- 64219a2 Try to work around a Visual C++ bug with copy-assignment. by Douglas Gregor · 15 years ago
- 586596f Rework our handling of temporary objects within the conditions of by Douglas Gregor · 15 years ago
- 97a73cd Code Gen support for Getter/Setter synthesis of by Fariborz Jahanian · 15 years ago
- c3ec9ae Reverted part of r103177 (repositioning of clang-builtin include/) by mike-m · 15 years ago
- ac78b7a Reposition clang-builtin include/ to immediately precede /usr/include/, by mike-m · 15 years ago
- 3c385c2 Push TypeSourceInfo::getTypeLoc() into a header file so that it's by John McCall · 15 years ago
- 04a025e Kill a never-defined, never-used member function. Thanks, Enea. by John McCall · 15 years ago
- 323ed74 Rearchitect -Wconversion and -Wsign-compare. Instead of computing them by John McCall · 15 years ago
- 1b5a618 Remember the number of positive and negative bits used by the enumerators of by John McCall · 15 years ago
- 985f739 simplify EmitAggMemberInitializer a bit and make it work in 32-bit mode, by Chris Lattner · 15 years ago
- 58ae5b4 add todos for isinf_sign and isnormal, which I don't intend to implement by Chris Lattner · 15 years ago
- ed07415 implement codegen support for __builtin_isfinite, part of PR6083 by Chris Lattner · 15 years ago
- 81368fb optimize builtin_isnan/isinf to not do an extraneous extension from by Chris Lattner · 15 years ago
- 420b118 implement part of PR6083: codegen support for isinf. Like isnan, by Chris Lattner · 15 years ago
- a842697 Mark a variable as used in the absence of asserts to silence a GCC warning. by Chandler Carruth · 15 years ago
- c40f73c Remove a dependency on Frontend headers in the Driver library. Also saves by Chandler Carruth · 15 years ago
- 1c625f2 Turn -analyzer-inline-call on for C functions. This also fixed a bug that by Zhongxing Xu · 15 years ago
- 7b99d12 Make -analyzer-inline-call not a separate analysis. Instead it's a boolean by Zhongxing Xu · 15 years ago
- 13c8577 Partial and full specializations of a class template may have a by Douglas Gregor · 15 years ago
- 672c003 Workaround a really serious caching bug in SourceManager::isBeforeInTranslationUnit() where the by Ted Kremenek · 15 years ago