1. c8da1ec New function for tablegenning: clang_tablegen. by Oscar Fuentes · 13 years ago
  2. 80f38f0 Correct name of dependent target. by Oscar Fuentes · 13 years ago
  3. b90c5ba tests: Fix test on Win32. by Daniel Dunbar · 13 years ago
  4. 5e97153 Remove unused function. by Benjamin Kramer · 13 years ago
  5. 738291e Turn on __has_feature(cxx_auto_type). The feature is now fully implemented. by Richard Smith · 13 years ago
  6. 6a9505a Remove a dead variable. by Daniel Dunbar · 13 years ago
  7. 34b41d9 Implement the C++0x deduced 'auto' feature. by Richard Smith · 13 years ago
  8. 9ed9a25 Expand use of CharUnits in LayoutField(). No change in functionality intended. by Ken Dyck · 13 years ago
  9. bee5a79 Add const qualifier to getTypeInfoInChars(). by Ken Dyck · 13 years ago
  10. 26ed5f1 Test commit. by Richard Smith · 13 years ago
  11. c1cfdf8 Add a LangOptions::areExceptionsEnabled and start using it. by Anders Carlsson · 13 years ago
  12. 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
  13. 4b93d66 Re-instate r125819 and r125820 with no functionality change by Peter Collingbourne · 13 years ago
  14. c1de52d Fix PR9253, allowing attribute(aligned) to reduce the alignment of a typedef. by Chris Lattner · 13 years ago
  15. 3e026e3 Don't produce "comparison is always (true|false)" warnings when the by Douglas Gregor · 13 years ago
  16. e0fd832 implement a tiny amount of codegen support for gnu array range by Chris Lattner · 13 years ago
  17. 944ed3b In addition to in-class member functions marked with the "used" by Douglas Gregor · 13 years ago
  18. b1fba31 There's no need to return early if we encounter a try/throw and exceptions are disabled. by Anders Carlsson · 13 years ago
  19. 96b1d4b Revert 125820 and 125819 to fix PR9266. by Rafael Espindola · 13 years ago
  20. b20f5c6 Fix some add_dependencies. by Oscar Fuentes · 13 years ago
  21. 1be8eec Handle the resolution of a reference to a function template (which by Douglas Gregor · 13 years ago
  22. 6c94837 Reimplement Token::isAnnotation() using TokenKinds.def. No functionality change. by Peter Collingbourne · 13 years ago
  23. 7f11d9c Disallow try/catch/throw when exceptions are disabled. by Anders Carlsson · 13 years ago
  24. d9ea180 The member classes of a current instantiation aren't necessarily a by Douglas Gregor · 13 years ago
  25. e41721e Pass -fexceptions to all tests that use try/catch/throw. by Anders Carlsson · 13 years ago
  26. f4b793c Teach the virtual-functions-without-virtual-destructor warning to only by Douglas Gregor · 13 years ago
  27. 5f39f70 Remove the Fix-It for "main must return 'int'", which is not always by Douglas Gregor · 13 years ago
  28. 3263e09 Expand use of CharUnits for alignments further. No change in functionality by Ken Dyck · 13 years ago
  29. da2142f Revert all of my commits that devirtualized the Decl hierarchy, which by Douglas Gregor · 13 years ago
  30. f91ae52 Use PARSE_ARGUMENTS to clean up add_clang_unittest's calling convention. by Jeffrey Yasskin · 13 years ago
  31. 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
  32. b14175a [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 13 years ago
  33. effc48d Remove support and mc from the clang unittests' dependencies because they're not by Jeffrey Yasskin · 13 years ago
  34. 8ac38d7 Driver/Darwin: Support -Wl, with -Xarch_. This doesn't work naturally because of by Daniel Dunbar · 13 years ago
  35. aef05d7 Use PointerUnion::getAddrOf instead of messing with PointerUnion & reinterpret_cast. by Argyrios Kyrtzidis · 13 years ago
  36. 09fe4a5 Change 'StoreRef' back to 'Store' in GRState, shrinking the size of GRState back by one pointer. by Ted Kremenek · 13 years ago
  37. d40baf6 Fix a -Wuninitialized warning; it's actually a false positive, by John McCall · 13 years ago
  38. 15e310a Warn about code that uses variables and functions with internal linkage by John McCall · 13 years ago
  39. 370e6e9 [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 13 years ago
  40. 77a4d56 Add 'StoreRef' smart pointer to allow more fine-grain memory lifetime control of Store objects. by Ted Kremenek · 13 years ago
  41. 7ff07dc [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 13 years ago
  42. b76fdf6 [analyzer] Disable a test until inlining CXXConstructExprs is fully investigated. by Argyrios Kyrtzidis · 13 years ago
  43. 781701c Improve bool and char integral template argument printing in by Chandler Carruth · 13 years ago
  44. 7ef9324 Fix a missed case in the NULL operand to conditional operator diagnostics. by Chandler Carruth · 13 years ago
  45. 0a8709a Update the test error messages to match the update I made to the actual by Chandler Carruth · 13 years ago
  46. 45f11b7 Fix PR8767, improve diagnostic wording when allocating an object of an by Chandler Carruth · 13 years ago
  47. 82214a8 Initial steps to improve diagnostics when there is a NULL and by Chandler Carruth · 13 years ago
  48. 0656e5b Check for NULL child expressions before visiting them, as the first by Chandler Carruth · 13 years ago
  49. 5c722c70 When code-completing a case statement for a switch on a value of by Douglas Gregor · 13 years ago
  50. 4a4e2ef Start using enums from DIBuilder. by Devang Patel · 13 years ago
  51. 299696c More correct fix for CMake breakage I was seeing, my buildbots use by Daniel Dunbar · 13 years ago
  52. 2fdf79f Update text for where to file analyzer bugs. by Ted Kremenek · 13 years ago
  53. 9ab8063 Test case for // rdar://8850818 by Fariborz Jahanian · 13 years ago
  54. 98ec3f7 If -fno-builtin is passed, tell TargetLibraryInfo to by Chris Lattner · 13 years ago
  55. 813d834 Selector::getIdentifierInfoForSlot() can return NULL values, a fact by Douglas Gregor · 13 years ago
  56. 35eaa28 Unbreak CMake build on MSVC9, chapuni please check. by Daniel Dunbar · 13 years ago
  57. df61976 install a TargetLibraryInfo configured with the appropriate by Chris Lattner · 13 years ago
  58. 4f20de1 [analyzer] Fix crash when analyzing C++ code. by Argyrios Kyrtzidis · 13 years ago
  59. febb5b8 fix rdar://9024687, a crash on invalid that we used to silently ignore. by Chris Lattner · 13 years ago
  60. f4699d1 [analyzer] Fix a crash when analyzing C++ code. by Argyrios Kyrtzidis · 13 years ago
  61. 16f744b Introduce ASTContext::getLogicalOperationType() to return bool or int, depending on language. by Argyrios Kyrtzidis · 13 years ago
  62. 2846b97 Objective-c armv7 API for atomic properties of scalar types. // rdar://7761305 by Fariborz Jahanian · 13 years ago
  63. cd5b306 accept and ignore a few things for better OpenBSD compatibility, by Chris Lattner · 13 years ago
  64. c910929 [Heikki Kultala] This patch contains the ABI changes for the TCE target. by NAKAMURA Takumi · 13 years ago
  65. 9855967 we now support __label__ by Chris Lattner · 13 years ago
  66. 1e856d9 Implement C++0x [expr.static.cast]p9, which permits explicitly casting by Douglas Gregor · 13 years ago
  67. 0d3c985 The flags we're supposed to write into a byref struct are *not* the by John McCall · 13 years ago
  68. f584832 When building a qualified reference to a member of an anonymous struct by Douglas Gregor · 13 years ago
  69. 25b3b84 Fix assertion failure on -Warray-bounds for 32-bit builds of Clang. by Ted Kremenek · 13 years ago
  70. 906c73f Move CompilerInstance::LLVMContext and LLVMContext ownership to CodeGenAction by Peter Collingbourne · 13 years ago
  71. ef9a1d0 Move TargetInfo::adjustInlineAsmType to TargetCodeGenInfo by Peter Collingbourne · 13 years ago
  72. 8f5667d When we're creating an expression for an integral template argument of by Douglas Gregor · 13 years ago
  73. 4ae493c implement basic support for __label__. I wouldn't be shocked if there are by Chris Lattner · 13 years ago
  74. 87152f7 rename test by Chris Lattner · 13 years ago
  75. eaca05b Handle UsingDecl in CFGRecStmtDeclVisitor. by Argyrios Kyrtzidis · 13 years ago
  76. 337e550 Switch labels over to using normal name lookup, instead of their by Chris Lattner · 13 years ago
  77. 380ebec Unbreak the MSVC build std::make_pair is unreliable under MSVC 2010. by Francois Pichet · 13 years ago
  78. 2fda14a break testcase over multiple lines to make it easier to read. by Chris Lattner · 13 years ago
  79. 21ac10d handle labeldecls. by Chris Lattner · 13 years ago
  80. e476bdc make block bodies handle undefined labels just like functions. by Chris Lattner · 13 years ago
  81. d8df5b6 improve support for big endian targets, fixing PR8171, patch by Heikki Kultala! by Chris Lattner · 13 years ago
  82. 63ba046 CMake: updated source file list. by Oscar Fuentes · 13 years ago
  83. a85f528 Add -Warray-bounds test showing how the warning currently interoperates with macros. by Ted Kremenek · 13 years ago
  84. 2d67b90 [analyzer] Use the new registration mechanism for the debugging info "checks". by Argyrios Kyrtzidis · 13 years ago
  85. 7dd445e [analyzer] Use the new registration mechanism on the non-path-sensitive-checkers: by Argyrios Kyrtzidis · 13 years ago
  86. 9fb9474 [analyzer] by Argyrios Kyrtzidis · 13 years ago
  87. 695fb50 [analyzer] Pass CheckerManager to the registration functions. by Argyrios Kyrtzidis · 13 years ago
  88. 35001ca Enhance the array bounds checking to work for several other constructs, by Chandler Carruth · 13 years ago
  89. 3406458 Clean up the style of this function to match the conventions in the rest by Chandler Carruth · 13 years ago
  90. c24e4b9 add a fixme by Chris Lattner · 13 years ago
  91. 57ad378 Step #2/N of __label__ support: keep pushing LabelDecl forward, by Chris Lattner · 13 years ago
  92. d8e5499 Inline LocalInstantiationScope::getInstantiationOf into its one by Chris Lattner · 13 years ago
  93. a70062f remove some defensive code: LocalInstantiationScope::getInstantiationOf by Chris Lattner · 13 years ago
  94. 4d4f0db remove some dead overloads. by Chris Lattner · 13 years ago
  95. 91a230a Eliminate the internal command-line option for viewing inheritance in C++ classes, since it's only really worked for the trivial cases anyway due to lame pseudo-parsing of the class name. The viewInheritance() function is still available for use in the debugger, where this is far more useful by Douglas Gregor · 13 years ago
  96. cf0b2d8 Remove the "conditional save" hashtables from IR generation. by John McCall · 13 years ago
  97. d9015ee The internal -fdump-record-layouts flag already dumps the layout when it was computed; no need to do so again at the end of the translation unit by Douglas Gregor · 13 years ago
  98. c869abe When building StaticAnalyzer/Frontend add -I "<Checkers build dir>" to allow Checkers.inc to be by Argyrios Kyrtzidis · 13 years ago
  99. 8c99d88 Replace a FIXME with a comment describing why we did what we did by Douglas Gregor · 13 years ago
  100. f91d087 Remove the last virtual member function from the Decl hierarchy, by Douglas Gregor · 13 years ago