1. 459001f Initialize ImplicitConversionSequence::ListInitializationSequence. Fixes PR11394 by Douglas Gregor · 13 years ago
  2. 7955a25 Add missing initialization in the ContentCache. Seriously, when do by Douglas Gregor · 13 years ago
  3. 9d38dbc Enable delayed template parsing for friend functions declared at template class scope. by Francois Pichet · 13 years ago
  4. e994624 Fixed implicit instantiations source range. by Abramo Bagnara · 13 years ago
  5. 8a0c5c2 Refine placement of LangOptions object in CompilerInvocation by adding a new baseclass CompilerInvocationBase with a custom copy constructor. This ensures that whenever the CompilerInvocation object's copy constructor is used we always clone the LangOptions object. by Ted Kremenek · 13 years ago
  6. 5a1ac89 Finish r144971, which was an incomplete commit. by Eli Friedman · 13 years ago
  7. 7e7ad3f Fix the meaning of an "empty" record for the case of a zero-length array. Use isEmptyRecord for arguments on x86-32; there are structs of size 0 which don't count as empty. by Eli Friedman · 13 years ago
  8. 8d2fe42 Make va_arg on x86-64 compute alignment the same way as argument passing. by Eli Friedman · 13 years ago
  9. 8f4caf5 [analyzer] Warn when non pointer arguments are passed to scanf (only when running taint checker). by Anna Zaks · 13 years ago
  10. 7b1fb81 A bunch of fixes to argument passing and va_arg on Darwin x86-32 for structures containing an SSE vector. by Eli Friedman · 13 years ago
  11. 506d4e3 Don't try to expand struct arguments containing holes on x86-32. From gcc struct layout tests. by Eli Friedman · 13 years ago
  12. bd4d3bc Simplify code for returning a struct for Darwin x86-32 ABI. Use a better type for a function returning a struct containing only a pointer. Handle the edge case of a struct containing only a float or double plus some dead padding instead of asserting. by Eli Friedman · 13 years ago
  13. 87adb0b c-index-test.c: Fix syntax according to C. by NAKAMURA Takumi · 13 years ago
  14. 01f2a1e [analyzer] The compiler warning was disabling the analyzer in this test. by Anna Zaks · 13 years ago
  15. 5a4d352 Ignore empty unions in argument lowering on x86-32. From gcc struct layout tests. by Eli Friedman · 13 years ago
  16. 88c2596 Change ASTConsumer::HandleTopLevelDecl to return true for the parser to continue by Argyrios Kyrtzidis · 13 years ago
  17. b395c63 [libclang] Indexing API: by Argyrios Kyrtzidis · 13 years ago
  18. 144b6c0 [libclang] Indexing API: make sure we don't pass declarations/references without USR or location. by Argyrios Kyrtzidis · 13 years ago
  19. deae6a8 Use the canonical decl to index so that we can really find it later. by Eric Christopher · 13 years ago
  20. f1b6946 Added a clause to the ASTImporter allowing it to import TranslationUnitDecls. by Sean Callanan · 13 years ago
  21. 0d339d0 [analyzer] Do not conjure a symbol when we need to propagate taint. by Anna Zaks · 13 years ago
  22. d3b74d9 Make 'LangOptions' in CompilerInvocation a heap-allocated, reference counted object. I discovered that llvm::RefCountedBase<T> has by Ted Kremenek · 13 years ago
  23. d04a982 Simplify crash cleanup logic in ASTUnit::LoadFromCommandLine() by zeroing out two IntrusiveRefCnt pointers after we have assigned their respective values into fields of ASTUnit. by Ted Kremenek · 13 years ago
  24. ee081c4 [analyzer] Minor tweaks to the ProgramState::isTainted(). by Anna Zaks · 13 years ago
  25. 64595fa [analyzer] Add a helper method. by Anna Zaks · 13 years ago
  26. e24f5fc Constant expression evaluation: add support for evaluation of member pointers by Richard Smith · 13 years ago
  27. c69c42e When making a suggestion regarding which module to load rather than by Douglas Gregor · 13 years ago
  28. a865405 Add the notion of "framework" modules to module maps. Framework by Douglas Gregor · 13 years ago
  29. a4581a1 If we're dealing with an overridden buffer in the AST reader, load the by Douglas Gregor · 13 years ago
  30. 0e53df6 docs/UsersManual.html: Remove obsolete mingw issue. by NAKAMURA Takumi · 13 years ago
  31. 117bc17 test/Frontend/dependency-gen.c: Relax expressions for Win32 host (mingw msys). by NAKAMURA Takumi · 13 years ago
  32. 678a3ea Revert r132539 for now, "My testing shows that function stat has no problem with trailing separators. (tested on Windows and Darwin)." by NAKAMURA Takumi · 13 years ago
  33. 6fe2965 Include named unions in union member init checking by David Blaikie · 13 years ago
  34. e6226ae In Microsoft mode, make "Unqualified lookup into dependent bases of class templates" works inside default argument instantiation. by Francois Pichet · 13 years ago
  35. 09fe1bb Actually free memory for the module maps by Douglas Gregor · 13 years ago
  36. 35f9ae6 Try to appease the failing buildbot where I can't reproduce the problem by Douglas Gregor · 13 years ago
  37. 2821c7f When we're loading a framework header, first try to turn the framework by Douglas Gregor · 13 years ago
  38. eeea7c4 [analysis] Constify CheckerContext. by Anna Zaks · 13 years ago
  39. 8687397 [analyzer] Put CheckerConext::getCalleeName out of line. by Anna Zaks · 13 years ago
  40. f471487 clang/Darwin: Use the compiler-rt provided profile library. by Daniel Dunbar · 13 years ago
  41. 643ffaa tests/Driver/darwin-ld.c: Get rid of the "splatter" test case. We have enough by Daniel Dunbar · 13 years ago
  42. 24d1c96 Add missing header for modules test. by Douglas Gregor · 13 years ago
  43. e33218a build/make/compiler-rt: Don't attempt to build compiler-rt runtime libraries by Daniel Dunbar · 13 years ago
  44. adb9799 A module with an umbrella header assumes that all of the headers in by Douglas Gregor · 13 years ago
  45. 960809e Added missing ImplicitCastExpr around conversion operator call. by Abramo Bagnara · 13 years ago
  46. 4648255 Fix Neon builtin pointer argument checking for "sret" builtins. by Bob Wilson · 13 years ago
  47. e42a0ab Fixed crash with initializer lists and unnamed bitfields in the RegionStore by Jim Goodnow II · 13 years ago
  48. a081da5 Implement (de-)serialization of the buffer contents for an overridden by Douglas Gregor · 13 years ago
  49. 3d5f24a Update CMake build. by Benjamin Kramer · 13 years ago
  50. 9b0970f [analyzer] Catch the first taint propagation implied buffer overflow. by Anna Zaks · 13 years ago
  51. df18c5a [analyzer] Adding generic taint checker. by Anna Zaks · 13 years ago
  52. ceac1d6 [analyzer] Adding basic building blocks for taint propagation. by Anna Zaks · 13 years ago
  53. 57e156a [analyzer] Cleanup: Null->0, comments. by Anna Zaks · 13 years ago
  54. fc06f98 [analyzer] Cleanup (NULL -> 0, no doxygen in cpp). by Anna Zaks · 13 years ago
  55. c24b4f6 [analyzer] Assert if we ever get an over constrained state. by Anna Zaks · 13 years ago
  56. 0e12ebf [analyzer] Factor getCalleeName to the checker context. by Anna Zaks · 13 years ago
  57. 245a538 Stop claiming that Visual Studio 2005 is a viable basis for building by Chandler Carruth · 13 years ago
  58. 1b4eca6 Add -f[no-]address-sanitizer flag by Kostya Serebryany · 13 years ago
  59. 2ad226b PR11391: Don't try to evaluate the LHS of a _Complex assignment as an rvalue. by Richard Smith · 13 years ago
  60. 261e75b When building a module from a module map that isn't simply an umbrella by Douglas Gregor · 13 years ago
  61. 30bb420 Fixed missing cast and wrong cast kind in delete expression. by Abramo Bagnara · 13 years ago
  62. f8b42d1 Switch the remaining modules tests over to -emit-module-from-map. by Douglas Gregor · 13 years ago
  63. c88e58c [libclang] Add a comment in lazyCreateDiags to explain why the check and reset of by Argyrios Kyrtzidis · 13 years ago
  64. 03ee2dd [libclang] Make clang_annotateTokens use "file-targeted" deserialization and avoid by Argyrios Kyrtzidis · 13 years ago
  65. e2079cf [libclang] Make clang_findReferencesInFile use "file-targeted" deserialization and avoid by Argyrios Kyrtzidis · 13 years ago
  66. 9254bf7 Match LLVM API change. by Evan Cheng · 13 years ago
  67. b755a9d Fix PR11385: A pointer constant expression which has been cast via an integer is by Richard Smith · 13 years ago
  68. 4258332 Migrate a few more modules tests over to -emit-module-from-map. by Douglas Gregor · 13 years ago
  69. de19bb1 Teach ccc-analyzer about -fobjc-arc. by Ted Kremenek · 13 years ago
  70. 35593a9 [libclang] Fix crash on invalid code. Fixes rdar://10451854 by Argyrios Kyrtzidis · 13 years ago
  71. 3e340a6 [libclang] Indexing API: fill the objc category info for a category implementation and by Argyrios Kyrtzidis · 13 years ago
  72. d6c8209 [libclang] Indexing API: make sure we do not try to index local declarations. by Argyrios Kyrtzidis · 13 years ago
  73. c6b4a50 [libclang] Indexing API: if the CXIndexOpt_OneRefPerFile option is set, only report one reference by Argyrios Kyrtzidis · 13 years ago
  74. 220b45c [libclang] In lazyCreateDiags, recreate the diagnostic set if the number of diagnostics by Argyrios Kyrtzidis · 13 years ago
  75. 3238059 Fix test on Release builds. by Eli Friedman · 13 years ago
  76. 2f77b3d Fix a bunch of really nasty bugs in how we compute alignment for reference lvalues. PR11376. by Eli Friedman · 13 years ago
  77. 1432569 Switch some more of the modules tests over to "-emit-module-from-map", by Douglas Gregor · 13 years ago
  78. db1cde7 Add support for building a module from a module map to the -cc1 by Douglas Gregor · 13 years ago
  79. e614d6c In Microsoft mode, make "Unqualified lookup into dependent bases of class templates" works inside static functions. by Francois Pichet · 13 years ago
  80. d2536a6 Revert r144703. It was a dumb idea anyway; will add the new bits more by Douglas Gregor · 13 years ago
  81. 3bc4515 Compute whether a class is trivial correctly for template classes with an explicitly deleted or defaulted special member. PR11387. by Eli Friedman · 13 years ago
  82. b8691df Split GenerateModuleAction into its own action, which will start by Douglas Gregor · 13 years ago
  83. 9c0e1ec Fixed plausible overloads location. by Abramo Bagnara · 13 years ago
  84. b86b8dc Add a -cc1-level option -fmodule-name=<name>, which will be used when by Douglas Gregor · 13 years ago
  85. 0b69d13 Remove one group'ed warning. by Fariborz Jahanian · 13 years ago
  86. bf2e680 Add -Wmismatched-method-attributes flag for when attributes in method definition and by Fariborz Jahanian · 13 years ago
  87. 99643d9 Typo. by Chad Rosier · 13 years ago
  88. 496cc8e Fix a regression from 143657. The second pass of the warning options should only be emitting by Chad Rosier · 13 years ago
  89. 2d9eb21 Teach the CFG builder how to properly destroy temporaries who by Douglas Gregor · 13 years ago
  90. 037ad1b Validate DiagGroup names in TableGen, they're used as command line arguments so we don't want shell meta chars in there. by Benjamin Kramer · 13 years ago
  91. dce6327 Warning option typo correction: When two options have the same edit_distance don't display either. by Benjamin Kramer · 13 years ago
  92. f7ce194 Fixed a cut&paste error introduced in r141336. by Abramo Bagnara · 13 years ago
  93. 64482c6 [PCH] When serializing an PseudoObjectExpr or AtomicExpr, the serialization code must be set by Argyrios Kyrtzidis · 13 years ago
  94. e7bbab9 [libclang] Indexing API: Pass an implicit ObjCInterfaceDecl (@implementation without @interface) by Argyrios Kyrtzidis · 13 years ago
  95. 40f57ee Use Decl's isImplicit field to indicate whether an ObjCInterfaceDecl is 'ImplicitInterfaceDecl', by Argyrios Kyrtzidis · 13 years ago
  96. 21ee570 [libclang] Introduce a new function to apply the indexing callbacks on an existing by Argyrios Kyrtzidis · 13 years ago
  97. ca3d3fc Fix crash in calling convention code expanding an struct with a complex member. by Eli Friedman · 13 years ago
  98. 32509f1 Resolve placeholder expressions before trying to deduce by John McCall · 13 years ago
  99. 02ae32a Remove extra ';'. by Devang Patel · 13 years ago
  100. 155fa39 The optimizers figured out how to make this store 6. by Nick Lewycky · 13 years ago