1. 12182a0 Improve the diagnostics for the UndefinedAssignmentChecker when an by Ted Kremenek · 14 years ago
  2. f6728fc Comment the reasons for the strange little dance we do with the main file name for debug information by Douglas Gregor · 14 years ago
  3. 3c98902 (re)implement PR6542, accepting and discarding the __gcc_tdiag__ by Chris Lattner · 14 years ago
  4. a87d477 merge some tests. by Chris Lattner · 14 years ago
  5. 6580d5b rename test by Chris Lattner · 14 years ago
  6. 8149a57 Diagnose miuse of property dot-syntax instead of crashing. (radar 7634653). by Fariborz Jahanian · 14 years ago
  7. b1332d7 merge two tests. by Chris Lattner · 14 years ago
  8. 61784e3 rename test. by Chris Lattner · 14 years ago
  9. 6972512 revert r98661, gcc_tdiag is not an attribute (PR6542). by Chris Lattner · 14 years ago
  10. 1a6154c move a test to a more appropriate directory by Chris Lattner · 14 years ago
  11. bca5d37 More work on thunks; almost there now. by Anders Carlsson · 14 years ago
  12. 01f1bfc Fixes access rues for ivars declared in class implementations (radar 7547942). by Fariborz Jahanian · 14 years ago
  13. f7c7008 hopefully fix this on non-sse2 hosts. Shouldn't an apple-darwin10 by Chris Lattner · 14 years ago
  14. fda0558 Test for my last patch. by Fariborz Jahanian · 14 years ago
  15. 3bfacdf More clean up of ivars which are either in class extensions and by Fariborz Jahanian · 14 years ago
  16. 909e6aa Sort calls to add_clang_library() by Kovarththanan Rajaratnam · 14 years ago
  17. 1bddbcb fix PR6658: inline isn't a keyword in C89 mode, use __inline__ instead. by Chris Lattner · 14 years ago
  18. 89db145 revert r99174. It caused PR6677. Will try to debug why tonight. by Rafael Espindola · 14 years ago
  19. 87e0ac8 Add less than operators to ThisAdjustment, ReturnAdjustment and ThunkInfo. Sort the thunks before dumping them. by Anders Carlsson · 14 years ago
  20. 09daa50 Improve dumping of thunks. by Anders Carlsson · 14 years ago
  21. 2ca54fe Use the cursor's ASTContext rather than the ASTContext computed from a by Douglas Gregor · 14 years ago
  22. 9e2dac9 Fix a thinko and a typo in the delayed-diagnostic code. by Douglas Gregor · 14 years ago
  23. 2539421 We want to add all thunks, not just 'this' adjustment thunks. by Anders Carlsson · 14 years ago
  24. 24f7e36 Use DEFINE_SYMBOL property to control dllexport/dllimport by Kovarththanan Rajaratnam · 14 years ago
  25. 93ea5cb Introduce the notion of a single "delayed" diagnostic into the by Douglas Gregor · 14 years ago
  26. c24d721 When handling a TSK_ExplicitInstantiationDefinition after a by Rafael Espindola · 14 years ago
  27. 053f4bd -Wshadow should only warn about parameter declarations when we're by John McCall · 14 years ago
  28. 48ad609 Add very limited support for GCC's '-B' flag. This allows us to support unusual by Chandler Carruth · 14 years ago
  29. 0162070 Fix PR6618. by Rafael Espindola · 14 years ago
  30. 2d52be5 Keep track of the size/modification time of each file source-location by Douglas Gregor · 14 years ago
  31. 9d734f3 AddThunk should take a const reference. by Anders Carlsson · 14 years ago
  32. 8682bda Fix PR6648 by not creating a temporary with the type of a by Rafael Espindola · 14 years ago
  33. 3e0e41c Delete the new visitor if an old one already exists. by Ted Kremenek · 14 years ago
  34. e1fa096 tests: Mangle '-vg' onto the end of the triple when running under valgrind, so by Daniel Dunbar · 14 years ago
  35. d068aab Don't bother running the analysis for CFG-based warnings if the by Ted Kremenek · 14 years ago
  36. dbdbaaf Refactor CFG-based warnings in Sema to be run by a worked object called AnalysisBasedWarnings. by Ted Kremenek · 14 years ago
  37. 4c8c8e9 Fixed synthesizing properties declared in properties (GNU runtime). by David Chisnall · 14 years ago
  38. ff7f736 Reapply r99024 (but with the memory issue now fixed). by Ted Kremenek · 14 years ago
  39. 1b43102 Check if a BugReporterVisitor has already been added to a BugReporterContext. by Ted Kremenek · 14 years ago
  40. 6493b81 Fix use-of-invalid-memory found by Valgrind and Windows buildbots. by Ted Kremenek · 14 years ago
  41. 84d1e6e Driver: Fix thinkos that prevented Clang from picking the right deployment by Daniel Dunbar · 14 years ago
  42. 4c00fcd Driver: Support CC_PRINT_OPTIONS, used for logging the compile commands (in -v style) to a file. by Daniel Dunbar · 14 years ago
  43. b86c5fc Driver: Fix -### to quote shell special characters, following gcc. by Daniel Dunbar · 14 years ago
  44. db59bc8 Add sse4.2 support to this test. by Eric Christopher · 14 years ago
  45. 67a5936 Add sse4.2 header and builtin support. by Eric Christopher · 14 years ago
  46. cb61a7b IRgen: Wrap atomic intrinsics with memory barriers, to ensure we honor the semantics. by Daniel Dunbar · 14 years ago
  47. e0cdb4e Evaluate: Fix a subtle bug in the pointer evaluator in which we would do an by Daniel Dunbar · 14 years ago
  48. 0a80ba7 Driver: Fix a number of -fapple-kext issues: by Daniel Dunbar · 14 years ago
  49. 0f2c907 Revert r99024, "Augment path diagnostics to include displaying when a message by Daniel Dunbar · 14 years ago
  50. efb0fa9 C++: Add support for -fno-use-cxa-atexit. - So much typing, so little gain... by Daniel Dunbar · 14 years ago
  51. 5c6846e IRgen: Inline GenerateCXXGlobal[VarDecl]InitFunc into sole caller. by Daniel Dunbar · 14 years ago
  52. a369a95 Implement -Wshadow for parameter declarations as well. by John McCall · 14 years ago
  53. ff4417b Add a newline at the end of the file. by Eric Christopher · 14 years ago
  54. 3dab29a For legacy compatibility add a varargs.h header. by Eric Christopher · 14 years ago
  55. 2d46f4d Augment path diagnostics to include displaying when a message expression by Ted Kremenek · 14 years ago
  56. 365b0bd Driver: Force joining of "-l" "foo", the linker doesn't eat that format. by Daniel Dunbar · 14 years ago
  57. bbd2a04 Driver: Allow Render{Separate,Joined} option flags on JoinedOrSeparate option types. by Daniel Dunbar · 14 years ago
  58. 8de30ff Fix unused variable warning. by Daniel Dunbar · 14 years ago
  59. 020f1ed Migrate typedefs to the top level of xmmintrin.h and remove the same by Eric Christopher · 14 years ago
  60. 355c96e Add include for smmintrin.h to this test. by Eric Christopher · 14 years ago
  61. 03d87ee Driver: Fix possible crash when targetting an unknown (unsupported) Darwin by Daniel Dunbar · 14 years ago
  62. 788f5a1 Optimize region-of-interest based cursor walks through the by Douglas Gregor · 14 years ago
  63. f746aa6 Change CodeGenModule to rely on the Module's symbol table instead of by John McCall · 14 years ago
  64. c6fbbed Remove the capture, serialization, and deserialization of comment by Douglas Gregor · 14 years ago
  65. 1b058e8 Robustify PreprocessingRecord slightly, by only creating macro by Douglas Gregor · 14 years ago
  66. 6a5a23f Implement serialization and lazy deserialization of the preprocessing by Douglas Gregor · 14 years ago
  67. 8d52cbd More coherent diagnostics when ivar is placed n categories. by Fariborz Jahanian · 14 years ago
  68. 292db64 Teach clang_getCursorKindSpelling() about CXCursor_InvalidCode. by Ted Kremenek · 14 years ago
  69. ebfa339 Make the CIndex API more resilient to being used on invalid code. by Ted Kremenek · 14 years ago
  70. 86d07a1 Add test case for <rdar://problem/7770737>. by Ted Kremenek · 14 years ago
  71. 2758595 clang -cc1: Kill off -empty-input only, and replace with -init-only which is an by Daniel Dunbar · 14 years ago
  72. a2936be Promote enum types during -Wsign-compare. Fixes some spurious warnings, by John McCall · 14 years ago
  73. d4c6090 Diagnose conversion of 'Class' to/from objective-c by Fariborz Jahanian · 14 years ago
  74. b9e1b75 Make the preprocessing record a PPCallbacks subclass itself, by Douglas Gregor · 14 years ago
  75. 94dc8f6 Optionally store a PreprocessingRecord in the preprocessor itself, and by Douglas Gregor · 14 years ago
  76. f7ad500 Try to improve computation of the main file name for debug by Douglas Gregor · 14 years ago
  77. 73061d0 Pretty-print anonymous types using their kind and presumed location. by John McCall · 14 years ago
  78. 9aa472c Remember the "found declaration" for an overload candidate, which is the by John McCall · 14 years ago
  79. 5de6572 Fix a longstanding (but previously unknown) bug in the lazy by Douglas Gregor · 14 years ago
  80. 0396f46 Visit preprocessing elements (macro instantiations and macro by Douglas Gregor · 14 years ago
  81. 3178cb6 Revert 98907 since it is breaking buildbots. by Bob Wilson · 14 years ago
  82. 2507fa8 Visit preprocessing elements (macro instantiations and macro by Douglas Gregor · 14 years ago
  83. 7aceaf8 When elevating access along an inheritance path, initialize the computed by John McCall · 14 years ago
  84. ac91b4c For debug information, get the main file name from the source manager by Douglas Gregor · 14 years ago
  85. 3c26684 Try to appease MSVC's standard library by Douglas Gregor · 14 years ago
  86. 1a1f85a Try to appease MSVC by Douglas Gregor · 14 years ago
  87. b03d33e Make PredefinedExpr::ComputeName() more robust to incorrect by Ted Kremenek · 14 years ago
  88. 1857f62 Add bounds check in PCHReader. when reading source file entry record by Ted Kremenek · 14 years ago
  89. 90c7126 Some cleanup, change diagnostic when assigning to by Fariborz Jahanian · 14 years ago
  90. bf7efa2 Explicitly link macro instantiations to macro definitions in the by Douglas Gregor · 14 years ago
  91. 572feb2 Expose macro definitions as CIndex cursors. These can still only be by Douglas Gregor · 14 years ago
  92. 4ae8f29 Introduce the notion of a "preprocessing record", which keeps track of by Douglas Gregor · 14 years ago
  93. 7c647a1 Replace some SmallVectors with arrays. by Benjamin Kramer · 14 years ago
  94. cb448d5 Defang by Douglas Gregor · 14 years ago
  95. 4807231 More token-annotation experimentation, preprocessing the annotated by Douglas Gregor · 14 years ago
  96. a49f1af Defang a test that's failing intermittently on windows by Douglas Gregor · 14 years ago
  97. 61736b4 Fix 80 col violation by Kovarththanan Rajaratnam · 14 years ago
  98. 85d7fe3 Simply tags target by Kovarththanan Rajaratnam · 14 years ago
  99. 90c8c57 from code inspection, we were treating placement news with one argument as by John McCall · 14 years ago
  100. 622ab50 Make some typedefs private by Kovarththanan Rajaratnam · 14 years ago