1. 1b78276 Add Expr::EvaluateAsLValue which will (believe it or not) try to evaluate an Expr as an LValue. by Anders Carlsson · 15 years ago
  2. c1da56e fix indentation by Chris Lattner · 15 years ago
  3. 14f7900 PCH serialization/deserialization of the source manager. With this by Douglas Gregor · 15 years ago
  4. b725232 Implement attribute "analyzer_noreturn" (<rdar://problem/6777003>). This allows by Ted Kremenek · 15 years ago
  5. 2cf2634 Implementation of pre-compiled headers (PCH) based on lazy by Douglas Gregor · 16 years ago
  6. 8d7f548 - Move ownership of MemRegionManager into ValueManager. by Ted Kremenek · 16 years ago
  7. 6ab3524 Propagate the ASTContext to various AST traversal and lookup functions. by Douglas Gregor · 16 years ago
  8. c36c540 Simple DeclContext's internal representation by always storing a by Douglas Gregor · 16 years ago
  9. 8e5fb28 Remove SVal::MakeZero and replace it with ValueManager::makeZeroVal. by Ted Kremenek · 16 years ago
  10. 7a0048b Add more builtin definitions, including strcmp. - PR3964. by Daniel Dunbar · 16 years ago
  11. 044b6f0 analyzer: Introduce a new class, ValueManager, that serves as an aggregate by Ted Kremenek · 16 years ago
  12. c565b63 stop using loc::SymbolVal and clean up code with new API. by Zhongxing Xu · 16 years ago
  13. fe1635b Add a new method because sometimes the type of the conjured symbol is not the by Zhongxing Xu · 16 years ago
  14. 867418f Create a symbolic region instead of a loc::SymbolVal. This is a continued step by Zhongxing Xu · 16 years ago
  15. a0c3e9c Fix <rdar://problem/6770998> make cast of super illegal (again:-) by Steve Naroff · 16 years ago
  16. 247aaa6 add driver support for -Wno-trigraphs by Chris Lattner · 16 years ago
  17. 9b2ce37 implement -imacros support in driver. by Chris Lattner · 16 years ago
  18. da9ae60 Enhance analyzer reasoning about sending messages to nil. A nil receiver returns 0 for scalars of size <= sizeof(void*). by Ted Kremenek · 16 years ago
  19. de07665 reject the #__include_macros directive unless it comes from the by Chris Lattner · 16 years ago
  20. b8e240e Add initial support for -imacros. Right now it has the same semantics as by Chris Lattner · 16 years ago
  21. 3bbc753 More fixes to builtin preprocessor defines. by Daniel Dunbar · 16 years ago
  22. 9158804 Sema::CheckConditionalOperands(): Soften pointer/integer mismatch from error->warning. by Steve Naroff · 16 years ago
  23. c9abc04 Make debug info work when using -save-temps. by Daniel Dunbar · 16 years ago
  24. a27e5fe improve compatibility with VC+, patch by John Thompson! by Chris Lattner · 16 years ago
  25. 899b3de New static analyzer check by Nikita Zhuk! by Ted Kremenek · 16 years ago
  26. 9fd0b1f Set __PIC__ (more) correctly. by Daniel Dunbar · 16 years ago
  27. 3aaf082 Driver: Forward remaining -f options to clang manually. by Daniel Dunbar · 16 years ago
  28. 2ac9fc2 Driver: Only forward last instance of -mmacosx-version-min= and by Daniel Dunbar · 16 years ago
  29. 48d1ef7 Driver: Manually translate a number of -f with no- variants options to by Daniel Dunbar · 16 years ago
  30. 9af6668 Driver: Add default for ArgList::hasFlag and simplify implementation. by Daniel Dunbar · 16 years ago
  31. 85a5319 Diagnose uses of function specifiers on declarations which don't declare by Eli Friedman · 16 years ago
  32. 5c1aaaf Driver: Explicitly warn that -pg isn't supported (even though we by Daniel Dunbar · 16 years ago
  33. 1e23f5f Driver: Add 'q' flag for options which shouldn't be reported as unused. by Daniel Dunbar · 16 years ago
  34. c2ee10d Move the internal DeclContext data structures into a separate header. by Douglas Gregor · 16 years ago
  35. 16fd3a9 Driver: More verbosity reduction. by Daniel Dunbar · 16 years ago
  36. 0002d23 Implement __sync_{add,sub,and,or,xor}_and_fetch and by Daniel Dunbar · 16 years ago
  37. e2573e5 Warn instead of error on duplicate protocol definitions. by Fariborz Jahanian · 16 years ago
  38. fea5f5a PathDiagnosticLocation now also wraps Decls. by Ted Kremenek · 16 years ago
  39. fc479d7 Make casting 'super' a deprecated warning (instead of a hard error). by Steve Naroff · 16 years ago
  40. 4ca076f Define __OPTIMIZE__ and __OPTIMIZE_SIZE__ if the -O[12] and -Os flags are passed to the compiler. by Anders Carlsson · 16 years ago
  41. 3f41976 Daniel convinced me that accepting "const va_list" arguments to va_arg is by Chris Lattner · 16 years ago
  42. 9dc8f19 Add a warning for questionable va_args usage. by Chris Lattner · 16 years ago
  43. e06dc21 Driver: Handle -dumpversion, this is used by some configuration scripts. by Daniel Dunbar · 16 years ago
  44. 1102f42 Basic support for regparm codegen by Anton Korobeynikov · 16 years ago
  45. 264a76c Provide sema proper values of maximal number of arguments passed in registers. by Anton Korobeynikov · 16 years ago
  46. bf4a676 Driver: Add -Qunused-arguments option to suppress driver "unused by Daniel Dunbar · 16 years ago
  47. 95f49fb improve the string literal comparison warning to not call @encode's "string literals". by Chris Lattner · 16 years ago
  48. 68fb469 Driver: Explicitly ignore -fpch-preprocess when using clang, we don't by Daniel Dunbar · 16 years ago
  49. 93e5483 Reduce Driver verbosity by suppressing unused warning about another by Daniel Dunbar · 16 years ago
  50. ff9b446 Fix Clang on VC++, patch by Bixia Zheng! by Chris Lattner · 16 years ago
  51. fb523e1 fix some warnings on VC++, patch by John Thompson! by Chris Lattner · 16 years ago
  52. c83cb1b initialize an ivar. by Chris Lattner · 16 years ago
  53. a1718c7 This is the first step to gradually remove the use of loc::SymbolVal. Now by Zhongxing Xu · 16 years ago
  54. 6d7d839 Do we have fixit advice for comments yet? by Daniel Dunbar · 16 years ago
  55. 23d16b3 Fix comment. by Daniel Dunbar · 16 years ago
  56. 7cd2e93 Implement -fvisibility. by Fariborz Jahanian · 16 years ago
  57. a9668e0 Add target hook for setting symbol prefix and section of unicode by Daniel Dunbar · 16 years ago
  58. 26df2f0 Add a new command-line option "-fixit-at=file:line:column" that only by Douglas Gregor · 16 years ago
  59. 035cf89 Remove -ftrapu. by Mike Stump · 16 years ago
  60. de4bf6a Provide FIX-IT notes to describe what fix-it is doing behind the by Douglas Gregor · 16 years ago
  61. 74734d5 When calling a function without a prototype for which we have a by Douglas Gregor · 16 years ago
  62. c960ee3 add TemplateName.cpp/h to the xcode project, minor tidying. by Chris Lattner · 16 years ago
  63. 96a6926 Hack: Add 'PathDiagnostic::flattenLocations()'. Because PlistDiagnosticClient by Ted Kremenek · 16 years ago
  64. 97144fc fix a FIXME, providing accurate source range info for DeclStmt's. The end by Chris Lattner · 16 years ago
  65. 558cb56 Introduce a "-fixit" mode to clang-cc that applies code-modification hints. by Douglas Gregor · 16 years ago
  66. 5d8b2cf Fixup -ftrapv to be more gcc compatible. -ftrapu (for want of a by Mike Stump · 16 years ago
  67. a3a8351 Add some more code modification hints by Douglas Gregor · 16 years ago
  68. 78d8a08 Driver: Allow -ccc-gcc-name to specify the name/path to use when by Daniel Dunbar · 16 years ago
  69. 9b3064b Add code modification hints to various parsing-related diagnostics. by Douglas Gregor · 16 years ago
  70. 31a19b6 Make parsing a semantic analysis a little more robust following Sema by Douglas Gregor · 16 years ago
  71. b59212a CodeGenModule::GetAddrOfConstantCFString(): by Steve Naroff · 16 years ago
  72. 2add473 Add -ftrapv support, patch from David Chisnall; well all except the by Mike Stump · 16 years ago
  73. 7e203b7 Revert r68221, -ftrapv support, which causes several regressions in by Douglas Gregor · 16 years ago
  74. 3fb07bd Add -ftrapv support, patch from David Chisnall; well all except the by Mike Stump · 16 years ago
  75. e9b7d8a Add ConvertUTF module from http://www.unicode.org/Public/PROGRAMS/CVTUTF. by Steve Naroff · 16 years ago
  76. 969c689 Give Type::getDesugaredType a "for-display" mode that can apply more by Douglas Gregor · 16 years ago
  77. 8d4141f More "prep" work for handling UTF16 CFString. by Steve Naroff · 16 years ago
  78. b930d7a Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct by Ted Kremenek · 16 years ago
  79. 03d9f34 remove ASTContext::buildObjCInterfaceType, which breaks canonical by Chris Lattner · 16 years ago
  80. 5fb5dfb - Changed PathDiagnosticPiece::getLocation() to return a PathDiagnosticLocation by Ted Kremenek · 16 years ago
  81. aec5cab Follow gcc's example and warn by default on unknown escapes. Inspired by Eli Friedman · 16 years ago
  82. 6c105c4 Flip diagnostic from Warning to ExtWarn so that it's an error by Eli Friedman · 16 years ago
  83. 1734317 Parsing, semantic analysis, and template instantiation for typename by Douglas Gregor · 16 years ago
  84. 8e5c2b8 Add Target hooks for IRgen of [cf]string literals. by Daniel Dunbar · 16 years ago
  85. 91e28af Driver: Implement basic --help text. by Daniel Dunbar · 16 years ago
  86. febdf7d Driver: Add OptTable::getOptionKind. by Daniel Dunbar · 16 years ago
  87. 7dc8664 Allow two codepaths for PathDiagnostic generation. This patch mainly consists of by Ted Kremenek · 16 years ago
  88. 9bde773 Some cleanup and renaming. No functionality change by Douglas Gregor · 16 years ago
  89. c0d12e9 Driver: Add extra parameters for help text to option definitions. by Daniel Dunbar · 16 years ago
  90. de650ae Implement template instantiation for template names, including both by Douglas Gregor · 16 years ago
  91. cfdee92 Add -Wdeprecated-declarations to driver and add a test case. by Steve Naroff · 16 years ago
  92. 33fdb73 Some "prep" work for handling ObjC @-string constants that contain UTF-8. No functionality change. by Steve Naroff · 16 years ago
  93. 8499f3f Implement -Wmissing-prototypes. Fixes PR3911. by Douglas Gregor · 16 years ago
  94. 2349925 Fix a problem in ASTContext::addRecordToClass handling forward declarations. by Chris Lattner · 16 years ago
  95. 16ff705 disable copying of Type objects. by Chris Lattner · 16 years ago
  96. f169085 fill in temporary smallvectors instead of vectors for performance. by Chris Lattner · 16 years ago
  97. da04639 add a const version of the lookupFieldDeclForIvar method. by Chris Lattner · 16 years ago
  98. d013aa1 Codegen sometimes crashes on comparisons that aren't legal, just by Chris Lattner · 16 years ago
  99. 63840b5 Document NamespaceAliasDecl. by Anders Carlsson · 16 years ago
  100. c45c232 Parsing and AST representation for dependent template names that occur by Douglas Gregor · 16 years ago