1. db1519a [ObjC declaration documentation] declaration of by Fariborz Jahanian · 11 years ago
  2. 1c18759 [driver] Allow multiple -arch options with -save-temps by adding the arch name by Chad Rosier · 11 years ago
  3. 9b13175 When deducing an 'auto' type, don't modify the type-as-written. by Richard Smith · 11 years ago
  4. dc7a4f5 Don't treat a non-deduced 'auto' type as being type-dependent. Instead, there by Richard Smith · 11 years ago
  5. 9dbfc61 [Mips] Pass -mips16, -mmicromips, -mdsp and -mdspr2 flags to the assembler. by Simon Atanasyan · 11 years ago
  6. 79dd916 Place bitfield -Wconstant-conversion warning into subgroup called -Wbitfield-constant-conversion. by Ted Kremenek · 11 years ago
  7. 3e25b99 [PCH] Fix memory leak related to deserialized MacroInfo objects. by Argyrios Kyrtzidis · 11 years ago
  8. eb9380d Just use std::list<> for PathPieces instead of complicated use of ilist. by Ted Kremenek · 11 years ago
  9. ed866e7 Revert "[analyzer] Change PathPieces to be a wrapper around an ilist of (through indirection) PathDiagnosticPieces." by Ted Kremenek · 11 years ago
  10. 7651e53 [analyzer] Change PathPieces to be a wrapper around an ilist of (through indirection) PathDiagnosticPieces. by Ted Kremenek · 11 years ago
  11. 548107e Use ArrayRef in AddMethodCandidate. by Rafael Espindola · 11 years ago
  12. 3a2f912 Small CapturedStmt improvements by Ben Langmuir · 11 years ago
  13. 098b814 Keep the parser's template depth up to date when parsing local templates and by Richard Smith · 11 years ago
  14. 9ff2b42 ArrayRef'ize Sema::ActOnEnumBody. No functionality change. by Dmitri Gribenko · 11 years ago
  15. e858e66 [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 11 years ago
  16. 65110ca [PCH/modules] Require the preprocessing record option to match the used PCH, if modules are enabled. by Argyrios Kyrtzidis · 11 years ago
  17. 0532df0 [Modules] Fix an issue where the reconstructed redeclaration chain was incomplete, missing the definition from a module. by Argyrios Kyrtzidis · 11 years ago
  18. cbdbbd1 [frontend] Make -chain-include work when used with modules. by Argyrios Kyrtzidis · 11 years ago
  19. a2c3646 Implement C++1y decltype(auto). by Richard Smith · 11 years ago
  20. bebf5b1 C++1y: support simple variable assignments in constexpr functions. by Richard Smith · 11 years ago
  21. 4f1d155 Use bitfilds. by Rafael Espindola · 11 years ago
  22. e5e575d Add r180263 back, but fix hasBraces() to be correct during parsing. by Rafael Espindola · 11 years ago
  23. f3f0f35 Objective-C: This is a small modification to my by Fariborz Jahanian · 11 years ago
  24. a2338bc Fix a possible null pointer dereference found by the analyzer. by Anna Zaks · 11 years ago
  25. 2972d04 Add option to align escaped newlines left. by Daniel Jasper · 11 years ago
  26. 51c30af Objective-C parsing [qoi]: Recover gracefully with good diagnostic by Fariborz Jahanian · 11 years ago
  27. 80abce3 Objective-C arc: Improve disgnostics when 'weak' by Fariborz Jahanian · 11 years ago
  28. 0127b3f [driver] Add a hasFlag API that accepts a positive alias. by Chad Rosier · 11 years ago
  29. c775b1a Objective-C: When reporting on missing property accessor implementation in by Fariborz Jahanian · 11 years ago
  30. 017dd74 Revert "Remove CXCursorSet and related APIs. There are no known clients." by Ted Kremenek · 11 years ago
  31. 4abc9bd Add test case for -Wdeprecated-objc-pointer-introspection, and by Ted Kremenek · 11 years ago
  32. 3b6f56a Remove CXCursorSet and related APIs. There are no known clients. by Ted Kremenek · 11 years ago
  33. 0f85792 [analyzer] Refactor BugReport::getLocation and PathDiagnosticLocation::createEndOfPath for greater code reuse by Anna Zaks · 11 years ago
  34. edab047 [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent of CXCursor_CXXThisExpr for C++ code. by Argyrios Kyrtzidis · 11 years ago
  35. ed5a292 Warn that scoped enumerations are a C++11 extenstion when compiling in by Richard Trieu · 11 years ago
  36. 3aaf41a Add a warning for Objective-C pointer introspection, which is solely the job of the Objective-C runtime. by Ted Kremenek · 11 years ago
  37. 1e7ca62 [ms-inline asm] Refactor/clean up the SemaLookup interface. No functional by Chad Rosier · 11 years ago
  38. a10b978 C++1y constexpr extensions, round 1: Allow most forms of declaration and by Richard Smith · 11 years ago
  39. 8404626 The 'constexpr implies const' rule for non-static member functions is gone in by Richard Smith · 11 years ago
  40. 39b0e26 Disable VLA diagnostic in C++1y mode, and add some tests. by Richard Smith · 11 years ago
  41. c3bf52c C++1y: Allow aggregates to have default initializers. by Richard Smith · 11 years ago
  42. 8e8e95c Supports Sourcery CodeBench Mips toolchain directories tree. by Simon Atanasyan · 11 years ago
  43. 8ef064d [analyzer] Ensure BugReporterTracking works on regions with pointer arithmetic by Anna Zaks · 11 years ago
  44. 716859d [analyzer] Flip printPretty and printPrettyAsExpr as per suggestion from Jordan (r179572) by Anna Zaks · 11 years ago
  45. 2fcf0de Note that we support (and in fact have supported since the dawn of time itself) by Richard Smith · 11 years ago
  46. 59d6a71 Emit the underlying type in the debug info for all kinds of fixed enums by Adrian Prantl · 11 years ago
  47. fc7227e s/C++0x/C++11/ by Adrian Prantl · 11 years ago
  48. 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
  49. 8be71a6 [libclang] Fix copy-paste error in comment. by Argyrios Kyrtzidis · 11 years ago
  50. 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
  51. 38dbad2 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 11 years ago
  52. 9ee6a66 [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 11 years ago
  53. 4d6bc18 Adds a new doxygen tag needed. // rdar://12379053 by Fariborz Jahanian · 11 years ago
  54. 0579c16 Add llvm_unreachable at end of fully covered switch to pacify GCC. by Benjamin Kramer · 11 years ago
  55. 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
  56. 87f9d81 [Modules] Use global index to improve typo correction performance by Argyrios Kyrtzidis · 11 years ago
  57. 9753d46 Add support for gcc's spelling of -fcolor-diagnostics. by Nico Weber · 11 years ago
  58. 7974c60 DR974: Lambdas can have default arguments. by Richard Smith · 11 years ago
  59. 076eea2 Implemented #pragma GCC warning/error in the same mould as #pragma message. by Andy Gibbs · 11 years ago
  60. 092140a Fix PR15291: noreturn adjustment in overload resolution for function templates, from Alexander Zinenko! by Douglas Gregor · 11 years ago
  61. b42f200 Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. by Andy Gibbs · 11 years ago
  62. 2a6e528 Add warning group -Woverloaded-shift-op-parentheses to -Wparentheses. This by Richard Trieu · 11 years ago
  63. 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
  64. 8dae128 Factor CheckerManager to be able to pass AnalyzerOptions to checkers by Ted Kremenek · 11 years ago
  65. a9ad400 Remove unused "getConfig()" method. A new way is to have high-level by Ted Kremenek · 11 years ago
  66. 8da1dd6 [1/6] ARM Neon Intrinsic Tablegen Test Generator. by Michael Gottesman · 11 years ago
  67. 6afcf88 Sema for Captured Statements by Tareq A. Siraj · 11 years ago
  68. 051303c Implement CapturedStmt AST by Tareq A. Siraj · 11 years ago
  69. 85192c7 Parser support for #pragma clang __debug captured by Tareq A. Siraj · 11 years ago
  70. f491013 [Modules] Convert module specific -fno-modules-autolink into -fno-autolink. by Daniel Dunbar · 11 years ago
  71. b004a8e Fix PR4296: Add parser detection/error recovery for nested functions, from Serve Pavlov! by Douglas Gregor · 11 years ago
  72. 76da55d Basic support for Microsoft property declarations and references thereto. by John McCall · 11 years ago
  73. 07d8470 [analyzer] Add pretty printing to CXXBaseObjectRegion. by Anna Zaks · 11 years ago
  74. 79d0cce [analyzer] Address code review for r179395 by Anna Zaks · 11 years ago
  75. 77670f1 Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()." by Argyrios Kyrtzidis · 11 years ago
  76. 64fe1bb Use llvm::sys::IsBigEndianHost. by Rafael Espindola · 11 years ago
  77. 115ac5a Add a missing space by Timur Iskhodzhanov · 11 years ago
  78. 90cc390 Remove hasExternalLinkageUncached. by Rafael Espindola · 11 years ago
  79. 3c6a9b0 Add a new flag -vectorize-slp-aggressive to enable Hals BB vectorizer. by Nadav Rotem · 11 years ago
  80. d09615f Comment command table: use inheritance instead of duplicating code by Dmitri Gribenko · 11 years ago
  81. 6a570f6 Diagnose if a __thread or _Thread_local variable has a non-constant initializer by Richard Smith · 11 years ago
  82. 321ae79 [Mips] Support -mmicromips / -mno-micromips command line options. by Simon Atanasyan · 11 years ago
  83. 2ed42b8 [Mips] Remove "single" from the list of valid MIPS float ABI names. Add by Simon Atanasyan · 11 years ago
  84. 38afbc7 Annotate flavor of TLS variable (statically or dynamically initialized) onto the AST. by Richard Smith · 11 years ago
  85. 175c8e2 Speed-up ObjCMethodDecl::getOverriddenMethods(). by Argyrios Kyrtzidis · 11 years ago
  86. ecc6523 Introduce SourceManager::getDecomposedIncludedLoc, that returns the "included/expanded in" decomposed location of the given FileID. by Argyrios Kyrtzidis · 11 years ago
  87. ec64244 Parsing support for thread_local and _Thread_local. We give them the same by Richard Smith · 11 years ago
  88. 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
  89. 9e2f597 [analyzer]Print field region even when the base region is not printable by Anna Zaks · 11 years ago
  90. 4522f63 [libclang] Introduce clang_Location_isInSystemHeader to check if a location resides in a system header. by Argyrios Kyrtzidis · 11 years ago
  91. 3bbffd5 Sema: Give a typically small DenseMap some inline capacity. by Benjamin Kramer · 11 years ago
  92. f6f77bd Add a new -mimplicit-float option for symmetry with -mno-implicit-float. by Bob Wilson · 11 years ago
  93. a3609b0 [ms-cxxabi] Implement member pointer emission and dereferencing by Reid Kleckner · 11 years ago
  94. 5142be6 [libclang] Improve a doxygen comment, as suggested by Jordan. by Argyrios Kyrtzidis · 11 years ago
  95. 04b6748 [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. by Argyrios Kyrtzidis · 11 years ago
  96. 4de561f [analyzer] Factor common code from {SymSym,SymInt,IntSym}Expr to BinarySymExpr by Ryan Govostes · 11 years ago
  97. 411d33a [libclang] Expose record layout info via new libclang functions: by Argyrios Kyrtzidis · 11 years ago
  98. 1fd1e28 Force a load when creating a reference to a temporary copied from a bitfield. by Jordan Rose · 11 years ago
  99. 75dbdfa comment parsing. Add couple more needed doxygen tags. // rdar://12379053 by Fariborz Jahanian · 11 years ago
  100. d4fc9de [driver] Add a -Ofast option, which enables -O3, -ffast-math, and by Chad Rosier · 11 years ago