- 9030693 Do not add "byval" attribute to records with non-trivial copy constructors by Jan Wen Voung · 13 years ago
- 25270b6 Add a printing policy flag to suppress printing "<anonymous>::" prior by Douglas Gregor · 13 years ago
- b551dd3 Set MinABIStackAlignInBytes to 8 if ABI is N32/64. by Akira Hatanaka · 13 years ago
- d5a257f Convert the type of a structure passed by value if it has double precision by Akira Hatanaka · 13 years ago
- 3dd0f76 Test code completion for constructor initializers within the class by Douglas Gregor · 13 years ago
- c0e3b66 Return function results whose size is smaller than 128-bits in registers if ABI by Akira Hatanaka · 13 years ago
- caf1f26 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
- ddb2147 Don't build member initializers for zero-length or incomplete arrays, by Douglas Gregor · 13 years ago
- c637d73 back out changes in r143399 and r143475. by Fariborz Jahanian · 13 years ago
- 3c24cab Don't encourage bug reports to the Clang mailing list. We have a bug by Douglas Gregor · 13 years ago
- ce50c55 In addition to dumping preprocessed source, dump a script with the command line by Chad Rosier · 13 years ago
- 21a2516 Fix various minor issues find via unreachable code warnings, from Ahmed Charles! by Douglas Gregor · 13 years ago
- 5fa3f13 [analyzer] Tweak the test script by Anna Zaks · 13 years ago
- 27e66ad Add the newest Gentoo GCC version based on the reported installed by Chandler Carruth · 13 years ago
- d67fc49 [analyzer] Start writing Checker Developer Manual. by Anna Zaks · 13 years ago
- 0b1beb7 Drastically simplify the mapping from the declaration corresponding to by Douglas Gregor · 13 years ago
- 38738fc Use StringLiteral::getBytes(), not StringLiteral::getString(), when profiling the expression, so that it works for non-UTF8 strings. by Douglas Gregor · 13 years ago
- b09a33c Fixing some dead links. Patch by Jean-Daniel Dupas! by David Blaikie · 13 years ago
- 2eba859 Remove virtually empty file. by Benjamin Kramer · 13 years ago
- 45b636a Add colors to the C++11 status page. by Michael J. Spencer · 13 years ago
- 591ff15 Invoke the Darwin assembler with -g instead of --gdwarf2. by Bob Wilson · 13 years ago
- d4e85fa Update the CMake build for clang-tblgen to reflect that it directly by Chandler Carruth · 13 years ago
- 3b694fa Check for homogeneous aggregate return values with ARM's AAPCS-VFP ABI. by Bob Wilson · 13 years ago
- 19bda3a Add an option to emulate the strange Apple gcc behavior of #pragma pack. by Eli Friedman · 13 years ago
- 48a98c7 objc: warn if a readonly property has a setter attribute too. // rdar://10357768 by Fariborz Jahanian · 13 years ago
- 6800ba6 [analyzer] Make sink attribute part of the node profile. by Anna Zaks · 13 years ago
- 2d950b1 [analyzer] Fix PR11282 - an assert in markAsSink by Anna Zaks · 13 years ago
- 6889679 [analyzer] Make sure the child builder use temporary destination sets by Anna Zaks · 13 years ago
- cdcc653 [analyzer] BranchNodeBuilder should not generate autotransitions. by Anna Zaks · 13 years ago
- a2a8603 [analyzer] CheckerContext::getPredecessor() cleanup by Anna Zaks · 13 years ago
- 6706e97 [analyzer] Remove the CheckerContext's destructor. by Anna Zaks · 13 years ago
- d22718c Add missing export. Spotted by Leandro Melo. by Eli Friedman · 13 years ago
- 5d8419c When we run into a constructor or destructor that is defined in the by Douglas Gregor · 13 years ago
- 0b4072f Fix r143463 to test what it was intended to test. by Richard Smith · 13 years ago
- ea9f54a When we see an out-of-line definition of a member class template that by Douglas Gregor · 13 years ago
- 5d8b954 rename getHostTriple into getDefaultTargetTriple in clang by Sebastian Pop · 13 years ago
- 65ac598 When constant-folding, don't look at the initializer of a global const variable by Richard Smith · 13 years ago
- 344d78d Temporarily disable lvalue-to-rvalue conversions on const pointers while an by Richard Smith · 13 years ago
- ef84af9 Do not create sub_dirs. This breaks the CSS links for the website and produces really long URLS. by Tanya Lattner · 13 years ago
- d4e7e22 [libclang] Fix non-darwin buildbots. by Argyrios Kyrtzidis · 13 years ago
- 0505321 Find copy constructor needed to copy an rvalue reference by Fariborz Jahanian · 13 years ago
- 2eb0ce3 Silence a warning in -Asserts builds by Matt Beaumont-Gay · 13 years ago
- 0bfaf06 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
- 62ba9f6 Put a reference of the ASTReader in the ASTUnit. by Argyrios Kyrtzidis · 13 years ago
- 87ec9c2 [libclang] For a class extension, give it a unique USR but for any property or ivar by Argyrios Kyrtzidis · 13 years ago
- 177dce7 Implement C++11 'constexpr calls must return constant expressions' rule, and by Richard Smith · 13 years ago
- cc7a648 Enable function call and some overload resolution with parameters of aggregate class type and initializer list arguments. by Sebastian Redl · 13 years ago
- 885011b Correct test for additional comment line. by Eli Friedman · 13 years ago
- 55a7ba0 Mark test as requiring x86 backend. by Eli Friedman · 13 years ago
- 8bb6e9e Don't depend on system includes in test. by Eli Friedman · 13 years ago
- d9f5b33 Make test work with ARM C++ ABI. by Eli Friedman · 13 years ago
- f12e1b9 Tests for UTF-8 encoding in strings in source code. Patch by Seth Cantrell. by Eli Friedman · 13 years ago
- 64f45a2 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
- f74a458 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
- 436ecd9 Move ConvertUTF8toUTF32 out of #if 0, in preparation for a patch which needs it. by Eli Friedman · 13 years ago
- f358c8a Add LinkAllPasses to clang by Tobias Grosser · 13 years ago
- 172b221 Add __has_feature(cxx_raw_string_literals) and by Douglas Gregor · 13 years ago
- f695a69 Add __has_feature(cxx_defaulted_functions) for querying "defaulted by Douglas Gregor · 13 years ago
- 76852c2 Rework the AST for the initializer of a delegating constructor, so by Douglas Gregor · 13 years ago
- d8c4551 Adds IRGen support for captured rvalue references in blocks. by Fariborz Jahanian · 13 years ago
- c45061b Some minor comment changes in constant-folding comparisons. by Eli Friedman · 13 years ago
- ffbda40 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
- 51a7d5d [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
- 3ddef06 [libclang] Move implementation of functions for manipulation CXSourceLocations and CXSourceRanges into a separate file. by Ted Kremenek · 13 years ago
- 1edabbc [libclang] Add CXDiagnosticImpl to represent a super class for the implementation backing a CXDiagnostic. This allows CXStoredDiagnostic by Ted Kremenek · 13 years ago
- 2fe17fc Revert r143342. Caching of code-completion results was intentionally placed in "reparse" by Argyrios Kyrtzidis · 13 years ago
- 7a420df Add missing lvalue-to-rvalue conversion. by Eli Friedman · 13 years ago
- 6a7c94a Refactoring and test for r143360. Support for array rvalue to pointer decay is by Richard Smith · 13 years ago
- aa97b53 Temporary fix for assert while evaluating array-to-pointer decay on array by Richard Smith · 13 years ago
- 56892c1 Improve text of a diagnostic. by Fariborz Jahanian · 13 years ago
- eea6480 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
- f453cb9 Add possibility to specify an include location for createFileIDForMemBuffer(). by Axel Naumann · 13 years ago
- 236e0b6 Simplify the set of directories we look for on multiarch systems. by Chandler Carruth · 13 years ago
- ef0faea Add "just one more" include path to the monstrosity that is our header by Chandler Carruth · 13 years ago
- deb73f8 Fix part of PR11223 and probably a few dups as well. This teaches the by Chandler Carruth · 13 years ago
- d1cf3ff Fix the source range for ObjCInterfaces that are forward decls. by Argyrios Kyrtzidis · 13 years ago
- 0922949 Move caching of code-completion results from ASTUnit::Reparse to ASTUnit::CodeComplete, by Argyrios Kyrtzidis · 13 years ago
- ef23b60 [PCH] Now that we store the location of a decl outside its record by Argyrios Kyrtzidis · 13 years ago
- 9d128d0 [PCH] For ASTReader's FileDeclIDs also associate the Module that the by Argyrios Kyrtzidis · 13 years ago
- 7186991 Introduce SourceManager::isLocalFileID/isLoadedFileID functions. by Argyrios Kyrtzidis · 13 years ago
- 332cb9b Have the ASTUnit associate the local declarations that get parsed with the file by Argyrios Kyrtzidis · 13 years ago
- e709846 [libclang] Rename VisitIncludedPreprocessingEntries -> VisitIncludedEntities by Argyrios Kyrtzidis · 13 years ago
- bd552ef C++11 generalized constant expression handling: evaluation support for by Richard Smith · 13 years ago
- 9e36b53 C++11 generalized constant expressions: evaluate equality comparisons between by Richard Smith · 13 years ago
- ba5d10b cindex.py: Remove more ternary operator + whitespace fixes by Tobias Grosser · 13 years ago
- 625b807 C++11 generalized constant expressions: support pointer comparisons where the by Richard Smith · 13 years ago
- aaf2f36 Turn on the new .file directive when appropriate, instead of turning it off. by Nick Lewycky · 13 years ago
- 8198288 clang.py: Remove use of ternary operators by Tobias Grosser · 13 years ago
- 58ba8c9 cindex.py: Allow to create a cursor from file/row/column by Tobias Grosser · 13 years ago
- a9ea5df cindex.py: Add File.create_from_name() by Tobias Grosser · 13 years ago
- 7993e8a Fix assert on constant expression evaluation of floating point increment. by Richard Smith · 13 years ago
- 22a7dfe Add support for lazily linking bitcode files (using a new by Peter Collingbourne · 13 years ago
- 80b32b8 Add support for sse4a and enable it for amdfam10 cpu. by Roman Divacky · 13 years ago
- 5eca37c Fixed CXX struct and class initialization printing to support 'move' by Jim Goodnow II · 13 years ago
- 01c770d Add support for amdfam10 cpu. by Roman Divacky · 13 years ago
- 1a1764b Stop disabling integrated assembler with -static. <rdar://problem/10175391> by Bob Wilson · 13 years ago
- 342f1f8 Don't crash if a GCC binary conditional is used in a constant expression on an by Richard Smith · 13 years ago
- b78c0b6 constexpr evaluation: allow lvalue-to-rvalue conversion on any literal type, not by Richard Smith · 13 years ago
- 47a1eed constexpr function substitution: by Richard Smith · 13 years ago
- 0216df8 Fixed FriendDecl source locations. by Abramo Bagnara · 13 years ago