1. fa780fc add a flag to output asm constraints so that we efficiently know by Chris Lattner · 15 years ago
  2. 3c77f72 Add diagnostic for r70658. by Eli Friedman · 15 years ago
  3. d875fed Add Sema support for __builtin_setjmp/__builtin_longjmp. The primary by Eli Friedman · 15 years ago
  4. 08617b1 Driver: Treat -m32 and -m64 as "driver-only" arguments. by Daniel Dunbar · 15 years ago
  5. a8304f6 Driver: Generate an error when trying to pass an LLVM bc input to a by Daniel Dunbar · 15 years ago
  6. 11e1b40 DragonFly ToolChain definition for driver. - Patch by Alex Hornung! by Daniel Dunbar · 15 years ago
  7. f9b8bc6 Downgrade the invalid offsetof error to a warning. by Anders Carlsson · 15 years ago
  8. 33bbbc5 When determining whether an expression refers to a bit-field, look by Douglas Gregor · 15 years ago
  9. bfadf55 explicitly know that the alignment of Type* is 3 bits. by Chris Lattner · 15 years ago
  10. c975bb0 Add Sema checking for __block on vm declarations. Radar 6441502 by Mike Stump · 15 years ago
  11. 47f7177 When printing a source line as part of a diagnostic, the source line by Douglas Gregor · 15 years ago
  12. 6d7f149 It's an error to call offsetof on a non-POD type. by Anders Carlsson · 15 years ago
  13. 55674ac Get rid of CXXDestroyExpr. by Anders Carlsson · 15 years ago
  14. 8ff59e8 Add a new BFS GRWorkList and make it the default worklist model for by Ted Kremenek · 15 years ago
  15. 2d44e8a Rename CXXExprWithCleanup to CXXExprWithTemporaries. by Anders Carlsson · 15 years ago
  16. fffd93f Implement -fmessage-length=N, which word-wraps diagnostics to N columns. by Douglas Gregor · 15 years ago
  17. e917aa3 Add support for -Wno-format-zero-length. by Eli Friedman · 15 years ago
  18. 41826bb PR4013 and PR4105: pointer-like types can only be cast to/from integers by Eli Friedman · 15 years ago
  19. e2f2c16 Use of super class ivar to synthesize property is back to being error. by Fariborz Jahanian · 15 years ago
  20. 7b9a2ee Make a home for exception specs in the AST. Now Sema can hook them up. by Sebastian Redl · 15 years ago
  21. 72c9dcd Allow attributes 'objc_ownership_retain' and 'objc_ownership_release' to be by Ted Kremenek · 15 years ago
  22. b27d117 Hook up Sema support for attributes on Objective-C method declarations that by Ted Kremenek · 15 years ago
  23. 940ab97 Name the "return-type" DiagGroup and reference it in a few places. by Steve Naroff · 15 years ago
  24. 2c0ccd0 Warn about invalid return statements by default. by Steve Naroff · 15 years ago
  25. 09c43d1 accept and ignore two new warning specifiers. -Wno-discard-qual seems easy by Chris Lattner · 15 years ago
  26. 2df9ced initial support for __[u]int128_t, which should be basically by Chris Lattner · 15 years ago
  27. ea000bf Sema checking for incorrect placement of __block. Radar 6441502 by Mike Stump · 15 years ago
  28. e06600c Make DISABLE_SMART_POINTERS work, again by Douglas Gregor · 15 years ago
  29. 9cd6f0f Change to warning when property uses an ivar in super class by Fariborz Jahanian · 15 years ago
  30. 0c74e8a Implement semantic analysis for transparent unions. This is largely by Douglas Gregor · 15 years ago
  31. d49967f BugReporter/PathDiagnostics: by Ted Kremenek · 15 years ago
  32. 19c30c0 Sema and CodeGen support for attributes on blocks. Radar 6441502 by Mike Stump · 15 years ago
  33. 8901139 accept and ignore two new warning options. PR410[45] by Chris Lattner · 15 years ago
  34. 7252713 PR4103: improve source location information for members of the current by Eli Friedman · 15 years ago
  35. 7dc8134 Have the parser communicate the exception specification to the action. by Sebastian Redl · 15 years ago
  36. 655f141 implement -Wformat-security properly, which is enabled by default. by Chris Lattner · 15 years ago
  37. 8746414 add a bunch of individual warnings to -Wformat (which is on by default). by Chris Lattner · 15 years ago
  38. 5f6cfd2 Wire up -Wformat=2 and -Wformat-extra-args by Chris Lattner · 15 years ago
  39. 02c2e1f -Wformat should depend on format-extra-args so that -Wformat implies by Chris Lattner · 15 years ago
  40. be8434a tweak warning options to be more like gcc: by Chris Lattner · 15 years ago
  41. f7c41da Implement sema checking for noreturn. by Mike Stump · 15 years ago
  42. bf20dbd Implement ownership attribute 'objc_ownership_make_collectable'. This allows one by Ted Kremenek · 15 years ago
  43. 0292d99 add support for -Wendif-labels, PR4101 by Chris Lattner · 15 years ago
  44. 1ab86ac Make all PCH-incompatibility warnings into errors, and abort by Douglas Gregor · 15 years ago
  45. a02b147 Make the PCH reader use the diagnostics system for its complaints. by Douglas Gregor · 15 years ago
  46. e3ad881 Implement -Wfour-char-constants, which is an extension, not an extwarn, by Chris Lattner · 15 years ago
  47. 13c8aa7 Fix a typo noticed by Gabor by Douglas Gregor · 15 years ago
  48. af1795b Replace a lame fprintf with a slightly-less lame diagnostic by Douglas Gregor · 15 years ago
  49. 92b059e Implement checking for macro definitions that occur on the command by Douglas Gregor · 15 years ago
  50. e721f95 Allow some differences between the predefines buffer used to build a by Douglas Gregor · 15 years ago
  51. b77f41e implement -Wmultichar by Chris Lattner · 15 years ago
  52. 8a31774 Fix additional issues pointed out in PR4088. by Eli Friedman · 15 years ago
  53. 9f9bf25 Improve compatibility with GCC regarding inline semantics in GNU89 by Douglas Gregor · 15 years ago
  54. c71133f Remove unused LangOptions NoExtensions and Boolean. by Eli Friedman · 15 years ago
  55. eb32fde Simplify the scheme used for keywords, and change the classification by Eli Friedman · 15 years ago
  56. 4eeab84 Don't allow blocks to be declared as returning an array. Radar 6441502 by Mike Stump · 15 years ago
  57. 3575f84 CFG: by Ted Kremenek · 15 years ago
  58. b0156ea A couple more small changes which are probably required for Cygwin by Eli Friedman · 15 years ago
  59. 4e14823 Attempt to fix reported build error on Cygwin, PR4088. by Eli Friedman · 15 years ago
  60. ab41e63 Add a header containing the Clang version; make the driver use this by Douglas Gregor · 15 years ago
  61. d1d64a0 Teach PCH that ASTContext is optional. Move -parse-noop and -Eonly (so far) by Chris Lattner · 15 years ago
  62. 13e8854 Track down return statements in the handlers of a function-try-block of constructors. Meh ... by Sebastian Redl · 15 years ago
  63. 2bf1eb0 Be more careful in our teardown of the PCHReader after deciding to by Douglas Gregor · 15 years ago
  64. 972041f Improve validation of C++ exception handling: diagnose throwing incomplete types and jumps into protected try-catch scopes. by Sebastian Redl · 15 years ago
  65. b81c170 Add Sema::ExtVectorDecls and Sema::ObjCCategoryImpls to the PCH file. Since these vectors are very, very rarely used and, when used in headers, and even when used are relatively small, we load them eagerly. by Douglas Gregor · 15 years ago
  66. c6a59e4 Add two new checker-specific attributes: 'objc_ownership_release' and by Ted Kremenek · 15 years ago
  67. 090d9b5 shrink SOURCE_LOCATION_OFFSETS to use 4-byte entries instead of 8-byte by Chris Lattner · 15 years ago
  68. 4fed3f4 Implement caching of stat() calls for precompiled headers, which is by Douglas Gregor · 15 years ago
  69. 4064de9 Add new checker-specific attribute 'objc_ownership_cfretain'. This is the same by Ted Kremenek · 15 years ago
  70. c732f5a encode the type and decl offsets with 32-bits for entry instead by Chris Lattner · 15 years ago
  71. ea5ce47 add an abbreviation for common PARM_VAR_DECL. All but 9 of the by Chris Lattner · 15 years ago
  72. 7f94b0b Load most of the source manager's information lazily from the PCH by Douglas Gregor · 15 years ago
  73. 02602be unclone SavedStreamPosition by Chris Lattner · 15 years ago
  74. da93061 read all decls (and attributes and stmts/exprs referenced by the decl) by Chris Lattner · 15 years ago
  75. 887e2b3 rename GetStmt -> GetDeclStmt to make it clear that the stmt read by Chris Lattner · 15 years ago
  76. 52e97d1 change the interface to ReadStmt to force clients to pass a cursor in to read from. by Chris Lattner · 15 years ago
  77. 698f925 split decl reading out to its own PCHReaderDecl.cpp file. by Chris Lattner · 15 years ago
  78. 4c6f952 split stmt/expr deserialization out to PCHReaderStmt.cpp by Chris Lattner · 15 years ago
  79. c7c11b1 rdar://6827200 - [sema] reject statically allocated arrays of interface types by Chris Lattner · 15 years ago
  80. d0359af Change our silencing of C typedef redefinition handling to what we had by Chris Lattner · 15 years ago
  81. 6367f6d Set up DeclsCursor. by Chris Lattner · 15 years ago
  82. 5947ca2 fix a comment by starting stmts/exprs after types and decls. by Chris Lattner · 15 years ago
  83. 04ad9b2 make -Wtypedef-redefinition an extwarn instead of defaulting by Chris Lattner · 15 years ago
  84. b145b1e make llvm-bcanalyzer dump out PCH files symbolically. We should probably by Chris Lattner · 15 years ago
  85. 405bad0 Some fixes for PCH (de-)serialization of Objective-C AST nodes: by Douglas Gregor · 15 years ago
  86. f91f5c8 Add a bit more handling for declarations like "int a[*]". by Eli Friedman · 15 years ago
  87. b9fa917 Adjust to LLVM API changes that went into r70157. by Chris Lattner · 15 years ago
  88. d3a413d Implement function-try-blocks. However, there's a very subtle bug that I can't track down. by Sebastian Redl · 15 years ago
  89. 9a901bb Remove getIntegerConstantExprValue in favor of using EvaluateAsInt. by Eli Friedman · 15 years ago
  90. 1eb5540 Add PCH read/write support for ObjC statements. by Steve Naroff · 15 years ago
  91. 49ac881 implement PR4077: [Linux kernel] inscrutable error on inline asm input/output constraint mismatch by Chris Lattner · 15 years ago
  92. d688761 in a tied operand, don't copy over the name or constraint string, just the flags. by Chris Lattner · 15 years ago
  93. 2819fa8 pull operands names "[foo]" into ConstraintInfo. by Chris Lattner · 15 years ago
  94. 432c869 pull the constraint string into the ConstraintInfo struct by Chris Lattner · 15 years ago
  95. e38be7c Update StmtNodes.def with the new base class of CXXTemporaryObjectExpr by Sebastian Redl · 15 years ago
  96. 5414fba Add missing include. This fixes the build with gcc 4.3.3. by Torok Edwin · 15 years ago
  97. 44def07 change TargetInfo::ConstraintInfo to be a struct that contains by Chris Lattner · 15 years ago
  98. 366809a When writing a PCH file, write multiple type and declaration blocks as by Douglas Gregor · 15 years ago
  99. 43c9804 Split C++ statements out to their own file. by Chris Lattner · 15 years ago
  100. 16f0049 split ObjC and C++ Statements out into their own headers. by Chris Lattner · 15 years ago