1. 66874fb Use None rather than Optional<T>() where possible. by David Blaikie · 12 years ago
  2. 65124fe Rename TypeLoc's isType to isKind by David Blaikie · 12 years ago
  3. e40b562 Remove commented out code. by Richard Trieu · 12 years ago
  4. dc84cd5 Include llvm::Optional in clang/Basic/LLVM.h by David Blaikie · 12 years ago
  5. d4c3d66 Add a new 'type_visibility' attribute to allow users to by John McCall · 12 years ago
  6. a880b19 Add support for -fvisibility-ms-compat. by John McCall · 12 years ago
  7. 39e6ab4 Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 12 years ago
  8. 5a758de Rework the visibility computation algorithm in preparation by John McCall · 12 years ago
  9. 17c1a2e objective-C: Fixes a compiler crash when encoding by Fariborz Jahanian · 12 years ago
  10. a574c89 Make helper functions static. by Benjamin Kramer · 12 years ago
  11. cfaed8d objective-C: synthesize properties in order of their by Fariborz Jahanian · 12 years ago
  12. 83dece5 Mangle extern "C" functions whose names are not simple identifiers. by Rafael Espindola · 12 years ago
  13. e252a89 Remove const_casts by making spec_begin()/spec_end() const by Dmitri Gribenko · 12 years ago
  14. 747836e Partially revert r175117 so that we don't break assumptions about how by Rafael Espindola · 12 years ago
  15. d2fdd42 merge hasCLanguageLinkage and isExternC. Keep the shorter name. by Rafael Espindola · 12 years ago
  16. 950fee2 Add a getLanguageLinkage method to VarDecls and FunctionDecls. Use it to fix by Rafael Espindola · 12 years ago
  17. 2c5d845 objective-C: Make order of ivars which are synthesized by Fariborz Jahanian · 12 years ago
  18. 59660c2 Emit virtual/deleting destructors properly with -cxx-abi microsoft, PR15058 by Timur Iskhodzhanov · 12 years ago
  19. ad0e27b Fix a bug reduced from a crash when trying to use modules with libc++. We check by Richard Smith · 12 years ago
  20. 8896339 Don't bother reconciling external visible decls against our current set of by Richard Smith · 12 years ago
  21. 0ff4f8b Use static functions instead of an unnamed namespace by Dmitri Gribenko · 12 years ago
  22. bf88144 Comment parsing: use CharInfo.h by Dmitri Gribenko · 12 years ago
  23. 6bd9929 Ensure that type definitions present in just-loaded modules are visible. by Douglas Gregor · 12 years ago
  24. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 12 years ago
  25. 6d4f734 StmtPrinter: Write large char values using \u or \U. by Jordan Rose · 12 years ago
  26. f21107b Use the target address space value when mangling names. by Tanya Lattner · 12 years ago
  27. 2bb07c1 Fix stack overflow and improve performance when a module contains many by Richard Smith · 12 years ago
  28. 21f18c4 Add OpenCL samplers as Clang builtin types and check sampler related restrictions. by Guy Benyei · 12 years ago
  29. bbcd0f3 Fix handling of module imports adding names to a DeclContext after qualified by Richard Smith · 12 years ago
  30. 3646c68 Simplify FindExternalVisibleDeclsByName by making it return a bool indicating by Richard Smith · 12 years ago
  31. 4a19052 AST dumping: indicate the previous declaration for a redeclaration, and by Richard Smith · 12 years ago
  32. 93aa2db DeclPrinter: fix CXXConstructExpr printing with implicit default argument by Dmitri Gribenko · 12 years ago
  33. 922cec2 CodeGen: Remove unnecessary const_casts. No functionality change. by Benjamin Kramer · 12 years ago
  34. f8c1214 Remove unneeded const_casts by Dmitri Gribenko · 12 years ago
  35. b35cc2d Constify ASTContext::getObjContainingInterface by Dmitri Gribenko · 12 years ago
  36. 821b93e Correctly classify T{} as an array temporary if T is an array of class type with nontrivial destructor. by Richard Smith · 12 years ago
  37. af01bed Comment parsing: improve the fidelity of XML output for many block commands by Dmitri Gribenko · 12 years ago
  38. ae54121 Use const visitors in ASTDumper. by Alexander Kornienko · 12 years ago
  39. f843a58 [Comment parsing] Add support for recognizing by Fariborz Jahanian · 12 years ago
  40. c264e16 Add support for AArch64 target. by Tim Northover · 12 years ago
  41. 8c84028 Added outer template parameter lists to friend type AST nodes. by Enea Zaffanella · 12 years ago
  42. f499b34 When comparing two template template arguments in the template differ, consider by Richard Trieu · 12 years ago
  43. 95f97bf Fix -Wcovered-switch-default and -Wunused-private-field warnings. by Richard Smith · 12 years ago
  44. e8d4119 Add indents to AST dumping and removed parenthesis from AST nodes. by Richard Trieu · 12 years ago
  45. 1166723 When comparing two templates in the template differ, consider them the by Douglas Gregor · 12 years ago
  46. 5bd1e5b Comment parsing: resolve more named character references by Dmitri Gribenko · 12 years ago
  47. b1c760e Revert unintended change by Dmitri Gribenko · 12 years ago
  48. cb5620c Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support by Dmitri Gribenko · 12 years ago
  49. 7586a6e Semantic analysis and CodeGen support for C11's _Noreturn. This is modeled as by Richard Smith · 12 years ago
  50. 4b1a0e4 Removed couple of html named character references in my last patch. by Fariborz Jahanian · 12 years ago
  51. 658a115 [Doc parsing] Patch to parse Doxygen-supported HTML character by Fariborz Jahanian · 12 years ago
  52. a52d278 by Joey Gouly · 12 years ago
  53. f727e1c Don't crash while printing APValues that are lvalues casted to a by Douglas Gregor · 12 years ago
  54. a438b2d Abstract the behavior of when to use base-class tail padding. by John McCall · 12 years ago
  55. 5250e2b Decl printer: fix CXXConstructExpr with implicit default argument by Dmitri Gribenko · 12 years ago
  56. d1e5c0d Comment parsing: attach any tag type's documentation to its typedef if latter by Dmitri Gribenko · 12 years ago
  57. 06b5ea6 Revert r173586 (and r173587) , "Attach any tag type's documentation to its typedef if" by NAKAMURA Takumi · 12 years ago
  58. e3fac33 Fix comment. by Fariborz Jahanian · 12 years ago
  59. 87611cd Attach any tag type's documentation to its typedef if by Fariborz Jahanian · 12 years ago
  60. 9677eb8 Added ASTContext methods getIntPtrType and getUIntPtrType. by Enea Zaffanella · 12 years ago
  61. d615f88 Constify some getters of DesignatedInitExpr by Dmitri Gribenko · 12 years ago
  62. 7ba443a Highlight various parts of the AST dump with color. Colors are controlled by by Richard Trieu · 12 years ago
  63. 1044256 Comment parsing: actually check for a block command after "\param x" by Dmitri Gribenko · 12 years ago
  64. 3ac83d6 patch for PR9027 and // rdar://11861085 by Fariborz Jahanian · 12 years ago
  65. 23799e3 simplify code by removing excessive bracing. by Fariborz Jahanian · 12 years ago
  66. 41170b5 Attach enum's documentation to its typedef if by Fariborz Jahanian · 12 years ago
  67. d5617ee The standard ARM C++ ABI dictates that inline functions are by John McCall · 12 years ago
  68. b8b2c9d First pass at abstracting out a class for the target C++ ABI. by John McCall · 12 years ago
  69. d4497dd Clean up: since we have FunctionDecl::IsInline, make it store the right value by Richard Smith · 12 years ago
  70. 8f62847 removed duplicated comment. by Fariborz Jahanian · 12 years ago
  71. ad48a50 Patch to check for integer overflow. It has been by Fariborz Jahanian · 12 years ago
  72. 8441fff Add constness for NestedNameSpecifier::Create parameter by Dmitri Gribenko · 12 years ago
  73. b76d971 Constify some getters in RedeclarableTemplateDecl by Dmitri Gribenko · 12 years ago
  74. 19dbb20 Add a new LangOpt NativeHalfType. This option allows for native half/fp16 by Joey Gouly · 12 years ago
  75. 3a344f9 Fix a bug in VarDecl::getSourceRange() for static member arrays with an element by Nico Weber · 12 years ago
  76. 9ec55f2 Switch to APFloat constructor taking fltSemantics. by Tim Northover · 12 years ago
  77. 649c731 First step towards vftable generation with -cxx-abi microsoft PR13231 by Timur Iskhodzhanov · 12 years ago
  78. e6b9d80 Implement OpenCL event_t as Clang builtin type, including event_t related OpenCL restrictions (OpenCL 1.2 spec 6.9) by Guy Benyei · 12 years ago
  79. c934dfe Use llvm::hexDigitValue in comment lexer by Dmitri Gribenko · 12 years ago
  80. ba57183 Some builtins do not evaluate their arguments. Teach EvaluatedExprVisitor not by Richard Smith · 12 years ago
  81. 02dd798 In Objective-C ARC, completely ignore ownership qualifiers on the by Douglas Gregor · 12 years ago
  82. 87b73ba Suppress all -Wunused-value warnings from macro body expansions. by Matt Beaumont-Gay · 12 years ago
  83. cd8ab51 Implement C++11 semantics for [[noreturn]] attribute. This required splitting by Richard Smith · 12 years ago
  84. 0f9b9f3 Treat hidden Objective-C protocol definitions as if they were by Douglas Gregor · 12 years ago
  85. a44b970 [objcmt] Rewrite a NSDictionary dictionaryWithObjects:forKeys: to a dictionary literal by Argyrios Kyrtzidis · 12 years ago
  86. d329724 Rework the traversal of Objective-C categories and extensions to by Douglas Gregor · 12 years ago
  87. 3f7b3a7 Fix Cast by David Greene · 12 years ago
  88. 51ccafd Resolved merge error with r172323 (llvm::X -> X) by Alexander Kornienko · 12 years ago
  89. acd356e Dump comments in -ast-dump. http://llvm-reviews.chandlerc.com/D269 by Alexander Kornienko · 12 years ago
  90. 0446f51 Remove an unneeded const_cast by Dmitri Gribenko · 12 years ago
  91. cfa88f8 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 12 years ago
  92. 6dcea67 comment by Rafael Espindola · 12 years ago
  93. 508276c bar by Rafael Espindola · 12 years ago
  94. 838dc59 Disable caching of visibility. by Rafael Espindola · 12 years ago
  95. ca2ab45 Provide Decl::getOwningModule(), which determines the (sub)module in by Douglas Gregor · 12 years ago
  96. c328d9c comment parsing: when property accessors don't have comment by Fariborz Jahanian · 12 years ago
  97. 2246823 Fixed a bug that caused the AST importer to erroneously by Sean Callanan · 12 years ago
  98. a18e70b Issue warning when case value is too large to fit by Fariborz Jahanian · 12 years ago
  99. 719e53f Suppress GCC -Wreturn warning. by David Blaikie · 12 years ago
  100. abe75ef Handle static functions being redeclared in function scope. by Rafael Espindola · 12 years ago