1. 81d3466 Keep proper source location information for the type in an Objective-C by Douglas Gregor · 14 years ago
  2. 575cf37 Introduce a limit on the depth of the template instantiation backtrace by Douglas Gregor · 14 years ago
  3. b17b1b3 Improve handling of CXXNewExpr. by Zhongxing Xu · 14 years ago
  4. d764d65 add __builtin_[r]index. Perhaps all LIBBUILTIN's should get by Chris Lattner · 14 years ago
  5. 16573fa Keep track of the actual storage specifier written on a variable or by Douglas Gregor · 14 years ago
  6. 6fbe3eb add a PPCallback handler for a skipped #include, patch by Zhanyong Wan! by Chris Lattner · 14 years ago
  7. 5e89655 Remove the argument number from the constant integer diagnostic. by Eric Christopher · 14 years ago
  8. 63326a5 Some renaming of methods, fixes typo (related to PR6769). by Fariborz Jahanian · 14 years ago
  9. cb421fa Fix -Wcast-qual warnings. by Dan Gohman · 14 years ago
  10. cb7464a Move all C++ expression evaluation logic into its own file. by Zhongxing Xu · 14 years ago
  11. 856c6bc Analyzer: add support for CXXNewExpr. by Zhongxing Xu · 14 years ago
  12. 65ad5a4 Local static variables must be available module-wise by Fariborz Jahanian · 14 years ago
  13. 3fbaf3e Improve our handling of user-defined conversions as part of overload by Douglas Gregor · 14 years ago
  14. eb5d7b7 Add support for '-fgnu-keywords' and '-fasm' to Clang's driver. They are not by Chandler Carruth · 14 years ago
  15. 046c294 Vtable -> VTable renames across the board. by Anders Carlsson · 14 years ago
  16. f6cde77 Add printName to DeclarationName which prints the human-readable name on a by Benjamin Kramer · 14 years ago
  17. 900fc63 Add raw_ostream operators to NamedDecl for convenience. Switch over all users of getNameAsString on a stream. by Benjamin Kramer · 14 years ago
  18. 691ebc3 Consolidate most of the integer constant expression builtin requirement by Eric Christopher · 14 years ago
  19. 2b334bb make our existing "switch on bool" warning work for C. Since by Chris Lattner · 14 years ago
  20. 0ade808 Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficient by Nick Lewycky · 14 years ago
  21. d0fe3e9 allow mapping fatal errors to errors. by Chris Lattner · 14 years ago
  22. 72468ec Start working on handling wide bitfields in C++ by Anders Carlsson · 14 years ago
  23. ccfa963 Expand the argument diagnostics for too many arguments and give by Eric Christopher · 14 years ago
  24. d77b9a2 Expand argument diagnostic for too few arguments to give the number by Eric Christopher · 14 years ago
  25. c83c687 Feed proper source-location information into Sema::LookupSingleResult, by Douglas Gregor · 14 years ago
  26. c75d6cc Improve the bit-field too wide error message. by Anders Carlsson · 14 years ago
  27. bf422f9 Diagnose attempts to throw an abstract class type. by Douglas Gregor · 14 years ago
  28. fb937b8 clang -cc1: Add a -fno-bitfield-type-align option, for my own testing purposes. by Daniel Dunbar · 14 years ago
  29. b6830d6 Tweak spelling (Bitfield -> BitField) by Daniel Dunbar · 14 years ago
  30. d4a97a1 Teach -fixit to modify all of its inputs instead of just the main file, unless by Nick Lewycky · 14 years ago
  31. b6a1693 Add TargetInfo::useBitfieldTypeAlignment(). by Daniel Dunbar · 14 years ago
  32. 3f87fb0 Driver/Frontend: Add support for -mllvm, which forwards options to the LLVM option parser. by Daniel Dunbar · 14 years ago
  33. e57aa9e Rewrite handling of 64-bit palignr intrinsics to be vector shuffles. by Eric Christopher · 14 years ago
  34. b13c170 Teach ASTVector::append() about the case where 'NumInputs' is 0. This hopefully fixes by Ted Kremenek · 14 years ago
  35. 325e593 Warn about non-aggregate classes with no user-declared constructors by Douglas Gregor · 14 years ago
  36. 1a8cf73 Always diagnose and complain about problems in by Douglas Gregor · 14 years ago
  37. 1864f2e Once we've emitted a fatal diagnostic, keep counting errors but with a by Douglas Gregor · 14 years ago
  38. 6cd1e7c Make CXLanguage_Invalid the first enum value (with '0' as its value) in CXLanguageKind. by Ted Kremenek · 14 years ago
  39. 55b3884 When diagnosing suspicious precedence or assignments, move the fix-it by Douglas Gregor · 14 years ago
  40. 868e78d Move GRStmtNodeBuilder::MakeNode() out of line. No functionality change. by Zhongxing Xu · 14 years ago
  41. 477323d Add support for CXXBoolLiteralExpr. by Zhongxing Xu · 14 years ago
  42. 2700831 add builtin for __builtin_vsprintf, patch by Paul Davey by Chris Lattner · 14 years ago
  43. 8877321 make the token paste avoidance logic turn "..." into ".. ." instead of ". . ." by Chris Lattner · 14 years ago
  44. dd17394 implement altivec.h and a bunch of support code, patch by Anton Yartsev! by Chris Lattner · 14 years ago
  45. 47bd543 Implement typo correction for Objective-C message sends when the by Douglas Gregor · 14 years ago
  46. 1dbca6e Introduce a parsing action to distinguish between class, instance, and by Douglas Gregor · 14 years ago
  47. 709210f Use ASTVector instead of std::vector for the Exprs in InitListExpr. Performance by Ted Kremenek · 14 years ago
  48. 9c9bd84 Introduce ASTVector, which is a std::vector-like class that allocates all memory by Ted Kremenek · 14 years ago
  49. 8bd5a69 Add cursor kind for C++ methods. by Ted Kremenek · 14 years ago
  50. c09289d Add a cc1 option to specify the max number of nodes the analyzer can explore. by Zhongxing Xu · 14 years ago
  51. bbea716 add frontend support for -fdata-sections and -ffunction-sections, by Chris Lattner · 14 years ago
  52. a3f8137 Diagnose declarations of conversion functions with declarators other than '()'. by John McCall · 14 years ago
  53. 04e4427 fix PR6814 - Only print [-pedantic] on a diagnostic if -pedantic by Chris Lattner · 14 years ago
  54. 45e1dae Add 'clang_getCursorLanguage' to return the "language" of the AST element (e.g., distinguish between C and Objective-C language features). Currently this only returns results for declarations. by Ted Kremenek · 14 years ago
  55. c6f530d Update doxygen comments about lifetime requirements of CXUnsaveFile data arguments. by Ted Kremenek · 14 years ago
  56. 454006d fix rdar://7852959 - Use of super within a block is actually ok. by Chris Lattner · 14 years ago
  57. 57265e3 Fix a crash-on-invalid involving name lookup of tag names, where we by Douglas Gregor · 14 years ago
  58. 966c78b change Scope::WithinElse to be a normal scope flag, widen the by Chris Lattner · 14 years ago
  59. 15faee1 Have the parser decide whether a message to super is a variable or by Chris Lattner · 14 years ago
  60. 80638c5 Have the CXXBaseOrMemberInitializer keep track of whether an initializer initializes a virtual base or not. by Anders Carlsson · 14 years ago
  61. 1ee6cad Add CIndex support for blocks. by Ted Kremenek · 14 years ago
  62. b9342fb avoid double negatives by Chris Lattner · 14 years ago
  63. eb483eb fix PR6811 by not parsing 'super' as a magic expression in by Chris Lattner · 14 years ago
  64. 46116ce Rename -dump-record-layouts to -fdump-record-layouts now that the option behaves like aa flag. by Anders Carlsson · 14 years ago
  65. 43a9b32 Driver: Ignore -fobjc-gc and -fobjc-gc-only for platforms which don't support them. by Daniel Dunbar · 14 years ago
  66. 59fc269 When a member pointer is dereferenced, the class it points into must be complete. Enforce this. by Sebastian Redl · 14 years ago
  67. 3c3ccdb Diagnose more cases of initializing distinct members of an anonymous union by John McCall · 14 years ago
  68. d6ca8da Diagnose misordered initializers in constructor templates immediately instead of by John McCall · 14 years ago
  69. 66d5142 Remove copy of 'Optional' in Clang tree, and convert clients to use the one now in the LLVM tree. by Ted Kremenek · 14 years ago
  70. 03a4bee Remove fixit for string literal comparison. Telling the user to use 'strcmp' is bad, and by Ted Kremenek · 14 years ago
  71. c53e365 Fix typo. by Benjamin Kramer · 14 years ago
  72. 380509a Argh, I modified the .inc file locally, not the .td. by John McCall · 14 years ago
  73. 08a4190 Improve diagnostics like "initializing <type> from an expression of by Douglas Gregor · 14 years ago
  74. 4ecb25f Fixes a regression caused by implementing cstyle methods for objc. by Fariborz Jahanian · 14 years ago
  75. d4eea83 Improve diagnostics when we fail to convert from a source type to a by Douglas Gregor · 14 years ago
  76. bace4ba For 'open' check in UnixAPIChecker, hard code value of 'O_CREAT' on Darwin. by Ted Kremenek · 14 years ago
  77. 8804bdc Reorder diagnostics to separate the Sema::AssignmentAction diagnostics from other diagnostics by Douglas Gregor · 14 years ago
  78. cb821d0 Downgrade the "declaration does not declare anything" error to a by Douglas Gregor · 14 years ago
  79. 7732cc9 Implement method type encoding in the presense by Fariborz Jahanian · 14 years ago
  80. b4c0c2d Match GCC's behavior and do not include '-Wunused-parameter' in '-Wunused'. by Ted Kremenek · 14 years ago
  81. e1fcf29 Include all warnings under '-Wunused' in '-Wmost' and '-Wall'. by Ted Kremenek · 14 years ago
  82. bbf3fe4 Sort entries in diagnostic group "Most". by Ted Kremenek · 14 years ago
  83. 33cab70 Maybe we should store template arguments in the position we allocated for them by John McCall · 14 years ago
  84. 9ab1454 Make CXXScopeSpec invalid when incomplete, and propagate that into any by Jeffrey Yasskin · 14 years ago
  85. af2094e Implement dependent friend function template specializations. by John McCall · 14 years ago
  86. b69eca5 Fronted: Kill overly specialized RecordLayoutDumper, just make -dump-record-layouts a bit that Sema honors. by Daniel Dunbar · 14 years ago
  87. bf9e48c AST: Move C++ record layout dumping to ASTContext::DumpRecordLayout. by Daniel Dunbar · 14 years ago
  88. 4f4fd92 Patch to implement gcc's cstyle arguments in objc methods. wip. by Fariborz Jahanian · 14 years ago
  89. db88d8a When a template (without arguments) is passed as a template type by Jeffrey Yasskin · 14 years ago
  90. 19063cd Add support for stpncpy_chk. by Eric Christopher · 14 years ago
  91. 0f0c963 add a new driver-level -ferror-limit=412 option, which causes clang to stop by Chris Lattner · 14 years ago
  92. c100214 add clang -cc1 level support for "-ferror-limit 42" by Chris Lattner · 14 years ago
  93. b205ac9 add capabilities to stop emitting errors after some limit. by Chris Lattner · 14 years ago
  94. 53eee7b Instead of counting totally diagnostics, split the count into a count by Chris Lattner · 14 years ago
  95. 06245bf Improve handling of friend types in several ways: by Douglas Gregor · 14 years ago
  96. 74626d6 Fix comment. by Zhongxing Xu · 14 years ago
  97. 595f269 Deprecate CXXScopeSpec::isSet() in favor of isNotEmpty() or isValid(). by Jeffrey Yasskin · 14 years ago
  98. c91cc66 Check access for the implicit calls to destructors that occur when we by John McCall · 14 years ago
  99. e9f5581 Improve on diagnostics when an objc class is used as by Fariborz Jahanian · 14 years ago
  100. e8f5a17 Implement code completion for Objective-C method declarations and by Douglas Gregor · 14 years ago