1. 6bfd533 Fold assertion into condition, as it does not hold all the time. by Ted Kremenek · 14 years ago
  2. 6614b2d Testcase for r103712. by Chandler Carruth · 14 years ago
  3. 1733bc3 Teach the AKA calculation to look at sugar on the pointee type for pointers and by Chandler Carruth · 14 years ago
  4. 5d7c29a Rebuild builtin_id * as an ObjCObjectPointerType, where builtin_id is the by John McCall · 14 years ago
  5. 8e98ac1 Relax an assertion. Various cases could lead to non-symbol values. by Zhongxing Xu · 14 years ago
  6. c000834 When performing template argument deduction, match Objective C pointers by John McCall · 14 years ago
  7. 197113b Delete a dead function at sabre's request. by Chandler Carruth · 14 years ago
  8. 5ef12b3 Update the types for warning option subgroup arrays to 'short', we have more by Chandler Carruth · 14 years ago
  9. 01b0cfa Add test case for <rdar://problem/7880658>. by Ted Kremenek · 14 years ago
  10. b47467b Remove stale comment. by Ted Kremenek · 14 years ago
  11. bef0efd add a couple of key functions for classes without them. by Chris Lattner · 14 years ago
  12. 0f91f6a Specially handle CaseStmts in CursorVisitor because they can be nested and walking them by Ted Kremenek · 14 years ago
  13. 8ab870d If given location is invalid then use current location. by Devang Patel · 14 years ago
  14. 79d3f04 Objective-C++ Sema. Support for conversion of a C++ by Fariborz Jahanian · 14 years ago
  15. edd8df9 "this patch properly addresses escaping < and > which might appear by Chris Lattner · 14 years ago
  16. face981 improve comments. by Chris Lattner · 14 years ago
  17. e0530b0 Revert "Move macro definitions for IBOutlet and IBAction into the source by Daniel Dunbar · 14 years ago
  18. 445851c Move macro definitions for IBOutlet and IBAction into the source code. This hopefully by Ted Kremenek · 14 years ago
  19. b30575c Driver/Darwin/i386: Don't allow compiling C++ with -fapple-kext, we don't support the necessary ABI yet. by Daniel Dunbar · 14 years ago
  20. 6b3d5a6 Simplify. by Daniel Dunbar · 14 years ago
  21. 65267b2 Objective-C++ Sema - Allow static_cast of one objc pointer to another. by Fariborz Jahanian · 14 years ago
  22. 9679caf Whenever we instantiate a function definition or class, enter a new by Douglas Gregor · 14 years ago
  23. c63d2c8 When we emit an error during the implicit definition of a special by Douglas Gregor · 14 years ago
  24. a9f1bb1 Yes another annotate-tokens tweak. by Daniel Dunbar · 14 years ago
  25. 321f8df Increase test portability. by Daniel Dunbar · 14 years ago
  26. a3849b1 Make test portable. by Ted Kremenek · 14 years ago
  27. bcbdd8e Make test case invariant to macro definition location. by Ted Kremenek · 14 years ago
  28. 9a700d2 Re-apply r103581 with updated tests. It turns out we were computing bogus locations for by Ted Kremenek · 14 years ago
  29. 20f9ba7 Temporarily revert r103581 so I can fix the failing tests. by Ted Kremenek · 14 years ago
  30. b5fb6ac Correctly check if a cursor is a declaration before returning its location/range in clang_getCursorLocation()/clang_getCursorExtent(). This fixes a horrible bug reported in by Ted Kremenek · 14 years ago
  31. ab1af60 Remove debugging aids I did not intend to commit. by Ted Kremenek · 14 years ago
  32. a333c66 Adjust clang_annotateTokens() to correctly account for the TypeSourceInfo for DeclaratorDecls by Ted Kremenek · 14 years ago
  33. 984ec48 don't force 16 threads. by Chris Lattner · 14 years ago
  34. 5e2a7ac Improve commentary on the indirect-goto jump scope checker and extract by John McCall · 14 years ago
  35. ebc2fb2 Correct spelling of expected error message. Apparently I forgot to re-run by John McCall · 14 years ago
  36. ddb0b4d When checking scopes for indirect goto, be more permissive (but still safe) by John McCall · 14 years ago
  37. 60e4fd9 Use end location of DeclStmt to mark stop point. by Devang Patel · 14 years ago
  38. a48412a BoostCon tutorial notes, temporary by Douglas Gregor · 14 years ago
  39. 465d41b Merged Elaborated and QualifiedName types. by Abramo Bagnara · 14 years ago
  40. 380c213 Speculatively revert r103497, "Do not mark the virtual members of an by Daniel Dunbar · 14 years ago
  41. 9430d5a IRgen/i386/C++: Fix isSingleElementStruct computation for C++ record decls. by Daniel Dunbar · 14 years ago
  42. bbbe074 Do not mark the virtual members of an implicitly-instantiated class as by Douglas Gregor · 14 years ago
  43. 92dd191 VISIBILITY_HIDDEN was renamed LLVM_LIBRARY_VISIBILITY. by Duncan Sands · 14 years ago
  44. c965449 Fix test. by Fariborz Jahanian · 14 years ago
  45. ba55ec2 It's bad form to create VarDecl's without DeclContexts by Douglas Gregor · 14 years ago
  46. 2166beb The C++98/03 standard is disturbingly silent about out-of-scope by Douglas Gregor · 14 years ago
  47. 85bcd99 Static data members intialized in-class that have constant values are by Douglas Gregor · 14 years ago
  48. 84c580f Minor refactoring of my last patch. by Fariborz Jahanian · 14 years ago
  49. 7ed5bd3 Fix indentation by Douglas Gregor · 14 years ago
  50. bb6e73f A DeclRefExpr that refers to a member function or a static data member by Douglas Gregor · 14 years ago
  51. 444eaa8 Add a test for a subtle instantiation pattern that showed up within a Boost by Chandler Carruth · 14 years ago
  52. a5fdd9c Fixes for compilation with Microsoft Visual Studio 2010, from Steven Watanabe! by Douglas Gregor · 14 years ago
  53. f8e10a5 Initialize Column. by Devang Patel · 14 years ago
  54. 2f6c550 Allow static_cast to objective-c pointers. Fixes radar 7952457. by Fariborz Jahanian · 14 years ago
  55. 191fdb6 tests: Avoid spurious use of /dev/null. by Daniel Dunbar · 14 years ago
  56. 42c8f87 Refactor the constant-evaluator so that it only supports a single form by John McCall · 14 years ago
  57. b3ebe94 Objective-C++ Code gen. Handle code gen. for property by Fariborz Jahanian · 14 years ago
  58. 45d9c2d Allocate most of DeclarationNamesTable using ASTContext's allcocator. The only things that by Ted Kremenek · 14 years ago
  59. ac9590e Start converting pieces of DeclarationNameTable to be allocated using ASTContext's allocator. by Ted Kremenek · 14 years ago
  60. d04ed41 Convert CXXTempory[] in CXXExprWithTemporaries to be allocated using ASTContext's allocator. Fixes <rdar://problem/7961605>. by Ted Kremenek · 14 years ago
  61. 4bd98e8 Improved -ast-print-xml for C++, from Sebastien Binet! by Douglas Gregor · 14 years ago
  62. c896ea8 Alternative workaround for MSVC compilation failure, from Dimitry Andric by Douglas Gregor · 14 years ago
  63. 258cf27 If variable location is invalid then use current location. by Devang Patel · 14 years ago
  64. 90556d4 Fix refacto in r103387, noticed by Christopher Jefferson. by Daniel Dunbar · 14 years ago
  65. ecafebe Add an UpdateVBases parameter to UpdateEmptyClassOffsets. Not used just yet. by Anders Carlsson · 14 years ago
  66. 3159ffe More work on handling empty classes. by Anders Carlsson · 14 years ago
  67. 5921863 pch'ify CXXNewExpr and CXXZeroInitValueExpr by Chris Lattner · 14 years ago
  68. ddfe960 Doxygen-ify a comment and add an example of when this AST node is required. by Chandler Carruth · 14 years ago
  69. aff32cb fix refactor-o by Chris Lattner · 14 years ago
  70. d259836 pchify CXXTemporary, CXXBindTemporaryExpr, and CXXExprWithTemporaries. by Chris Lattner · 14 years ago
  71. 5ce6677 Fix typo. by Chandler Carruth · 14 years ago
  72. 030854b pch'ify default argument definitions and uses. by Chris Lattner · 14 years ago
  73. 2fbdfcd pch'ify 'this' and 'throw' by Chris Lattner · 14 years ago
  74. 14ab24f pch'ify typeid. by Chris Lattner · 14 years ago
  75. 1817bd4 pchify CXXMemberCallExpr correctly. Before it would serialize by Chris Lattner · 14 years ago
  76. ddae877 Cleanup. by Anders Carlsson · 14 years ago
  77. fe52c91 Be more careful about picking a template parameter when we fail to substitute explicit template arguments into a function template by Douglas Gregor · 14 years ago
  78. 22b8827 Tweaked selector mangling again (GNU runtime). by David Chisnall · 14 years ago
  79. afa0fef Fix a silly bootstrap-breaking thinko, where we were trying to convert by Douglas Gregor · 14 years ago
  80. 836fc14 Actually compute the empty subobject sizes. No functionality change yet. by Anders Carlsson · 14 years ago
  81. 5764f61 Improve our handling of the -Wunused-variable warning in templates. In by Douglas Gregor · 14 years ago
  82. c6dfe19 Don't complain about an __builtin_va_arg expression's result being by Douglas Gregor · 14 years ago
  83. 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 · 14 years ago
  84. 1f10962 Attempted workaround for MSVC compile error by Douglas Gregor · 14 years ago
  85. eaa18e4 When instantiating statements that involve conditions (if, while, do, by Douglas Gregor · 14 years ago
  86. 20fba8a Fixed linkage problem from last commit (GNU runtime). by David Chisnall · 14 years ago
  87. 87935a8 Tweaked selector generation (GNU runtime). Removed the use of GlobalAliases in the generated bitcode. by David Chisnall · 14 years ago
  88. aaa045d Don't destroy the data associated with an overload resolution candidate; it's ASTContext-allocated now by Douglas Gregor · 14 years ago
  89. ff5adac Record template argument deduction failures for member function by Douglas Gregor · 14 years ago
  90. ec20f46 When printing an overload candidate that failed due to SFINAE, print a by Douglas Gregor · 14 years ago
  91. f1a8445 Improve overload-candidate diagnostic for a function template that by Douglas Gregor · 14 years ago
  92. a95342c A leak is better than a double-free while I figure out how to address by Douglas Gregor · 14 years ago
  93. 0ca4c58 Minor cleanup, and ban copying of OverloadCandidateSets. No by Douglas Gregor · 14 years ago
  94. a18592e When template argument deduction fails because the call had too by Douglas Gregor · 14 years ago
  95. a933319 When printing a non-viable overload candidate that failed due to by Douglas Gregor · 14 years ago
  96. 40e6299 Fix test for Release-Asserts build by Douglas Gregor · 14 years ago
  97. 0506af3 Update latest checker build to a local link. by Daniel Dunbar · 14 years ago
  98. b4eeaff When we encounter a non-dependent type during template instantiation, by Douglas Gregor · 14 years ago
  99. f4e54a2 If there is not any debug info for type then do not emit debug info for this variable. by Devang Patel · 14 years ago
  100. d30bf2e Introduce a recursive AST visitor that makes it trivial to recursively by Douglas Gregor · 14 years ago