1. 1102af7 [libclang] Add infrastructure to be able to only deserialize decls in a file region and by Argyrios Kyrtzidis · 13 years ago
  2. 35ace1c [libclang] For c-index-test disable caching of code completion results if by Argyrios Kyrtzidis · 13 years ago
  3. f528f6b Do not add "byval" attribute to records with non-trivial copy constructors by Jan Wen Voung · 13 years ago
  4. 738f003 Add a printing policy flag to suppress printing "<anonymous>::" prior by Douglas Gregor · 13 years ago
  5. 1c740da Set MinABIStackAlignInBytes to 8 if ABI is N32/64. by Akira Hatanaka · 13 years ago
  6. a9f43af Convert the type of a structure passed by value if it has double precision by Akira Hatanaka · 13 years ago
  7. f45b716 Test code completion for constructor initializers within the class by Douglas Gregor · 13 years ago
  8. 673325f Return function results whose size is smaller than 128-bits in registers if ABI by Akira Hatanaka · 13 years ago
  9. d0e307d Use native endianness for writing out character escapes to the result buffer for string literal parsing. No functional change on little-endian architectures; should fix test failures on PPC. by Eli Friedman · 13 years ago
  10. 476caaf Don't build member initializers for zero-length or incomplete arrays, by Douglas Gregor · 13 years ago
  11. a364fb7 back out changes in r143399 and r143475. by Fariborz Jahanian · 13 years ago
  12. 3563caa Don't encourage bug reports to the Clang mailing list. We have a bug by Douglas Gregor · 13 years ago
  13. 7fb9d10 In addition to dumping preprocessed source, dump a script with the command line by Chad Rosier · 13 years ago
  14. a95cba9 Fix various minor issues find via unreachable code warnings, from Ahmed Charles! by Douglas Gregor · 13 years ago
  15. 8a43043 [analyzer] Tweak the test script by Anna Zaks · 13 years ago
  16. cef45ad Add the newest Gentoo GCC version based on the reported installed by Chandler Carruth · 13 years ago
  17. dfd1f7b [analyzer] Start writing Checker Developer Manual. by Anna Zaks · 13 years ago
  18. a553e03 Drastically simplify the mapping from the declaration corresponding to by Douglas Gregor · 13 years ago
  19. c535c17 Use StringLiteral::getBytes(), not StringLiteral::getString(), when profiling the expression, so that it works for non-UTF8 strings. by Douglas Gregor · 13 years ago
  20. 6dcd478 Fixing some dead links. Patch by Jean-Daniel Dupas! by David Blaikie · 13 years ago
  21. 4495d39 Remove virtually empty file. by Benjamin Kramer · 13 years ago
  22. edec448 Add colors to the C++11 status page. by Michael J. Spencer · 13 years ago
  23. 82fb2e4 Invoke the Darwin assembler with -g instead of --gdwarf2. by Bob Wilson · 13 years ago
  24. e4bacce Update the CMake build for clang-tblgen to reflect that it directly by Chandler Carruth · 13 years ago
  25. 0ffea35 Check for homogeneous aggregate return values with ARM's AAPCS-VFP ABI. by Bob Wilson · 13 years ago
  26. 0e13ea6 Add an option to emulate the strange Apple gcc behavior of #pragma pack. by Eli Friedman · 13 years ago
  27. 2b10ae9 objc: warn if a readonly property has a setter attribute too. // rdar://10357768 by Fariborz Jahanian · 13 years ago
  28. 33f9b24 [analyzer] Make sink attribute part of the node profile. by Anna Zaks · 13 years ago
  29. 1f61467 [analyzer] Fix PR11282 - an assert in markAsSink by Anna Zaks · 13 years ago
  30. d20c49a [analyzer] Make sure the child builder use temporary destination sets by Anna Zaks · 13 years ago
  31. a1e0540 [analyzer] BranchNodeBuilder should not generate autotransitions. by Anna Zaks · 13 years ago
  32. 0c9bada [analyzer] CheckerContext::getPredecessor() cleanup by Anna Zaks · 13 years ago
  33. 16c9bfc [analyzer] Remove the CheckerContext's destructor. by Anna Zaks · 13 years ago
  34. 4ad351d Add missing export. Spotted by Leandro Melo. by Eli Friedman · 13 years ago
  35. b229055 When we run into a constructor or destructor that is defined in the by Douglas Gregor · 13 years ago
  36. b2568c2 Fix r143463 to test what it was intended to test. by Richard Smith · 13 years ago
  37. c0577e2 When we see an out-of-line definition of a member class template that by Douglas Gregor · 13 years ago
  38. 826ed07 rename getHostTriple into getDefaultTargetTriple in clang by Sebastian Pop · 13 years ago
  39. 99326e2 When constant-folding, don't look at the initializer of a global const variable by Richard Smith · 13 years ago
  40. e3a6425 Temporarily disable lvalue-to-rvalue conversions on const pointers while an by Richard Smith · 13 years ago
  41. ff49b40 Do not create sub_dirs. This breaks the CSS links for the website and produces really long URLS. by Tanya Lattner · 13 years ago
  42. dff580e [libclang] Fix non-darwin buildbots. by Argyrios Kyrtzidis · 13 years ago
  43. 2a16520 Find copy constructor needed to copy an rvalue reference by Fariborz Jahanian · 13 years ago
  44. b28d698 Silence a warning in -Asserts builds by Matt Beaumont-Gay · 13 years ago
  45. 2a4b944 Downgrade err_iboutlet_object_type to a warning. It was breaking a bunch of code. We will reconsider promoting it back to an error later. by Ted Kremenek · 13 years ago
  46. 1cbd444 Put a reference of the ASTReader in the ASTUnit. by Argyrios Kyrtzidis · 13 years ago
  47. 627440b [libclang] For a class extension, give it a unique USR but for any property or ivar by Argyrios Kyrtzidis · 13 years ago
  48. 23de5c7 Implement C++11 'constexpr calls must return constant expressions' rule, and by Richard Smith · 13 years ago
  49. dcb0b93 Enable function call and some overload resolution with parameters of aggregate class type and initializer list arguments. by Sebastian Redl · 13 years ago
  50. f70509f Correct test for additional comment line. by Eli Friedman · 13 years ago
  51. 56461bd Mark test as requiring x86 backend. by Eli Friedman · 13 years ago
  52. 40752f7 Don't depend on system includes in test. by Eli Friedman · 13 years ago
  53. 18b681a Make test work with ARM C++ ABI. by Eli Friedman · 13 years ago
  54. 4979e0b Tests for UTF-8 encoding in strings in source code. Patch by Seth Cantrell. by Eli Friedman · 13 years ago
  55. f3aa8d6 Fix the representation of wide strings in the AST and IR so that it uses the native representation of integers for the elements. This fixes a bunch of nastiness involving by Eli Friedman · 13 years ago
  56. 9039b18 Perform proper conversion for strings encoded in the source file as UTF-8. (For now, we are assuming the source character set is always UTF-8; this can be easily extended if necessary.) by Eli Friedman · 13 years ago
  57. e8172b5 Move ConvertUTF8toUTF32 out of #if 0, in preparation for a patch which needs it. by Eli Friedman · 13 years ago
  58. f9a73eb Add LinkAllPasses to clang by Tobias Grosser · 13 years ago
  59. b12412f Add __has_feature(cxx_raw_string_literals) and by Douglas Gregor · 13 years ago
  60. 5a81e7d Add __has_feature(cxx_defaulted_functions) for querying "defaulted by Douglas Gregor · 13 years ago
  61. 12e3a16 Rework the AST for the initializer of a delegating constructor, so by Douglas Gregor · 13 years ago
  62. 23833e3 Adds IRGen support for captured rvalue references in blocks. by Fariborz Jahanian · 13 years ago
  63. ab78a9c Some minor comment changes in constant-folding comparisons. by Eli Friedman · 13 years ago
  64. c347251 Don't try to fold comparisons between the address of an object and an arbitrary integer constant. Fixes regression from r143334. by Eli Friedman · 13 years ago
  65. 64179bd [libclang] Tweak internals of CXSourceLocation to allow an alternate implementation if the lowest bit of ptr_data[0] is not 0. This by Ted Kremenek · 13 years ago
  66. ba93b1c [libclang] Move implementation of functions for manipulation CXSourceLocations and CXSourceRanges into a separate file. by Ted Kremenek · 13 years ago
  67. af7848f [libclang] Add CXDiagnosticImpl to represent a super class for the implementation backing a CXDiagnostic. This allows CXStoredDiagnostic by Ted Kremenek · 13 years ago
  68. 4582249 Revert r143342. Caching of code-completion results was intentionally placed in "reparse" by Argyrios Kyrtzidis · 13 years ago
  69. f8e5fdb Add missing lvalue-to-rvalue conversion. by Eli Friedman · 13 years ago
  70. af3467c Refactoring and test for r143360. Support for array rvalue to pointer decay is by Richard Smith · 13 years ago
  71. b4cc540 Temporary fix for assert while evaluating array-to-pointer decay on array by Richard Smith · 13 years ago
  72. dd5b7b6 Improve text of a diagnostic. by Fariborz Jahanian · 13 years ago
  73. 321b7ac In x86_64, when calling an Objective-C method that returns a _Complex long double, make sure to use the objc_msgSend_fp2ret function which ensures that the return value will be {0, 0} if the receiver is nil. by Anders Carlsson · 13 years ago
  74. 197a974 Add possibility to specify an include location for createFileIDForMemBuffer(). by Axel Naumann · 13 years ago
  75. eb60a26 Simplify the set of directories we look for on multiarch systems. by Chandler Carruth · 13 years ago
  76. 26d513a Add "just one more" include path to the monstrosity that is our header by Chandler Carruth · 13 years ago
  77. e15d011 Fix part of PR11223 and probably a few dups as well. This teaches the by Chandler Carruth · 13 years ago
  78. 5668e92 Fix the source range for ObjCInterfaces that are forward decls. by Argyrios Kyrtzidis · 13 years ago
  79. f93c619 Move caching of code-completion results from ASTUnit::Reparse to ASTUnit::CodeComplete, by Argyrios Kyrtzidis · 13 years ago
  80. 5fe62ec [PCH] Now that we store the location of a decl outside its record by Argyrios Kyrtzidis · 13 years ago
  81. 7db89cd [PCH] For ASTReader's FileDeclIDs also associate the Module that the by Argyrios Kyrtzidis · 13 years ago
  82. 311da2f Introduce SourceManager::isLocalFileID/isLoadedFileID functions. by Argyrios Kyrtzidis · 13 years ago
  83. bd463dc Have the ASTUnit associate the local declarations that get parsed with the file by Argyrios Kyrtzidis · 13 years ago
  84. 49917f1 [libclang] Rename VisitIncludedPreprocessingEntries -> VisitIncludedEntities by Argyrios Kyrtzidis · 13 years ago
  85. a8398cc C++11 generalized constant expression handling: evaluation support for by Richard Smith · 13 years ago
  86. a58a22a C++11 generalized constant expressions: evaluate equality comparisons between by Richard Smith · 13 years ago
  87. 5d94bec cindex.py: Remove more ternary operator + whitespace fixes by Tobias Grosser · 13 years ago
  88. 57f1c1d C++11 generalized constant expressions: support pointer comparisons where the by Richard Smith · 13 years ago
  89. 70b2382 Turn on the new .file directive when appropriate, instead of turning it off. by Nick Lewycky · 13 years ago
  90. 3989d10 clang.py: Remove use of ternary operators by Tobias Grosser · 13 years ago
  91. e128154 cindex.py: Allow to create a cursor from file/row/column by Tobias Grosser · 13 years ago
  92. 509d869 cindex.py: Add File.create_from_name() by Tobias Grosser · 13 years ago
  93. c33d2b7 Fix assert on constant expression evaluation of floating point increment. by Richard Smith · 13 years ago
  94. 7e770a0 Add support for lazily linking bitcode files (using a new by Peter Collingbourne · 13 years ago
  95. 9979cfe Add support for sse4a and enable it for amdfam10 cpu. by Roman Divacky · 13 years ago
  96. d8063ce Fixed CXX struct and class initialization printing to support 'move' by Jim Goodnow II · 13 years ago
  97. f051cde Add support for amdfam10 cpu. by Roman Divacky · 13 years ago
  98. 9c8052b Stop disabling integrated assembler with -static. <rdar://problem/10175391> by Bob Wilson · 13 years ago
  99. 18dbecb Don't crash if a GCC binary conditional is used in a constant expression on an by Richard Smith · 13 years ago
  100. bf855d3 constexpr evaluation: allow lvalue-to-rvalue conversion on any literal type, not by Richard Smith · 13 years ago