1. 7059a1c [Basic] Change DiagnosticBuilder to use a separate status variable to track whether the builder is active. by Daniel Dunbar · 12 years ago
  2. 393eed7 [Sema] Fix SemaDiagnosticBuilder to be inline. by Daniel Dunbar · 12 years ago
  3. 4ccf737 Remove trailing whitespace (especially after a \ which should be trailing) by Matt Beaumont-Gay · 12 years ago
  4. 5aed86c -arch is a darwin-only feature, use -target instead to make the linux buildbots happy again. by Benjamin Kramer · 12 years ago
  5. 1671745 Add support to mangle templated member function names with template args. by Eric Christopher · 12 years ago
  6. 1cdbfd3 Typo. by Chad Rosier · 12 years ago
  7. 9648a9e objective-c modern rewriter. Do not add _class_ro_t.reserved by Fariborz Jahanian · 12 years ago
  8. 4574c3d [driver] Clang should report an error for -faltivec on non-ppc. rdar://10963572 by Chad Rosier · 12 years ago
  9. 3b10cfe When adding member functions to a class add any specializations of by Eric Christopher · 12 years ago
  10. e7591c5 Add a test case for PR8385. by David Blaikie · 12 years ago
  11. 6cc0969 [analyser] Refactor shouldInline logic into a helper. by Anna Zaks · 12 years ago
  12. fc544e3 [analyzer] Call enter/exit diagnostic should refer to caller/callee, by Anna Zaks · 12 years ago
  13. 3054f09 [Basic] Fix up DiagnosticBuilder::{FlushCounts,Emit} to be inline. by Daniel Dunbar · 12 years ago
  14. 4b1f684 Allow vectors to be constructed from constexpr function arguments in by Richard Smith · 12 years ago
  15. cf3a6c4 Update test case to use not tool. by Chad Rosier · 12 years ago
  16. 2dec85b [driver] Parse diagnostic args in the driver. by Chad Rosier · 12 years ago
  17. b990d03 [analyzer] Change the order in which we analyze the functions under by Anna Zaks · 12 years ago
  18. 7fe8dce [analyzer] Use BFS over call graph when analysing functions. by Anna Zaks · 12 years ago
  19. a2e589e [analyzer] Refactor CallGraph to use Recursive AST visitor when by Anna Zaks · 12 years ago
  20. aa56098 [analyzer] Use recursive AST visitor to drive simple visitation order in by Anna Zaks · 12 years ago
  21. 9852083 [analyzer] Minor: factor out logic for determining if we should skip a function. by Anna Zaks · 12 years ago
  22. b6ee44d [analyzer] Move the check for parser errors out of the loop over Decls. by Anna Zaks · 12 years ago
  23. efe9c0d Fix the long double to be of width/align 64. Rename va_list_test to by Roman Divacky · 12 years ago
  24. 00b4384 Spelling. by Daniel Dunbar · 12 years ago
  25. cefcbef [Basic] Make DiagnosticBuilder::{Clear,Emit} protected. by Daniel Dunbar · 12 years ago
  26. 243d7ab [Basic] Eliminate DiagnosticBuilder::Suppress and matching ctor, this stuff is by Daniel Dunbar · 12 years ago
  27. 06265bd [Basic] Make DiagnosticBuilder::{isActive,getLocation,getDiagID} protected. by Daniel Dunbar · 12 years ago
  28. 53c83b3 [Basic] Fix ~Diagnostic() to not call Emit() when there is no diag obj (most by Daniel Dunbar · 12 years ago
  29. 981e279 [Basic] Stop using a SmallVector<> for Diagnostic. This drops Clang binary size by Daniel Dunbar · 12 years ago
  30. bea6c0a Remove unused-but-set variable. by Benjamin Kramer · 12 years ago
  31. e3d175d Long double is just double on FreeBSD/{PPC,PPC64}. by Roman Divacky · 12 years ago
  32. e6dd683 Tweak linkage order for solaris. by David Chisnall · 12 years ago
  33. 9cda03f Ensure that default arguments are handled correctly in sub scopes. For example: by James Molloy · 12 years ago
  34. e37f484 Implement [temp.param]p5: the top-level cv-qualifiers on a non-type template by Richard Smith · 12 years ago
  35. 7c5d28b PR11850 + duplicates: don't assume that a function parameter pack expansion is by Richard Smith · 12 years ago
  36. b03a9df PR11925: A function can't have a variably-modified return type. Not even in C++. by Richard Smith · 12 years ago
  37. 65daef1 It never makes sense to do a lookup into a LinkageSpecDecl, so assert that we by Nick Lewycky · 12 years ago
  38. 1b7f9cb Fix PR10447: lazily building name lookup tables for DeclContexts was broken. by Richard Smith · 12 years ago
  39. 4bd2654 [libclang] When there's a file error when saving the PCH, make sure to by Argyrios Kyrtzidis · 12 years ago
  40. 23dde82 Make the error about assigning to lambda-captured variables by John McCall · 12 years ago
  41. a5f4441 [Sema] Prefer to use ObjCInterfaceDecl's protocol_begin()/protocol_end() iterators instead of by Argyrios Kyrtzidis · 12 years ago
  42. cd707ab Fix crash at @implementation with a forward reference as base class. by Argyrios Kyrtzidis · 12 years ago
  43. 78dae24 Alternate fix to PR12248: put Sema in charge of special-casing by John McCall · 12 years ago
  44. 8ce6d21 [msvc] Honor %INCLUDE%. It should know essential search paths with vcvarsall.bat. by NAKAMURA Takumi · 12 years ago
  45. c38503b modern objective-c translator. @try/@catch translation. wip. by Fariborz Jahanian · 12 years ago
  46. 29af3c7 Add new analyzer diagnostic mode where plists can have bugs that span multiple files. by Ted Kremenek · 12 years ago
  47. e881efe [analyzer] Include inlining call stack depth in plist output. by Ted Kremenek · 12 years ago
  48. 3d71715 Address some of the concerns by Chandler. by Bill Wendling · 12 years ago
  49. e8cb554 Update FIXME. by Bill Wendling · 12 years ago
  50. bdb8f3c Have clang pay attention to the LIBRARY_PATH environment variable. by Bill Wendling · 12 years ago
  51. 860d9b7 C++11 [temp.deduct.call]p6 tweak: when given a set of overlaoded by Douglas Gregor · 12 years ago
  52. 71930e0 Make sure we treat variables captured by reference in lambda as modifiable lvalues. Regression from r152491. Fixes PR12248. by Eli Friedman · 12 years ago
  53. 9a0b6b4 [Sema] -Add an invalid objc category to the DeclContext so that it can be by Argyrios Kyrtzidis · 12 years ago
  54. d8b5ca1 ObjCBoolLiterals (__objc_yes/__objc_no) behave like C++ booleans (true/false). They are NOT objects. by Jordy Rose · 12 years ago
  55. 40a777a objective-c modern translator: ivar offset symbols by Fariborz Jahanian · 12 years ago
  56. 6f42669 Fix a crash-on-invalid found by -Wlogical-op-parentheses. by David Blaikie · 12 years ago
  57. e45b9b7 Use ZeroLengthBitfieldAlignment for AAPCS, as well as APCS-GNU. by James Molloy · 12 years ago
  58. 7796eb5 Fix parsing of trailing-return-type. Types are syntactically prohibited from by Richard Smith · 12 years ago
  59. 69730c1 Fix parsing of type-specifier-seq's. Types are syntactically allowed to be by Richard Smith · 12 years ago
  60. 0be8fb5 Fix typo in comment, 'langauge' -> 'language'. by Nick Lewycky · 12 years ago
  61. 1ca052c objective-c modern abi rewriter: provide section pragmas for by Fariborz Jahanian · 12 years ago
  62. 594f841 Document the weak-linking behavior of the availability attribute by Douglas Gregor · 12 years ago
  63. 74d2a9c Update library dependencies to add clangEdit on c-index-test and c-arcmt-test. by NAKAMURA Takumi · 12 years ago
  64. 4e4d084 Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). by David Blaikie · 12 years ago
  65. 7c02cfe llvm::SwitchInst by Stepan Dyatkovskiy · 12 years ago
  66. 93a7067 Document the availability attribute by Douglas Gregor · 12 years ago
  67. fc55a82 When template argument deduction is ignoring qualifiers, perform deep by Douglas Gregor · 12 years ago
  68. 15dcec7 cxx_status: No compiler changes are required for 'minimal support for garbage by Richard Smith · 12 years ago
  69. 8e55ed1 Add a missing 'template' keyword. by Douglas Gregor · 12 years ago
  70. 3e67814 [analyzer] Replace a static helper with existing logic. No functionality change. by Jordy Rose · 12 years ago
  71. 5a7a5bb When determining whether an identifier followed by a '<' in a member by Douglas Gregor · 12 years ago
  72. 426d6ca Fix crash & accepts-invalid for array of arrays of user defined type. by David Blaikie · 12 years ago
  73. dc72dc8 Updated the test so that it checks for ms-compatibility in addition to ms-extensions. by Aaron Ballman · 12 years ago
  74. b017ea2 Adding namespace qualifiers to the visualizers and improving their behavior. by Aaron Ballman · 12 years ago
  75. 5cc6787 [clang.py] Implement Cursor.objc_type_encoding by Gregory Szorc · 12 years ago
  76. 5b31d55 No longer defining GNUC mode when compiling for Microsoft compatibility. This allows people's cross-platform compiler-specific macros to work properly. by Aaron Ballman · 12 years ago
  77. bccda48 Clarify even further that the lambda-to-block-pointer conversion is only available in Objective-C++ by Douglas Gregor · 12 years ago
  78. 1f1988f [clang.py] Refactor get_tu and get_cursor test helper functions into util.py by Gregory Szorc · 12 years ago
  79. e5658f0 PR12225: The requirement that literal operators be namespace-scope functions by Richard Smith · 12 years ago
  80. 09c9a56 Use VersionTuple to manage macosx versions in the driver. No functionality change. by Benjamin Kramer · 12 years ago
  81. 4e494cf Simplify code. No functionality change. by Benjamin Kramer · 12 years ago
  82. ce0d897 objective-c modern rewriter: add __declspec(dllexport) to forward by Fariborz Jahanian · 13 years ago
  83. 6991bc5 objc modern rewriter: Define __OBJC2__ in written file. // rdar://11024543 by Fariborz Jahanian · 13 years ago
  84. 9b20a90 Replace a map of boolean values with a set. by Benjamin Kramer · 13 years ago
  85. 2f47c36 The type of a definition should not increase its visibility. Fixes PR12221. by Rafael Espindola · 13 years ago
  86. f4b88a4 Remove BlockDeclRefExpr and introduce a bit on DeclRefExpr to by John McCall · 13 years ago
  87. 1659c37 Slightly tweak this condition. "isTransparentContext()" was checking whether an by Nick Lewycky · 13 years ago
  88. 8d17681 Could not find this in C99. Perhaps this rule comes from a DR, but in any case by Nick Lewycky · 13 years ago
  89. f52757d Only make a call to a copy constructor elidable if in fact we are by Douglas Gregor · 13 years ago
  90. a346efa [Sema] A tag decl that is marked as invalid and is used in a decl-spec, by Argyrios Kyrtzidis · 13 years ago
  91. cb00cc4 Remove the part of test/Sema/pragma-pack-2.c that has irregular "#pragma pack"s. by Argyrios Kyrtzidis · 13 years ago
  92. dd2ecee Unify the BlockDeclRefExpr and DeclRefExpr paths so that by John McCall · 13 years ago
  93. 89da8cf Fix the dumping of BlockExprs. by John McCall · 13 years ago
  94. e6adea9 test/Rewriter/rewrite-modern-ivars-2.mm: Add "-triple i386-apple-darwin9". by NAKAMURA Takumi · 13 years ago
  95. 79a5501 Fix a use of the C99 PRI format macros not to conflict with C++11 UDLs. by Benjamin Kramer · 13 years ago
  96. 540659e Make sure the accessors for overridden methods don't return inherited constructors. Fixes PR12219. by Eli Friedman · 13 years ago
  97. 117591f objc modern rewriter: don't export @package ivar symbols. by Fariborz Jahanian · 13 years ago
  98. 337e4db [analyzer] fix regression in analyzer of NOT actually aborting on Stmts it doesn't understand. We registered by Ted Kremenek · 13 years ago
  99. edfac03 IRgen/ABI/x86_64: Avoid passing small structs using byval sometimes. by Daniel Dunbar · 13 years ago
  100. d1c84d3 Minor change to my last rewrite patch. by Fariborz Jahanian · 13 years ago