1. 57b3b6a Establish the iteration variable of an ObjC for-in loop before by John McCall · 13 years ago
  2. 3469585 Reorganize the emission of local variables. by John McCall · 13 years ago
  3. 0ef473f Add CStringChecker support for strncpy. Patch by Lenny Maiorani! by Ted Kremenek · 13 years ago
  4. be4242c Add CStringChecker support for strnlen. Patch by Lenny Maiorani! by Ted Kremenek · 13 years ago
  5. 6f17433 lib/CodeGen/TargetInfo.cpp: On Win64, arg i128 should be emitted as INDIRECT. by NAKAMURA Takumi · 13 years ago
  6. b907560 Fix a little bug in the handling of enumeration types with a fixed by Douglas Gregor · 13 years ago
  7. 284cc8d Warn about implicit conversions between values of different, named by Douglas Gregor · 13 years ago
  8. e9b801f Make clang -cc1 disable Objective-C exceptions by default, and add a -fobjc-exceptions flag to turn them on. by Anders Carlsson · 13 years ago
  9. 8110f04 In Objective-C, there are no trailing return types, so don't produce diagnostics suggesting they are missing. by Richard Smith · 13 years ago
  10. 2df6647 Bug#8945: Add -cxx-isystem option to specify C++ system directories. by Joerg Sonnenberger · 13 years ago
  11. e7397c6 Fix a few auto-related issues: by Richard Smith · 13 years ago
  12. 21761c8 Warn when type modifiers on objc method declarations in by Fariborz Jahanian · 13 years ago
  13. 05f3a50 The instance size of a metaclass should be the size of a class. This is not, in fact, 0, even for very small classes. (GNU runtime) by David Chisnall · 13 years ago
  14. ddc83f9 C++0x's deduced auto is illegal in typedefs. by Richard Smith · 13 years ago
  15. e177d3b Targets/Darwin: mcount name on Darwin needs to be unmangled. by Daniel Dunbar · 13 years ago
  16. 6b12da9 Fix a CFGBuilder bug exposed on convoluted control-flow in the Linux kernel. by Ted Kremenek · 13 years ago
  17. 935f0f0 add one more case of mismatched input/output constraints. by Chris Lattner · 13 years ago
  18. f0c4d28 more code restructuring, no functionality change. by Chris Lattner · 13 years ago
  19. ca57b4b split the iteration loop out to a helper function, no functionality change. by Chris Lattner · 13 years ago
  20. 4605c4f fix a comment. by Chris Lattner · 13 years ago
  21. 967ecd3 Mangling of undeduced 'auto' types, as specified by Itanium C++ ABI. by Richard Smith · 13 years ago
  22. 483b9f3 Tweaks to C++0x deduced auto type support: by Richard Smith · 13 years ago
  23. 77efc68 Don't warn about static const integral data members with in-line constant by John McCall · 13 years ago
  24. 6c6b0eb Turn on 'auto' in plain objc mode. by Fariborz Jahanian · 13 years ago
  25. a2e4021 Pass the right linker flag in openbsd::Link::ConstructJob, by Chris Lattner · 13 years ago
  26. b0c2301 Remove warning on future change in ivar lookup rule by Fariborz Jahanian · 13 years ago
  27. fef8b34 Reorganize subelement initialization checking, no functionality change. by John McCall · 13 years ago
  28. ce6c9b7 Small optimization: avoid redundant checks of whether a type is an array by John McCall · 13 years ago
  29. 2882eca Pseudo-revirtualize CallExpr::getSourceRange by making it follow the by John McCall · 13 years ago
  30. 7cc25fe Bind references to opaque r-values correctly. Add a few test cases by John McCall · 13 years ago
  31. 34d4947 Clean up the tests for warning about unused function results given the by Chandler Carruth · 13 years ago
  32. a3f787c Put targets on folders, if the IDE supports the feature. by Oscar Fuentes · 13 years ago
  33. c8da1ec New function for tablegenning: clang_tablegen. by Oscar Fuentes · 13 years ago
  34. 80f38f0 Correct name of dependent target. by Oscar Fuentes · 13 years ago
  35. 5e97153 Remove unused function. by Benjamin Kramer · 13 years ago
  36. 738291e Turn on __has_feature(cxx_auto_type). The feature is now fully implemented. by Richard Smith · 13 years ago
  37. 6a9505a Remove a dead variable. by Daniel Dunbar · 13 years ago
  38. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 13 years ago
  39. 9ed9a25 Expand use of CharUnits in LayoutField(). No change in functionality intended. by Ken Dyck · 13 years ago
  40. bee5a79 Add const qualifier to getTypeInfoInChars(). by Ken Dyck · 13 years ago
  41. 26ed5f1 Test commit. by Richard Smith · 13 years ago
  42. c1cfdf8 Add a LangOptions::areExceptionsEnabled and start using it. by Anders Carlsson · 13 years ago
  43. da4b7cf Add a new ObjCExceptions member variable to LangOptions. This controls whether Objective-C exceptions are enabled or not (they are by default). by Anders Carlsson · 13 years ago
  44. 4b93d66 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 13 years ago
  45. c1de52d Fix PR9253, allowing attribute(aligned) to reduce the alignment of a typedef. by Chris Lattner · 13 years ago
  46. 3e026e3 Don't produce "comparison is always (true|false)" warnings when the by Douglas Gregor · 13 years ago
  47. e0fd832 implement a tiny amount of codegen support for gnu array range by Chris Lattner · 13 years ago
  48. 944ed3b In addition to in-class member functions marked with the "used" by Douglas Gregor · 13 years ago
  49. b1fba31 There's no need to return early if we encounter a try/throw and exceptions are disabled. by Anders Carlsson · 13 years ago
  50. 96b1d4b Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 13 years ago
  51. b20f5c6 Fix some add_dependencies. by Oscar Fuentes · 13 years ago
  52. 1be8eec Handle the resolution of a reference to a function template (which by Douglas Gregor · 13 years ago
  53. 7f11d9c Disallow try/catch/throw when exceptions are disabled. by Anders Carlsson · 13 years ago
  54. d9ea180 The member classes of a current instantiation aren't necessarily a by Douglas Gregor · 13 years ago
  55. f4b793c Teach the virtual-functions-without-virtual-destructor warning to only by Douglas Gregor · 13 years ago
  56. 5f39f70 Remove the Fix-It for "main must return 'int'", which is not always by Douglas Gregor · 13 years ago
  57. 3263e09 Expand use of CharUnits for alignments further. No change in functionality by Ken Dyck · 13 years ago
  58. da2142f Revert all of my commits that devirtualized the Decl hierarchy, which by Douglas Gregor · 13 years ago
  59. 8899ab0 [analyzer] '-analyzer-check-objc-mem' can go through the llvm/clang codebase without crashing; enable it for C++. by Argyrios Kyrtzidis · 13 years ago
  60. b14175a [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 13 years ago
  61. 8ac38d7 Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of by Daniel Dunbar · 13 years ago
  62. aef05d7 Use PointerUnion::getAddrOf instead of messing with PointerUnion & reinterpret_cast. by Argyrios Kyrtzidis · 13 years ago
  63. 09fe4a5 Change 'StoreRef' back to 'Store' in GRState, shrinking the size of GRState back by one pointer. by Ted Kremenek · 13 years ago
  64. d40baf6 Fix a -Wuninitialized warning; it's actually a false positive, by John McCall · 13 years ago
  65. 15e310a Warn about code that uses variables and functions with internal linkage by John McCall · 13 years ago
  66. 370e6e9 [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 13 years ago
  67. 77a4d56 Add 'StoreRef' smart pointer to allow more fine-grain memory lifetime control of Store objects. by Ted Kremenek · 13 years ago
  68. 7ff07dc [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 13 years ago
  69. 781701c Improve bool and char integral template argument printing in by Chandler Carruth · 13 years ago
  70. 7ef9324 Fix a missed case in the NULL operand to conditional operator diagnostics. by Chandler Carruth · 13 years ago
  71. 45f11b7 Fix PR8767, improve diagnostic wording when allocating an object of an by Chandler Carruth · 13 years ago
  72. 82214a8 Initial steps to improve diagnostics when there is a NULL and by Chandler Carruth · 13 years ago
  73. 5c722c70 When code-completing a case statement for a switch on a value of by Douglas Gregor · 13 years ago
  74. 4a4e2ef Start using enums from DIBuilder. by Devang Patel · 13 years ago
  75. 98ec3f7 If -fno-builtin is passed, tell TargetLibraryInfo to by Chris Lattner · 13 years ago
  76. 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 13 years ago
  77. df61976 install a TargetLibraryInfo configured with the appropriate by Chris Lattner · 13 years ago
  78. 4f20de1 [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 13 years ago
  79. febb5b8 fix rdar://9024687, a crash on invalid that we used to silently ignore. by Chris Lattner · 13 years ago
  80. 16f744b Introduce ASTContext::getLogicalOperationType() to return bool or int, depending on language. by Argyrios Kyrtzidis · 13 years ago
  81. 2846b97 Objective-c armv7 API for atomic properties of scalar types. // rdar://7761305 by Fariborz Jahanian · 13 years ago
  82. cd5b306 accept and ignore a few things for better OpenBSD compatibility, by Chris Lattner · 13 years ago
  83. c910929 [Heikki Kultala] This patch contains the ABI changes for the TCE target. by NAKAMURA Takumi · 13 years ago
  84. 1e856d9 Implement C++0x [expr.static.cast]p9, which permits explicitly casting by Douglas Gregor · 13 years ago
  85. 0d3c985 The flags we're supposed to write into a byref struct are *not* the by John McCall · 13 years ago
  86. f584832 When building a qualified reference to a member of an anonymous struct by Douglas Gregor · 13 years ago
  87. 25b3b84 Fix assertion failure on -Warray-bounds for 32-bit builds of Clang. by Ted Kremenek · 13 years ago
  88. 906c73f Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 13 years ago
  89. ef9a1d0 Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo by Peter Collingbourne · 13 years ago
  90. 8f5667d When we're creating an expression for an integral template argument of by Douglas Gregor · 13 years ago
  91. 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 13 years ago
  92. 337e550 Switch labels over to using normal name lookup, instead of their by Chris Lattner · 13 years ago
  93. 21ac10d handle labeldecls. by Chris Lattner · 13 years ago
  94. e476bdc make block bodies handle undefined labels just like functions. by Chris Lattner · 13 years ago
  95. d8df5b6 improve support for big endian targets, fixing PR8171, patch by Heikki Kultala! by Chris Lattner · 13 years ago
  96. 63ba046 CMake: updated source file list. by Oscar Fuentes · 13 years ago
  97. 2d67b90 [analyzer] Use the new registration mechanism for the debugging info "checks". by Argyrios Kyrtzidis · 13 years ago
  98. 7dd445e [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: by Argyrios Kyrtzidis · 13 years ago
  99. 9fb9474 [analyzer] by Argyrios Kyrtzidis · 13 years ago
  100. 695fb50 [analyzer] Pass CheckerManager to the registration functions. by Argyrios Kyrtzidis · 13 years ago