- f40f0d5 Keep the source location of the selector in ObjCMessageExpr. by Argyrios Kyrtzidis · 14 years ago
- 5e36210 Make RecursiveASTVisitor traverse a ObjCMethodDecl. by Argyrios Kyrtzidis · 14 years ago
- 42499f9 Do not assert on shifts of Neon polynomial types. by Bob Wilson · 14 years ago
- 3922ed0 Silence a few more uninitialized-value warnings by Douglas Gregor · 14 years ago
- 5aea91b Silence a GCC unitialized-value warning by Douglas Gregor · 14 years ago
- 4472fc6 Replace two QualType::getTypePtrOrNull() calls with by Douglas Gregor · 14 years ago
- 9f6f6a1 Do not substitute template types if template has dependent context by Peter Collingbourne · 14 years ago
- 9913d6e Fix a compiler warning. by Fariborz Jahanian · 14 years ago
- 1ab55e9 Eliminate the branching in QualType::getTypePtr() by providing a by Douglas Gregor · 14 years ago
- 075f8f1 Added ParenType type node. by Abramo Bagnara · 14 years ago
- c3c0af3 Silence GCC warning about comparisons between enumerators of different types by Douglas Gregor · 14 years ago
- 7e36988 Another dummy commit to check GIT mirroring by Anton Korobeynikov · 14 years ago
- 49f4e1c It's kindof silly that ExtQuals has an ASTContext&, and we can use that by John McCall · 14 years ago
- 55270e4 Update ExtQuals comment to reflect the expansion of the fast qualifiers by Douglas Gregor · 14 years ago
- 34e80e9 Optimize memory usage of FunctionProtoType on MSVC. by John McCall · 14 years ago
- f7616b9 Move the "volatile" bit into QualType's "fast" qualifier set, by Douglas Gregor · 14 years ago
- eb0eb49 Use TypeAlignment constant rather than fixed alignment of 8 by Douglas Gregor · 14 years ago
- 7872d48 Fixed version of 121435. by Rafael Espindola · 14 years ago
- 85fe156 In clang_getCursor(), don't override a preprocessing cursor within by Douglas Gregor · 14 years ago
- 30daefc Add missing switch case to handle builtin for Neon vqnegq. by Bob Wilson · 14 years ago
- c1fa01b LLVM's intrinsics for vpaddl and vpadal have 2 overloaded types. by Bob Wilson · 14 years ago
- afb3fa9 Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 14 years ago
- 90f1450 Treat visibility on an enclosing namespace as a non-explicit source of by John McCall · 14 years ago
- f0d9d8b Add dependency to "make clang-test check-all". by NAKAMURA Takumi · 14 years ago
- 3bc3c6d And more gzip goodness for clang. by Eric Christopher · 14 years ago
- db67e2f Bind the result of a property fetch to a temporary. by John McCall · 14 years ago
- 0aefbd8 Extend libclang debugging output for clang_getCursor() to show the definition we found by Douglas Gregor · 14 years ago
- d185035 Neon compare absolute LLVM intrinsics are not overloaded. PR8484. by Bob Wilson · 14 years ago
- ad616eb Added remaining objective-c library builtins (as in gcc) to by Fariborz Jahanian · 14 years ago
- db2b42f Fix another obscure corner layout case. by Argyrios Kyrtzidis · 14 years ago
- 4cf8b1e Update clang for the API changes in the cfi patch. by Rafael Espindola · 14 years ago
- c3dcdc1 Add Neon vreinterpret intrinsics for half-float (f16) types. by Bob Wilson · 14 years ago
- 25bb03b Don't crash when code-completing after "#include <". It would be far by Douglas Gregor · 14 years ago
- bfe5788 Refactored/cleanedup ActOnFunctionDeclarator by Fariborz Jahanian · 14 years ago
- 7344921 Eliminate duplicate code completions for properties. by Douglas Gregor · 14 years ago
- 70c2335 Don't walk the translation unit context to produce protocol names when by Douglas Gregor · 14 years ago
- d64f4c1 Gather cached code completions after the first reparse, not after the by Douglas Gregor · 14 years ago
- 4d936ec Update test. by Devang Patel · 14 years ago
- 2427dbf Fix type of last vector operand of Neon quad-register multiple-lane intrinsics. by Bob Wilson · 14 years ago
- c9ccad3 Fix the names of the v[r]addhn and v[r]subhn Neon intrinsics. by Bob Wilson · 14 years ago
- 3a321e2 Use error_code instead of std::string* for MemoryBuffer. by Michael J. Spencer · 14 years ago
- 8f15094 When an "inline" declaration was followed by a definition not marked by Douglas Gregor · 14 years ago
- 40e1775 Fix PR8760: IndirectFieldDecl Type was not updated during template instantiation. by Francois Pichet · 14 years ago
- c66b516 Add missing "s32" and "u32" variants of Neon vzip intrinsic. Radar 8446277. by Bob Wilson · 14 years ago
- 327ce70 Add missing "p16" type variants for the Neon VREV32 intrinsics. Radar 8446277. by Bob Wilson · 14 years ago
- 5a82119 Fix another unnecessary-struct-padding issue. by Argyrios Kyrtzidis · 14 years ago
- e8b3de0 Fix build. by Anders Carlsson · 14 years ago
- 43ddd9f Before determining the effect the alignment of base struct will have in the aligment of the sub-struct, by Argyrios Kyrtzidis · 14 years ago
- da6fb69 Remove extra namespace specifier. by Ted Kremenek · 14 years ago
- 170cef3 Remove unused parameter. getContextDescriptor() and getOrCreateNameSpace(). by Devang Patel · 14 years ago
- 344ff5d Remove unused parameter. by Devang Patel · 14 years ago
- 048b905 Test case for r121323. by Devang Patel · 14 years ago
- d954504 A typename specifier can end up referring to a unresolved using by Douglas Gregor · 14 years ago
- 9915539 DenseMapInfo is a 'struct', not a 'class'. by Ted Kremenek · 14 years ago
- eca099b Add new libclang hooks for CXCursorSet, a by Ted Kremenek · 14 years ago
- 823d8e9 Start using DIBuilder. It provides cleaner interface. by Devang Patel · 14 years ago
- db3d4d0 Stop using builtins for the "_lane" variants of saturating multiply intrinsics. by Bob Wilson · 14 years ago
- f187237 Remove the TypesCompatibleExprClass AST node. Merge its functionality into BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
- 259461d Put the "'typename' occurs outside of a template" and "'template' by Douglas Gregor · 14 years ago
- a4cc799 Stop using clang builtins for Neon vabdl and vabal intrinsics. by Bob Wilson · 14 years ago
- 9eb93b0 Driver: M and MM should be grouped together, <rdar://problem/8744831>. by Daniel Dunbar · 14 years ago
- a8b988f Stop using clang builtins for Neon vaba intrinsics. by Bob Wilson · 14 years ago
- dc7b2ce Make this test resilient to whether or not the Linux toolchain renders the by Chandler Carruth · 14 years ago
- c46233d Fix BinaryOperator dispatch for RecursiveASTVisitor, from Benoit Perrot! by Douglas Gregor · 14 years ago
- cad2c59 Fix two thinkos and add a test for importing the AST of a category by Douglas Gregor · 14 years ago
- 0a03a3f Fix bug where annotate tokens was not working for BinaryTypeTraitExpr. by Francois Pichet · 14 years ago
- 2346789 Fix test that didn't really test anything. by Francois Pichet · 14 years ago
- 346af03 Handle parameter attributes when tentative parsing for function/variable disambiguation. by Argyrios Kyrtzidis · 14 years ago
- 9d8231a Silence an unused variable warning. by Chandler Carruth · 14 years ago
- f203344 Stop using clang builtins for Neon vadd[lw] and vsub[lw] intrinsics. by Bob Wilson · 14 years ago
- 4064127 Stop using clang builtins for Neon vmlal{_n,_lane} and vmlsl{_n,_lane}. by Bob Wilson · 14 years ago
- d50187d Test case. by John McCall · 14 years ago
- 241d558 Bump up property conversion earlier in the initialization process. Fixes by John McCall · 14 years ago
- cf55652 Stop using a clang builtin for Neon vdup_lane intrinsics. by Bob Wilson · 14 years ago
- c92b772 Stop using a clang builtin for Neon vmull_lane intrinsic. by Bob Wilson · 14 years ago
- ad698dd Add a missing parameter, without which clang crashes for vqshlu_n intrinsics. by Bob Wilson · 14 years ago
- 468acf9 Implement vmull and vmull_n intrinsics without using clang builtins. by Bob Wilson · 14 years ago
- 954e0c7 Implement AST import for Objective-C property implementations by Douglas Gregor · 14 years ago
- 56ed792 Cast CachedLinkage to linkage to avoid "comparison between signed and unsigned integer" warnings. by Benjamin Kramer · 14 years ago
- 3daef29 Implement ASTImporter support for Objective-C category implementations. by Douglas Gregor · 14 years ago
- f5fe292 Fix PR8720 by printing an error message with a substring that the gcc testsuite searches for. by Rafael Espindola · 14 years ago
- 9f71a8f PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and by Jay Foad · 14 years ago
- dd182ff Extern the ASTImporter to import @implementation declarations. by Douglas Gregor · 14 years ago
- 9407444 Add Neon vreinterpret intrinsics. Radar 8681774. by Bob Wilson · 14 years ago
- 0d3f3ff Make whitespace more consistent. by Bob Wilson · 14 years ago
- 38c2b73 Fix enumerator not handled in switch warnings. by Francois Pichet · 14 years ago
- 6f18fca Kill FullExpr, as it was not, in fact, used anywhere in the code base. by John McCall · 14 years ago
- 53c374f Use Sema::MaybeCreateExprWithCleanups() only after we've checked for a NULL/invalid expression by Douglas Gregor · 14 years ago
- 7ee90d0 Fix compile error: comma at end of enumerator list. by Francois Pichet · 14 years ago
- 6ad6f28 Type traits intrinsic implementation: __is_base_of(T, U) by Francois Pichet · 14 years ago
- 1fd9e0d Use atomic operations for libclang's object count tracking. by Douglas Gregor · 14 years ago
- 143c7ac Objective-C pointer conversions to 'id' or qualified 'id' subsume by Douglas Gregor · 14 years ago
- 409fa9a Split out a function to do lvalue conversion on objects; this is basically by John McCall · 14 years ago
- 1ba14c6 c/objc/c++'98 are basically done, but we want '0x support. by Chris Lattner · 14 years ago
- 7e112c0 Remove a fixme which was fixed in a previous commit. by Argyrios Kyrtzidis · 14 years ago
- 89d63e5 Use the unused merge() function, fixing an minor, unintended change I by Douglas Gregor · 14 years ago
- 381d34e Re-implement caching for the linkage calculation of declarations. by Douglas Gregor · 14 years ago
- 40c2913 Do unary conversions on vararg arguments and *then* special-case float. by John McCall · 14 years ago
- 223ae5c Use Sema's MarkDeclarationReferenced, which takes care of templates, instead of calling Decl's setUsed directly. by Argyrios Kyrtzidis · 14 years ago
- f0b0ccc Use the source location of the parameter, when it makes sense, for diagnostics in HandleCleanupAttr. by Argyrios Kyrtzidis · 14 years ago