1. 2fcf0de Note that we support (and in fact have supported since the dawn of time itself) by Richard Smith · 11 years ago
  2. 59d6a71 Emit the underlying type in the debug info for all kinds of fixed enums by Adrian Prantl · 11 years ago
  3. fc7227e s/C++0x/C++11/ by Adrian Prantl · 11 years ago
  4. b80a16e Implement CodeGen for C++11 thread_local, following the Itanium ABI specification as discussed on cxx-abi-dev. by Richard Smith · 11 years ago
  5. 8be71a6 [libclang] Fix copy-paste error in comment. by Argyrios Kyrtzidis · 11 years ago
  6. 80e1aca [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the given cursor is a variadic function or method. by Argyrios Kyrtzidis · 11 years ago
  7. 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 11 years ago
  8. 9ee6a66 [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 11 years ago
  9. 4d6bc18 Adds a new doxygen tag needed. // rdar://12379053 by Fariborz Jahanian · 11 years ago
  10. 0579c16 Add llvm_unreachable at end of fully covered switch to pacify GCC. by Benjamin Kramer · 11 years ago
  11. 5b90ae7 [analyzer] Allow TrackConstraintBRVisitor to work when the value it’s tracking is not live in the last node of the path by Anna Zaks · 11 years ago
  12. 87f9d81 [Modules] Use global index to improve typo correction performance by Argyrios Kyrtzidis · 11 years ago
  13. 9753d46 Add support for gcc's spelling of -fcolor-diagnostics. by Nico Weber · 11 years ago
  14. 7974c60 DR974: Lambdas can have default arguments. by Richard Smith · 11 years ago
  15. 076eea2 Implemented #pragma GCC warning/error in the same mould as #pragma message. by Andy Gibbs · 11 years ago
  16. 092140a Fix PR15291: noreturn adjustment in overload resolution for function templates, from Alexander Zinenko! by Douglas Gregor · 11 years ago
  17. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  18. 2a6e528 Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This by Richard Trieu · 11 years ago
  19. 2e3d8c0 Enhance the ObjC global method pool to record whether there were 0, 1, or >= 2 methods (with a particular selector) inside categories. by Argyrios Kyrtzidis · 11 years ago
  20. 8dae128 Factor CheckerManager to be able to pass AnalyzerOptions to checkers by Ted Kremenek · 11 years ago
  21. a9ad400 Remove unused "getConfig()" method. A new way is to have high-level by Ted Kremenek · 11 years ago
  22. 8da1dd6 [1/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 11 years ago
  23. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 11 years ago
  24. 051303c Implement CapturedStmt AST by Tareq A. Siraj · 11 years ago
  25. 85192c7 Parser support for #pragma clang __debug captured by Tareq A. Siraj · 11 years ago
  26. f491013 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 11 years ago
  27. b004a8e Fix PR4296: Add parser detection/error recovery for nested functions, from Serve Pavlov! by Douglas Gregor · 11 years ago
  28. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  29. 07d8470 [analyzer] Add pretty printing to CXXBaseObjectRegion. by Anna Zaks · 11 years ago
  30. 79d0cce [analyzer] Address code review for r179395 by Anna Zaks · 11 years ago
  31. 77670f1 Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()." by Argyrios Kyrtzidis · 11 years ago
  32. 64fe1bb Use llvm::sys::IsBigEndianHost. by Rafael Espindola · 11 years ago
  33. 115ac5a Add a missing space by Timur Iskhodzhanov · 11 years ago
  34. 90cc390 Remove hasExternalLinkageUncached. by Rafael Espindola · 11 years ago
  35. 3c6a9b0 Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer. by Nadav Rotem · 11 years ago
  36. d09615f Comment command table: use inheritance instead of duplicating code by Dmitri Gribenko · 11 years ago
  37. 6a570f6 Diagnose if a __thread or _Thread_local variable has a non-constant initializer by Richard Smith · 11 years ago
  38. 321ae79 [Mips] Support -mmicromips / -mno-micromips command line options. by Simon Atanasyan · 11 years ago
  39. 2ed42b8 [Mips] Remove "single" from the list of valid MIPS float ABI names. Add by Simon Atanasyan · 11 years ago
  40. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 11 years ago
  41. 175c8e2 Speed-up ObjCMethodDecl::getOverriddenMethods(). by Argyrios Kyrtzidis · 11 years ago
  42. ecc6523 Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included/expanded in" decomposed location of the given FileID. by Argyrios Kyrtzidis · 11 years ago
  43. ec64244 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 11 years ago
  44. 7332ae4 <rdar://problem/13643854> Only emit ambiguous-expansion warnings when at least one of the macro definitions comes from a non-system header. by Douglas Gregor · 11 years ago
  45. 9e2f597 [analyzer]Print field region even when the base region is not printable by Anna Zaks · 11 years ago
  46. 4522f63 [libclang] Introduce clang_Location_isInSystemHeader to check if a location resides in a system header. by Argyrios Kyrtzidis · 11 years ago
  47. 3bbffd5 Sema: Give a typically small DenseMap some inline capacity. by Benjamin Kramer · 11 years ago
  48. f6f77bd Add a new -mimplicit-float option for symmetry with -mno-implicit-float. by Bob Wilson · 11 years ago
  49. a3609b0 [ms-cxxabi] Implement member pointer emission and dereferencing by Reid Kleckner · 11 years ago
  50. 5142be6 [libclang] Improve a doxygen comment, as suggested by Jordan. by Argyrios Kyrtzidis · 11 years ago
  51. 04b6748 [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. by Argyrios Kyrtzidis · 11 years ago
  52. 4de561f [analyzer] Factor common code from {SymSym,SymInt,IntSym}Expr to BinarySymExpr by Ryan Govostes · 11 years ago
  53. 411d33a [libclang] Expose record layout info via new libclang functions: by Argyrios Kyrtzidis · 11 years ago
  54. 1fd1e28 Force a load when creating a reference to a temporary copied from a bitfield. by Jordan Rose · 11 years ago
  55. 75dbdfa comment parsing. Add couple more needed doxygen tags. // rdar://12379053 by Fariborz Jahanian · 11 years ago
  56. d4fc9de [driver] Add a -Ofast option, which enables -O3, -ffast-math, and by Chad Rosier · 11 years ago
  57. 0e7f2bb -fparse-all-comments: remove redundant check, as suggested by Fariborz Jahanian by Dmitri Gribenko · 11 years ago
  58. 6fd7d30 Add an option to parse all comments as documentation comments by Dmitri Gribenko · 11 years ago
  59. 0b0ca47 Add support for computing the exception specification for an inheriting by Richard Smith · 11 years ago
  60. ec27608 Improve the diagnostics of the number-reading preprocessor directives. by Michael Ilseman · 11 years ago
  61. 5771a2f Adding new AST Matchers isVirtual and isOverride by Edwin Vane · 11 years ago
  62. 52ca70d If the user requested a zero-base-shadow sanitizer, infer -pie and -fPIC when appropriate. by Peter Collingbourne · 11 years ago
  63. a5796f8 [analyzer] Replace isIntegerType() with isIntegerOrEnumerationType(). by Jordan Rose · 11 years ago
  64. 3769f38 <rdar://problem/13559825> Further reduce template instantiation depth down to 256, since we're blowing the stack for a trivial "factorial" class template. by Douglas Gregor · 11 years ago
  65. eef35f8 Fix PR15634, better error message for template deduction failure. by Richard Trieu · 11 years ago
  66. 12849d0 <rdar://problem/13540921> Fix a crasher when an Objective-C for-in loop gets a non-variable iteration declaration. by Douglas Gregor · 11 years ago
  67. 493fe6d The recent GCOV changes expect the initial version string to be in forward order. by Bill Wendling · 11 years ago
  68. 1bd077b fixes a typo in my last patch. // rdar://12379114 by Fariborz Jahanian · 11 years ago
  69. cac9ee0 doce parsing: adding few more headerdoc tags. // rdar://12379114 by Fariborz Jahanian · 11 years ago
  70. 109f5fc <rdar://problem/12806802> Propagate access specifiers for conversion functions to the conversion function set eagerly. by Douglas Gregor · 11 years ago
  71. abe9223 Add matcher for NamespaceDecls. by Daniel Jasper · 11 years ago
  72. f608aff When -Woverloaded-virtual is triggered, call HandleFunctionTypeMismatch to add by Richard Trieu · 11 years ago
  73. 8aa86d1 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 11 years ago
  74. 5238e40 doce parsing: adding few more headerdoc tags. // rdar://12379114 by Fariborz Jahanian · 11 years ago
  75. 610f79c [analyzer] Show path diagnostic for C++ initializers by Anna Zaks · 11 years ago
  76. b0eb771 Revert 178811 until I fix the unit tests. by Tanya Lattner · 11 years ago
  77. 98bb788 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 11 years ago
  78. b37a73d Initial support for struct-path aware TBAA. by Manman Ren · 11 years ago
  79. 7cc0a11 revert r178784 since it does not have a commit message by Manman Ren · 11 years ago
  80. ab4ffe2 Index: include/clang/Driver/CC1Options.td by Manman Ren · 11 years ago
  81. 3105627 Plumb through the -fsplit-stack option using the existing backend support. by Eric Christopher · 11 years ago
  82. c855ce7 Add hasExternalLinkageUncached back with the test that Richard provided, but by Rafael Espindola · 11 years ago
  83. 6a7664c Avoid computing the linkage instead of avoiding caching it. by Rafael Espindola · 11 years ago
  84. d613ac9 Fix 41 of the 61 tests which fail with modules enabled: we were computing and by Richard Smith · 11 years ago
  85. b846381 Be sure to check ARC conventions on the implicit method declarations by John McCall · 11 years ago
  86. e145bfd Make the ObjC attributes diagnostics a bit more informative. by Nico Weber · 11 years ago
  87. 5b8d0af Revert accidental commit. by Richard Smith · 11 years ago
  88. 4382867 Pare back r164351 somewhat. The problem that change was addressing was that we by Richard Smith · 11 years ago
  89. 78037ac Complain about attempts to befriend declarations via a using by John McCall · 11 years ago
  90. d2615cc Add 178663 back. by Rafael Espindola · 11 years ago
  91. 4f8a3eb Revert 178663. by Rafael Espindola · 11 years ago
  92. bd25ff8 [preprocessor] Allow comparing two macro definitions syntactically instead of only lexically. by Argyrios Kyrtzidis · 11 years ago
  93. 9f4f5f1 Emit a nicer diagnostic for misplaced attributes on ObjC directives. by Nico Weber · 11 years ago
  94. 20a7cf4 Give the default CorrectionCandidateCallback::ValidateCandidate some by Kaelyn Uhrain · 11 years ago
  95. 8f187f6 Don't compute a patched/semantic storage class. by Rafael Espindola · 11 years ago
  96. d4582b8 Escape more @ signs in Doxygen comments. by Jordan Rose · 11 years ago
  97. 58b65d9 Update assertion string to new name of ArithAssignBinaryOperator by Stefanus Du Toit · 11 years ago
  98. 0c70181 Objective-C: Provide fixit hints when warning by Fariborz Jahanian · 11 years ago
  99. 7b69cd0 Adding a hasLocalQualifiers() AST Matcher. by Edwin Vane · 11 years ago
  100. cb428a1 [ms-cxxabi] Rename enum and remove dead case per Jordan's suggestion by Reid Kleckner · 11 years ago