1. 62d7fea [c-index-test] Make it C90 compliant. by Argyrios Kyrtzidis · 12 years ago
  2. 13c20a7 [libclang] A couple of enhancements to c-index-test. by Argyrios Kyrtzidis · 12 years ago
  3. 90226ac Make RecursiveASTVisitor to traverse certain statements using data recursion by Argyrios Kyrtzidis · 12 years ago
  4. cc2f77a [Sema] Introduce a data recursive evaluator specific to binary operators. by Argyrios Kyrtzidis · 12 years ago
  5. 649dfbc Remove hacky temporary fix of r151585. by Argyrios Kyrtzidis · 12 years ago
  6. 30650eb modern objective-c translator: please symbols generated by Fariborz Jahanian · 12 years ago
  7. cad313b When laying out an Objective-C object, consult by Sean Callanan · 12 years ago
  8. 684944e fix link by Kostya Serebryany · 12 years ago
  9. abc31ca [asan] update asan docs: mention CMake problem and to explain the status of MacOS 10.7 and 32-bit Linux by Kostya Serebryany · 12 years ago
  10. e87e851 Adding in newer MinGW header paths. by Aaron Ballman · 12 years ago
  11. 1ee9b0f Add the object size checking support for a few other builtins. by Bill Wendling · 12 years ago
  12. bd86ad5 Fix codegen for vld{3,4}_dup intrinsics. by James Molloy · 12 years ago
  13. 1d23c42 Unpluralize -Wfoo-conversions warnings for consistency. by David Blaikie · 12 years ago
  14. 5cfc7d8 Unrevert r152761 (reverted in r152772) with a fix for the issue which was by Richard Smith · 12 years ago
  15. 95187bd Reapply r152745 (reverted in 152765) now that compiler-rt is fixed. by David Blaikie · 12 years ago
  16. 7267839 Revert r152761 "Minor optimization to constant evaluation: don't bother by Daniel Dunbar · 12 years ago
  17. 6d96d3a Small cleanup: move trailing-return-type special-casing into by Richard Smith · 12 years ago
  18. 9ca33fd Revert r152745 as it's breaking the internal buildbots. by Chad Rosier · 12 years ago
  19. d75fb49 Minor optimization to constant evaluation: don't bother computing expr source by Richard Smith · 12 years ago
  20. 878416d Remove a variable rendered unused by r152750. by Richard Smith · 12 years ago
  21. 0e3c989 Adding some more specific tests for enum declspec parsing, to prove that it really works. by Aaron Ballman · 12 years ago
  22. 8fbe385 [frontend] Add support for disabling the "inline" keyword using by Chad Rosier · 12 years ago
  23. 88f7f75 modern objective-c translator: section info. by Fariborz Jahanian · 12 years ago
  24. f1c66b4 Instantiating a class template should not instantiate the definition of any by Richard Smith · 12 years ago
  25. 59e7f4e '#if 0' out a variable that's only used in other preprocessor-disabled code. by Matt Beaumont-Gay · 12 years ago
  26. 47bfaf1 Provide -Wnull-conversion separately from -Wconversion. by David Blaikie · 12 years ago
  27. 10cde2f objective-c modern tranaltor. More section info. for misc. objc meta-data. by Fariborz Jahanian · 12 years ago
  28. 3183075 [analyzer] A fixup to r152734. Always initialize the flag. by Anna Zaks · 12 years ago
  29. c0765a0 No longer defining LP64 in 64-bit builds on platforms which are not LP64. by Aaron Ballman · 12 years ago
  30. 5a7120c When emitting a diagnostic about two-phase name lookup, don't do useless by Nick Lewycky · 12 years ago
  31. d53e877 Fix dereference of end iterator. Spotted by ASan. by Matt Beaumont-Gay · 12 years ago
  32. 9373937 [analyzer] Diagnostics: Supply Caller information even if the bug occurs by Anna Zaks · 12 years ago
  33. de5d946 objective-c modern translator. by Fariborz Jahanian · 12 years ago
  34. e711d7e [Analyser] Remove unnecessary recursive visits for ExprWithCleanups and by Erik Verbruggen · 12 years ago
  35. 72ff6bb Remove clang-wpa example, which has been unmaintained for quite a while. by Douglas Gregor · 12 years ago
  36. f6b8b58 Minor cleanup in attribute-related diagnostics, from Alexander Kornienko! by Douglas Gregor · 12 years ago
  37. 84407ba Parse brace initializers as default arguments. PR12236. by Sebastian Redl · 12 years ago
  38. e5049d2 [Analyser] Removes more recursive visitations in ExprEngine that are no by Erik Verbruggen · 12 years ago
  39. 7059a1c [Basic] Change DiagnosticBuilder to use a separate status variable to track whether the builder is active. by Daniel Dunbar · 12 years ago
  40. 393eed7 [Sema] Fix SemaDiagnosticBuilder to be inline. by Daniel Dunbar · 12 years ago
  41. 4ccf737 Remove trailing whitespace (especially after a \ which should be trailing) by Matt Beaumont-Gay · 12 years ago
  42. 5aed86c -arch is a darwin-only feature, use -target instead to make the linux buildbots happy again. by Benjamin Kramer · 12 years ago
  43. 1671745 Add support to mangle templated member function names with template args. by Eric Christopher · 12 years ago
  44. 1cdbfd3 Typo. by Chad Rosier · 12 years ago
  45. 9648a9e objective-c modern rewriter. Do not add _class_ro_t.reserved by Fariborz Jahanian · 12 years ago
  46. 4574c3d [driver] Clang should report an error for -faltivec on non-ppc. rdar://10963572 by Chad Rosier · 12 years ago
  47. 3b10cfe When adding member functions to a class add any specializations of by Eric Christopher · 12 years ago
  48. e7591c5 Add a test case for PR8385. by David Blaikie · 12 years ago
  49. 6cc0969 [analyser] Refactor shouldInline logic into a helper. by Anna Zaks · 12 years ago
  50. fc544e3 [analyzer] Call enter/exit diagnostic should refer to caller/callee, by Anna Zaks · 12 years ago
  51. 3054f09 [Basic] Fix up DiagnosticBuilder::{FlushCounts,Emit} to be inline. by Daniel Dunbar · 12 years ago
  52. 4b1f684 Allow vectors to be constructed from constexpr function arguments in by Richard Smith · 12 years ago
  53. cf3a6c4 Update test case to use not tool. by Chad Rosier · 12 years ago
  54. 2dec85b [driver] Parse diagnostic args in the driver. by Chad Rosier · 12 years ago
  55. b990d03 [analyzer] Change the order in which we analyze the functions under by Anna Zaks · 12 years ago
  56. 7fe8dce [analyzer] Use BFS over call graph when analysing functions. by Anna Zaks · 12 years ago
  57. a2e589e [analyzer] Refactor CallGraph to use Recursive AST visitor when by Anna Zaks · 12 years ago
  58. aa56098 [analyzer] Use recursive AST visitor to drive simple visitation order in by Anna Zaks · 12 years ago
  59. 9852083 [analyzer] Minor: factor out logic for determining if we should skip a function. by Anna Zaks · 12 years ago
  60. b6ee44d [analyzer] Move the check for parser errors out of the loop over Decls. by Anna Zaks · 12 years ago
  61. efe9c0d Fix the long double to be of width/align 64. Rename va_list_test to by Roman Divacky · 12 years ago
  62. 00b4384 Spelling. by Daniel Dunbar · 12 years ago
  63. cefcbef [Basic] Make DiagnosticBuilder::{Clear,Emit} protected. by Daniel Dunbar · 12 years ago
  64. 243d7ab [Basic] Eliminate DiagnosticBuilder::Suppress and matching ctor, this stuff is by Daniel Dunbar · 12 years ago
  65. 06265bd [Basic] Make DiagnosticBuilder::{isActive,getLocation,getDiagID} protected. by Daniel Dunbar · 12 years ago
  66. 53c83b3 [Basic] Fix ~Diagnostic() to not call Emit() when there is no diag obj (most by Daniel Dunbar · 12 years ago
  67. 981e279 [Basic] Stop using a SmallVector<> for Diagnostic. This drops Clang binary size by Daniel Dunbar · 12 years ago
  68. bea6c0a Remove unused-but-set variable. by Benjamin Kramer · 12 years ago
  69. e3d175d Long double is just double on FreeBSD/{PPC,PPC64}. by Roman Divacky · 12 years ago
  70. e6dd683 Tweak linkage order for solaris. by David Chisnall · 12 years ago
  71. 9cda03f Ensure that default arguments are handled correctly in sub scopes. For example: by James Molloy · 12 years ago
  72. e37f484 Implement [temp.param]p5: the top-level cv-qualifiers on a non-type template by Richard Smith · 12 years ago
  73. 7c5d28b PR11850 + duplicates: don't assume that a function parameter pack expansion is by Richard Smith · 12 years ago
  74. b03a9df PR11925: A function can't have a variably-modified return type. Not even in C++. by Richard Smith · 12 years ago
  75. 65daef1 It never makes sense to do a lookup into a LinkageSpecDecl, so assert that we by Nick Lewycky · 12 years ago
  76. 1b7f9cb Fix PR10447: lazily building name lookup tables for DeclContexts was broken. by Richard Smith · 12 years ago
  77. 4bd2654 [libclang] When there's a file error when saving the PCH, make sure to by Argyrios Kyrtzidis · 12 years ago
  78. 23dde82 Make the error about assigning to lambda-captured variables by John McCall · 12 years ago
  79. a5f4441 [Sema] Prefer to use ObjCInterfaceDecl's protocol_begin()/protocol_end() iterators instead of by Argyrios Kyrtzidis · 12 years ago
  80. cd707ab Fix crash at @implementation with a forward reference as base class. by Argyrios Kyrtzidis · 12 years ago
  81. 78dae24 Alternate fix to PR12248: put Sema in charge of special-casing by John McCall · 12 years ago
  82. 8ce6d21 [msvc] Honor %INCLUDE%. It should know essential search paths with vcvarsall.bat. by NAKAMURA Takumi · 12 years ago
  83. c38503b modern objective-c translator. @try/@catch translation. wip. by Fariborz Jahanian · 12 years ago
  84. 29af3c7 Add new analyzer diagnostic mode where plists can have bugs that span multiple files. by Ted Kremenek · 12 years ago
  85. e881efe [analyzer] Include inlining call stack depth in plist output. by Ted Kremenek · 12 years ago
  86. 3d71715 Address some of the concerns by Chandler. by Bill Wendling · 12 years ago
  87. e8cb554 Update FIXME. by Bill Wendling · 12 years ago
  88. bdb8f3c Have clang pay attention to the LIBRARY_PATH environment variable. by Bill Wendling · 12 years ago
  89. 860d9b7 C++11 [temp.deduct.call]p6 tweak: when given a set of overlaoded by Douglas Gregor · 12 years ago
  90. 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
  91. 9a0b6b4 [Sema] -Add an invalid objc category to the DeclContext so that it can be by Argyrios Kyrtzidis · 12 years ago
  92. d8b5ca1 ObjCBoolLiterals (__objc_yes/__objc_no) behave like C++ booleans (true/false). They are NOT objects. by Jordy Rose · 12 years ago
  93. 40a777a objective-c modern translator: ivar offset symbols by Fariborz Jahanian · 12 years ago
  94. 6f42669 Fix a crash-on-invalid found by -Wlogical-op-parentheses. by David Blaikie · 12 years ago
  95. e45b9b7 Use ZeroLengthBitfieldAlignment for AAPCS, as well as APCS-GNU. by James Molloy · 12 years ago
  96. 7796eb5 Fix parsing of trailing-return-type. Types are syntactically prohibited from by Richard Smith · 12 years ago
  97. 69730c1 Fix parsing of type-specifier-seq's. Types are syntactically allowed to be by Richard Smith · 12 years ago
  98. 0be8fb5 Fix typo in comment, 'langauge' -> 'language'. by Nick Lewycky · 12 years ago
  99. 1ca052c objective-c modern abi rewriter: provide section pragmas for by Fariborz Jahanian · 12 years ago
  100. 594f841 Document the weak-linking behavior of the availability attribute by Douglas Gregor · 12 years ago