1. 82ccbe7 Use assert(0) instead of duplicating the check, suggestion by Anna. by Argyrios Kyrtzidis · 13 years ago
  2. 58f6f1e Add source-level dominators analysis. Patch by Guoping Long! by Ted Kremenek · 13 years ago
  3. 98326ed Clean up, as suggested by John. by Richard Smith · 13 years ago
  4. 1592c6c Remove more SystemZ (s390) tests. by Dan Gohman · 13 years ago
  5. 78cf13d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  6. 0986eb5 Remove the SystemZ backend. by Dan Gohman · 13 years ago
  7. 4142251 Do not drop type qualifiers in -flimit-debug-info mode. by Devang Patel · 13 years ago
  8. 436c889 Revert r142844, it broke selfhost. The problem appears to be a missing by Richard Smith · 13 years ago
  9. 0583014 Add explanatory comments for ICE checking in C99 mode. by Richard Smith · 13 years ago
  10. 3896fc5 Rework Microsoft __if_exists/__if_not_exists parsing and semantic by Douglas Gregor · 13 years ago
  11. b000459 Don't try to emit CK_LValueBitCast casts as constants. PR9558. by Eli Friedman · 13 years ago
  12. 3eafbb8 When we perform a lookup for a dependent name that is a member of an by Douglas Gregor · 13 years ago
  13. aa0aeb1 [analyzer] Node builders cleanup + comments by Anna Zaks · 13 years ago
  14. cca79db [analyzer] Remove the old StmtNodeBuilder. by Anna Zaks · 13 years ago
  15. 056c4b4 [analyzer] Completely remove the global Builder object. by Anna Zaks · 13 years ago
  16. f185cc1 [analyzer] Remove more dependencies from global Builder by Anna Zaks · 13 years ago
  17. 41bf4f3 Constant expression evaluation: evaluate lvalues as lvalues, and rvalues as by Richard Smith · 13 years ago
  18. 9875c60 Switch to a more natural formatting of the macro name printing. by Chandler Carruth · 13 years ago
  19. 8327fad Constant expression evaluation: factor out handling of ignored values. by Richard Smith · 13 years ago
  20. 32cb471 In accordance with the C89, C99 and C++98 standards, ICEs can only contain by Richard Smith · 13 years ago
  21. ebae6d0 [analyzer] Convert ExprEngine::visit() to use short lived builders. by Anna Zaks · 13 years ago
  22. d231d01 [analyzer] Convert VisitDeclStmt to use local node builder. by Anna Zaks · 13 years ago
  23. 6b6152b [analyzer] Convert more functions (ex:evalBind()) to iterative builders by Anna Zaks · 13 years ago
  24. 8ad8c54 [analyzer] Convert VisitUnaryOperator to use short lived Node builders by Anna Zaks · 13 years ago
  25. 8ff5c41 [analyzer] Use a temporary builder in CheckerContext. by Anna Zaks · 13 years ago
  26. 1aae01a [analyzer] Pass external Dst set to NodeBuilder by Anna Zaks · 13 years ago
  27. fe9b2a8 Simplify parsing ellipsis in Parser::ParseAlignArgument, spotted by Doug. by Peter Collingbourne · 13 years ago
  28. 03f9611 Constant expression evaluation: factor out VarDecl initializer evaluation and by Richard Smith · 13 years ago
  29. 9158902 Minor refactoring of my last patch. Per Doug's suggestion. by Fariborz Jahanian · 13 years ago
  30. 3e9d326 [libclang] Make sure we don't try to erase past the StoredDiagnostics vector. by Argyrios Kyrtzidis · 13 years ago
  31. 2a04f1c Fix mismatched new[]/delete[]. by Benjamin Kramer · 13 years ago
  32. ba97b6e Have -fms-no-extensions turn off -fms-compatibility by Douglas Gregor · 13 years ago
  33. 0bb935c Make -fms-compatibility imply -fms-extensions. Fixes PR11204. by Douglas Gregor · 13 years ago
  34. dfa4ab9 Remove debugging printfs that some idiot left in. by David Chisnall · 13 years ago
  35. 89c3004 Enable experimental support for objc_msgSend with GNUstep ObjC runtime. by David Chisnall · 13 years ago
  36. ea62379 Revert "Test commit" by NAKAMURA Takumi · 13 years ago
  37. 2ab3b90 Test commit by NAKAMURA Takumi · 13 years ago
  38. 8e02604 Actually rename the file AnalysisContext.cpp -> AnalysisDeclContext.cpp by Chandler Carruth · 13 years ago
  39. 1d26f48 Rename AnalysisContext to AnalysisDeclContext. Not only is this name more accurate, but it frees up the name AnalysisContext for other uses. by Ted Kremenek · 13 years ago
  40. 0b64ba9 Fix grammar for C++11 alignment specifiers, and add a few FIXMEs. by Peter Collingbourne · 13 years ago
  41. 678b89e Fix typo (C++1 -> C++11). by Peter Collingbourne · 13 years ago
  42. fef2189 Diagnose unexpanded parameter packs in member initialisers (including by Peter Collingbourne · 13 years ago
  43. dc69be2 Clean up duplicated code in Sema::BuildMemInitializer. by Peter Collingbourne · 13 years ago
  44. 05b2127 Improve unexpanded parameter pack diagnostics by using UPPC_Initializer here. by Peter Collingbourne · 13 years ago
  45. 0661bd0c Attach class template attributes to the templated CXXRecordDecl, by Peter Collingbourne · 13 years ago
  46. 59283a0 Reduce dependencies. by Benjamin Kramer · 13 years ago
  47. b1b5daf [analyzer] Remove LocationContext creation methods from AnalysisManager, and change clients to use AnalysisContext instead. by Ted Kremenek · 13 years ago
  48. bfcacd9 Fix a typo that completely broke the expansion of complex arguments. by Bob Wilson · 13 years ago
  49. 07fc657 Refactor vector constant expression evaluation to return bool like all the other by Richard Smith · 13 years ago
  50. f5c7504 Remove obsolete debugging macro, make helper static. by Benjamin Kramer · 13 years ago
  51. f634bce Pack struct better. by Benjamin Kramer · 13 years ago
  52. ba81d96 test/Driver/debug.c: Mark this as "REQUIRES: shell". by NAKAMURA Takumi · 13 years ago
  53. 813a407 lib/Driver/Tools.cpp: Use PathV2::is_absolute() to add -fdebug-compilation-dir. pwd[0] might not be '/' on Win32 hosts. by NAKAMURA Takumi · 13 years ago
  54. 5e745da Only emit implicit constant conversion truncation warnings in reachable code. Apparently this is what GCC does, and some code depends on this. Fixes <rdar://problem/10321089>. by Ted Kremenek · 13 years ago
  55. 439ed16 Refactor ThreadSafety to use PostOrderCFGView instead of its own copy (of TopologicallySortedCFG). by Ted Kremenek · 13 years ago
  56. edb1863 Pull TopologicallySortedCFG out of LiveVariables into its own analysis: PostOrderCFGView. by Ted Kremenek · 13 years ago
  57. ee28a4b Fixes a minor hick up to my last patch. by Fariborz Jahanian · 13 years ago
  58. 7fda400 objc: private methods can have their attributes, no diagnostic is required. by Fariborz Jahanian · 13 years ago
  59. c7d0ab1 Make changes necessary for N32/64 ABI conformance. by Akira Hatanaka · 13 years ago
  60. 4a8eff0 XFAIL test on Windows by Douglas Gregor · 13 years ago
  61. 60419fa More speculative test tweaking by Douglas Gregor · 13 years ago
  62. 0625366 Fix PR11073 by adding the argument type information to the decl we construct by Eric Christopher · 13 years ago
  63. 33b3d2a Switch tests from grep to FileCheck by Douglas Gregor · 13 years ago
  64. 9bc2c6e Add tests for CodeGen types in MS ABI. Based on patch by r4start. by Eli Friedman · 13 years ago
  65. e6f0868 [PCH] When serializing Stmts, keep track of when sub statements are referenced again and by Argyrios Kyrtzidis · 13 years ago
  66. 21f77cd Don't try to set the "array filler" in a InitListExpr twice. by Argyrios Kyrtzidis · 13 years ago
  67. 227e483 More ASTRecordLayout changes for MS ABI; based on patch by r4start. by Eli Friedman · 13 years ago
  68. 13c7fcc c++: support gcc's application of weak attribute on by Fariborz Jahanian · 13 years ago
  69. 9c0778b Doug reports that this test is still failing. Try applying Benjamin Kramer's by Nick Lewycky · 13 years ago
  70. 6db51f7 Added support for thread safety attributes on destructors. by DeLesley Hutchins · 13 years ago
  71. f1ac637 Thread safety analysis refactoring: invalid lock expressions. by DeLesley Hutchins · 13 years ago
  72. e0eaa85 Thread safety analysis: add support for attributes on constructors. by DeLesley Hutchins · 13 years ago
  73. 3ff86f7 objective-c: Diagnose redeclaration of private by Fariborz Jahanian · 13 years ago
  74. 381509e Added documentation for the recently-added by Sean Callanan · 13 years ago
  75. a60448d Refactoring and code cleanup. by DeLesley Hutchins · 13 years ago
  76. 95e5510 When performing name lookup for the previous declaration of a field, by Douglas Gregor · 13 years ago
  77. 7a8a2e3 Permit auto SCS on parameter declarations, C++03 [dcl.stc]p2 by Peter Collingbourne · 13 years ago
  78. cb125dd Try to be exceedingly clever and make this test work properly whether it's run by Nick Lewycky · 13 years ago
  79. b57791e Treat the Microsoft/Borland keyword "__except" as a context-sensitive by Douglas Gregor · 13 years ago
  80. 258f9a2 Massage this test a little so it works when run inside the Google environment. by Nick Lewycky · 13 years ago
  81. 9faf810 I added a new function to DeclContext called by Sean Callanan · 13 years ago
  82. 7c4fd91 Take DW_AT_comp_dir from $PWD when it's present and starts with a '/'. This is by Nick Lewycky · 13 years ago
  83. 0e9e981 Add -Wc++98-compat diagnostics for jumps which bypass initialization of non-POD by Richard Smith · 13 years ago
  84. ef47d27 When fixing up the storage class for an anonymous union, don't mark by Douglas Gregor · 13 years ago
  85. beedc5f Add test case for analyzer crash reported in <rdar://problem/10308201> (which is already fixed in mainline). by Ted Kremenek · 13 years ago
  86. 9324583 'extern template' is a C++11 feature. Add an Extension for C++98 (this matches by Richard Smith · 13 years ago
  87. cb8f951 There's no point in marking a declaration invalid just because it by Douglas Gregor · 13 years ago
  88. f89bc05 [libclang] Don't use C++-style comments in c-index-test.c. by Argyrios Kyrtzidis · 13 years ago
  89. 8e0c118 Diagnose class template (partial) specializations that occur in the by Douglas Gregor · 13 years ago
  90. ba4ee9a When we parse something that looks like a templated friend tag but by Douglas Gregor · 13 years ago
  91. afdc21a Further refine the diagnostic categories for ARC diagnostics. Addresses <rdar://problem/10245086>. by Ted Kremenek · 13 years ago
  92. 95aafb2 Add -Wc++98-compat warning for enumerations in nested name specifiers. by Richard Smith · 13 years ago
  93. 82c8ca1 FixIt insert 'static' for anonymous unions at global or namespace scope. by David Blaikie · 13 years ago
  94. f6f876c Add a fixit to remove storage specifiers on anonymous enums. by David Blaikie · 13 years ago
  95. 70042f5 Fix all 80 col violations in include/clang/Basic, plus any trailing whitespace in the files I'm touching anyway. by David Blaikie · 13 years ago
  96. 98e13ea Make the -verify bits in this test actually test something, and fix a few cases by Richard Smith · 13 years ago
  97. 85037d9 Define __STDC__ in -fms-extensions mode; defining it is consistent with gcc, and not defining it causes the system headers on multiple platforms to break with -fms-extensions because they assume the lack of a definition of __STDC__ implies a traditional (pre-ANSI) preprocessor. PR10324 and <rdar://problem/10313809> . by Eli Friedman · 13 years ago
  98. d662a79 80 cols (one I created in my last commit, plus a bunch of others that were already there) by David Blaikie · 13 years ago
  99. 2b79c32 Don't provide errors for anonymous unions when they're actually anonymous classes. by David Blaikie · 13 years ago
  100. 0706df4 Improve the diagnostic when a comma ends up at the end of a declarator group by Richard Smith · 13 years ago