1. 6493b81 Fix use-of-invalid-memory found by Valgrind and Windows buildbots. by Ted Kremenek · 14 years ago
  2. 84d1e6e Driver: Fix thinkos that prevented Clang from picking the right deployment by Daniel Dunbar · 14 years ago
  3. 4c00fcd Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. by Daniel Dunbar · 14 years ago
  4. b86c5fc Driver: Fix -### to quote shell special characters, following gcc. by Daniel Dunbar · 14 years ago
  5. db59bc8 Add sse4.2 support to this test. by Eric Christopher · 14 years ago
  6. 67a5936 Add sse4.2 header and builtin support. by Eric Christopher · 14 years ago
  7. cb61a7b IRgen: Wrap atomic intrinsics with memory barriers, to ensure we honor the semantics. by Daniel Dunbar · 14 years ago
  8. e0cdb4e Evaluate: Fix a subtle bug in the pointer evaluator in which we would do an by Daniel Dunbar · 14 years ago
  9. 0a80ba7 Driver: Fix a number of -fapple-kext issues: by Daniel Dunbar · 14 years ago
  10. 0f2c907 Revert r99024, "Augment path diagnostics to include displaying when a message by Daniel Dunbar · 14 years ago
  11. efb0fa9 C++: Add support for -fno-use-cxa-atexit. - So much typing, so little gain... by Daniel Dunbar · 14 years ago
  12. 5c6846e IRgen: Inline GenerateCXXGlobal[VarDecl]InitFunc into sole caller. by Daniel Dunbar · 14 years ago
  13. a369a95 Implement -Wshadow for parameter declarations as well. by John McCall · 14 years ago
  14. ff4417b Add a newline at the end of the file. by Eric Christopher · 14 years ago
  15. 3dab29a For legacy compatibility add a varargs.h header. by Eric Christopher · 14 years ago
  16. 2d46f4d Augment path diagnostics to include displaying when a message expression by Ted Kremenek · 14 years ago
  17. 365b0bd Driver: Force joining of "-l" "foo", the linker doesn't eat that format. by Daniel Dunbar · 14 years ago
  18. bbd2a04 Driver: Allow Render{Separate,Joined} option flags on JoinedOrSeparate option types. by Daniel Dunbar · 14 years ago
  19. 8de30ff Fix unused variable warning. by Daniel Dunbar · 14 years ago
  20. 020f1ed Migrate typedefs to the top level of xmmintrin.h and remove the same by Eric Christopher · 14 years ago
  21. 355c96e Add include for smmintrin.h to this test. by Eric Christopher · 14 years ago
  22. 03d87ee Driver: Fix possible crash when targetting an unknown (unsupported) Darwin by Daniel Dunbar · 14 years ago
  23. 788f5a1 Optimize region-of-interest based cursor walks through the by Douglas Gregor · 14 years ago
  24. f746aa6 Change CodeGenModule to rely on the Module's symbol table instead of by John McCall · 14 years ago
  25. c6fbbed Remove the capture, serialization, and deserialization of comment by Douglas Gregor · 14 years ago
  26. 1b058e8 Robustify PreprocessingRecord slightly, by only creating macro by Douglas Gregor · 14 years ago
  27. 6a5a23f Implement serialization and lazy deserialization of the preprocessing by Douglas Gregor · 14 years ago
  28. 8d52cbd More coherent diagnostics when ivar is placed n categories. by Fariborz Jahanian · 14 years ago
  29. 292db64 Teach clang_getCursorKindSpelling() about CXCursor_InvalidCode. by Ted Kremenek · 14 years ago
  30. ebfa339 Make the CIndex API more resilient to being used on invalid code. by Ted Kremenek · 14 years ago
  31. 86d07a1 Add test case for <rdar://problem/7770737>. by Ted Kremenek · 14 years ago
  32. 2758595 clang -cc1: Kill off -empty-input only, and replace with -init-only which is an by Daniel Dunbar · 14 years ago
  33. a2936be Promote enum types during -Wsign-compare. Fixes some spurious warnings, by John McCall · 14 years ago
  34. d4c6090 Diagnose conversion of 'Class' to/from objective-c by Fariborz Jahanian · 14 years ago
  35. b9e1b75 Make the preprocessing record a PPCallbacks subclass itself, by Douglas Gregor · 14 years ago
  36. 94dc8f6 Optionally store a PreprocessingRecord in the preprocessor itself, and by Douglas Gregor · 14 years ago
  37. f7ad500 Try to improve computation of the main file name for debug by Douglas Gregor · 14 years ago
  38. 73061d0 Pretty-print anonymous types using their kind and presumed location. by John McCall · 14 years ago
  39. 9aa472c Remember the "found declaration" for an overload candidate, which is the by John McCall · 14 years ago
  40. 5de6572 Fix a longstanding (but previously unknown) bug in the lazy by Douglas Gregor · 14 years ago
  41. 0396f46 Visit preprocessing elements (macro instantiations and macro by Douglas Gregor · 14 years ago
  42. 3178cb6 Revert 98907 since it is breaking buildbots. by Bob Wilson · 14 years ago
  43. 2507fa8 Visit preprocessing elements (macro instantiations and macro by Douglas Gregor · 14 years ago
  44. 7aceaf8 When elevating access along an inheritance path, initialize the computed by John McCall · 14 years ago
  45. ac91b4c For debug information, get the main file name from the source manager by Douglas Gregor · 14 years ago
  46. 3c26684 Try to appease MSVC's standard library by Douglas Gregor · 14 years ago
  47. 1a1f85a Try to appease MSVC by Douglas Gregor · 14 years ago
  48. b03d33e Make PredefinedExpr::ComputeName() more robust to incorrect by Ted Kremenek · 14 years ago
  49. 1857f62 Add bounds check in PCHReader. when reading source file entry record by Ted Kremenek · 14 years ago
  50. 90c7126 Some cleanup, change diagnostic when assigning to by Fariborz Jahanian · 14 years ago
  51. bf7efa2 Explicitly link macro instantiations to macro definitions in the by Douglas Gregor · 14 years ago
  52. 572feb2 Expose macro definitions as CIndex cursors. These can still only be by Douglas Gregor · 14 years ago
  53. 4ae8f29 Introduce the notion of a "preprocessing record", which keeps track of by Douglas Gregor · 14 years ago
  54. 7c647a1 Replace some SmallVectors with arrays. by Benjamin Kramer · 14 years ago
  55. cb448d5 Defang by Douglas Gregor · 14 years ago
  56. 4807231 More token-annotation experimentation, preprocessing the annotated by Douglas Gregor · 14 years ago
  57. a49f1af Defang a test that's failing intermittently on windows by Douglas Gregor · 14 years ago
  58. 61736b4 Fix 80 col violation by Kovarththanan Rajaratnam · 14 years ago
  59. 85d7fe3 Simply tags target by Kovarththanan Rajaratnam · 14 years ago
  60. 90c8c57 from code inspection, we were treating placement news with one argument as by John McCall · 14 years ago
  61. 622ab50 Make some typedefs private by Kovarththanan Rajaratnam · 14 years ago
  62. 8f0d270 Rename variable to indicate what it is being used for by Kovarththanan Rajaratnam · 14 years ago
  63. 10f2873 Redeclaration lookups for parameter names should be flagged as redeclaration lookups by John McCall · 14 years ago
  64. 7133c1a Bump clang minor version (1.5). by Ted Kremenek · 14 years ago
  65. 8133716 Refactor argument checking in CallAndMessageChecker to be the same by Ted Kremenek · 14 years ago
  66. 9135a84 When dumping vtables, also dump the thunks. by Anders Carlsson · 14 years ago
  67. 091b588 Detect pass-by-value arguments that are structs that contain uninitialized data. by Ted Kremenek · 14 years ago
  68. ebd42f4 Tweak dead stores checker to not emit a warning when initialization by Ted Kremenek · 14 years ago
  69. 9944c76 Simplify code (and remove 'dyn_cast') by using ObjCProperyDecl::findPropertyDecl(). by Ted Kremenek · 14 years ago
  70. d5d7b3f Turn several PCH reader assertions into compiler errors, thus making by Ted Kremenek · 14 years ago
  71. 9f1e3ff Experimental stab at using relexing to identify preprocessor by Douglas Gregor · 14 years ago
  72. 5e454aa More work on thunks. by Anders Carlsson · 14 years ago
  73. a742db0 Implement non-dependent friend functions and classes. by John McCall · 14 years ago
  74. a8cab01 ActOnTagDefinitionError is supposed to 'unwind' ActOnTagStartDefinition, not by John McCall · 14 years ago
  75. f4e689b Reduce the default alignment for ASTContext and Stmt/Expr allocation by Douglas Gregor · 14 years ago
  76. 2399bed XFAIL this test on that silly Windows platform. Grrr by Douglas Gregor · 14 years ago
  77. a69fa5f Remove this test. It is causing problems has has relatively little value by Douglas Gregor · 14 years ago
  78. c48c916 Remove warning about shadowing a built-in; built-ins aren't actually by Douglas Gregor · 14 years ago
  79. dbf8ee6 Entering the main source file in the preprocessor can fail if the by Douglas Gregor · 14 years ago
  80. 0419a23 Check the inode in addition to size and modification time to determine by Douglas Gregor · 14 years ago
  81. e39b600 Use a simple diagnostic (file modified) when we detect that a file has by Douglas Gregor · 14 years ago
  82. 6924713 Simplify error path using OwningPtr by Kovarththanan Rajaratnam · 14 years ago
  83. 5bf932b Simplify ProcessWarningOptions since it can't fail by Kovarththanan Rajaratnam · 14 years ago
  84. ce45414 Remove useless forward decl. by Kovarththanan Rajaratnam · 14 years ago
  85. 3d67b1e Issue a proper diagnostic if we couldn't open dump file by Kovarththanan Rajaratnam · 14 years ago
  86. 78fbbfe Remove useless foward decl. by Kovarththanan Rajaratnam · 14 years ago
  87. 489722f Add another compatibility note and tweak a few of the existing ones. by John McCall · 14 years ago
  88. 6243e33 Fix a typo in a tag. by Chandler Carruth · 14 years ago
  89. 88b6c71 Grant nested classes the access privileges of their enclosing classes. by John McCall · 14 years ago
  90. 9b2fc95 Document common clang compatibility issues. by Rafael Espindola · 14 years ago
  91. 9b35b25 Correctly mangle dependent TypenameType. Fixes PR6625. by Rafael Espindola · 14 years ago
  92. 17ddf1c Mark CXXThisRegion in the current or parent stack frame context as live so that by Zhongxing Xu · 14 years ago
  93. 3ddd6e0 Make -faccess-control and -fno-access-control driver options. by John McCall · 14 years ago
  94. 4ad287e Provide a test case for PR6629. by John McCall · 14 years ago
  95. db7bb4a Clean up after ourselves when there's an error parsing the base clause. by John McCall · 14 years ago
  96. 19b43e1 Don't "take" the file manager and source manager when by Douglas Gregor · 14 years ago
  97. 132f2a2 objective-c patch to provide type safty when blocks are passing or by Fariborz Jahanian · 14 years ago
  98. 87bac6f Emit output of PCH consistency checking test case to a separate text file and grep that by Douglas Gregor · 14 years ago
  99. 8596bbe Issue error when a byref array is accessed in a block by Fariborz Jahanian · 14 years ago
  100. e5877b0 Remove unused variable by Douglas Gregor · 14 years ago