- 156b640 Implement serialization of delegating constructors. by Sean Hunt · 14 years ago
- fa74c23 Ensure that delegating constructor loop detection uses canonical declarations. by Sean Hunt · 14 years ago
- 3afa975 Fix the delegating constructors test to not rely on basic block names. by Sean Hunt · 14 years ago
- 61c6c44 When tag lookup finds something ambiguous, and we're defining a new by Douglas Gregor · 14 years ago
- 4f40ddd Fix a typo in a test. CHEKC -> CHECK by Richard Trieu · 14 years ago
- dd3e554 Introduce a new libclang API, clang_isFileMultipleIncludeGuarded(), by Douglas Gregor · 14 years ago
- d808bd2 Introduce ASTUnit::LoadFromCompilerInvocationAction that allows one to create an ASTUnit by Argyrios Kyrtzidis · 14 years ago
- b76af9c Ensure that destructors are properly inovked when an exception leaves by Sean Hunt · 14 years ago
- cc0f9f1 Only the first zero-length bitfield decides alignment of by Fariborz Jahanian · 14 years ago
- 01aacc0 Move the AST modifications to after the cycle detection in by Sean Hunt · 14 years ago
- 06bc9eb Extend -Wnon-pod-memset to also encompass memcpy() and memmove(), by Douglas Gregor · 14 years ago
- bd82a8f Silence warnings. by Devang Patel · 14 years ago
- 855a8e7 Finish off rules for z-length bitfields in ms_struct structs. // rdar://8823265 by Fariborz Jahanian · 14 years ago
- d49bd55 Fix delegating constructors stylistic issues. by Sean Hunt · 14 years ago
- 2a053a3 Separate the -Wnon-pod-memset warnings into two separate warnings: by Douglas Gregor · 14 years ago
- a6e09bb Remove unused but set variable. by Benjamin Kramer · 14 years ago
- eccce7e Fix a double free when parsing malformed code. Fixes rdar://9173693. by Argyrios Kyrtzidis · 14 years ago
- 0f4be74 When parsing a template friend declaration we dropped the template by Chandler Carruth · 14 years ago
- e452c78 Only check the use of memset() if we're refering to a C function named by Douglas Gregor · 14 years ago
- 2bc0e5d Add a few ARM coprocessor builtins. The llvm side of the commit contains the intrinsics and matching patterns. by Bruno Cardoso Lopes · 14 years ago
- 65200d0 Remove several more rvalue references from swap arguments in libstdc++4.4. by Jeffrey Yasskin · 14 years ago
- 094ea0a Removing strncpy() checking in CString checker for now. Some significant changes need to be made to properly support modeling of it since it potentially leaves strings non-null terminated. by Lenny Maiorani · 14 years ago
- 3477224 Update metadata id number in string compare check. by Devang Patel · 14 years ago
- cb65de1 Revert r130750, "Make the mno flags match GCC. Patch by Alexander Best!", it breaks tests. by Daniel Dunbar · 14 years ago
- d8b9d68 Make the mno flags match GCC. Patch by Alexander Best! by Michael J. Spencer · 14 years ago
- 1d8052d Use the canonical decl when generating the locations for USRs. by Ted Kremenek · 14 years ago
- 1dd986d Added an assert to IntegerLiteral to ensure that the integer type passed in has the same size as the APInt passed in. Also, updated the comments around IntegerLiteral. by Richard Trieu · 14 years ago
- a87a2b2 Function with internal linkage name do not have mangled name. by Devang Patel · 14 years ago
- 2df74c0 Do not try to get mangled name of block helpers. Apply a stopgap measure to fix SingleSource/UnitTests/block-copied-in-cxxobj compile time crash. by Devang Patel · 14 years ago
- 9ca2851 Tweak the retain/release checker to not stop tracking retained objects when calling C++ methods. This is a temporary solution to prune false positives until we have a general story using annotations. by Ted Kremenek · 14 years ago
- 1a58402 Add the -mstackrealign option which just communicates the need to by Eric Christopher · 14 years ago
- cc95719 Driver/Darwin: Honor --sysroot= when invoking the linker, on Darwin. by Daniel Dunbar · 14 years ago
- 02a444d Fixed test case asserts due to checkin of r130710. by Chad Rosier · 14 years ago
- 58dc5ca Emit debug info for __destroy_helper_block_ and __copy_helper_block. by Devang Patel · 14 years ago
- b5a03b6 Skip extra copy from aggregate where it isn't necessary; rdar://problem/8139919 . This shouldn't make much of a difference at -O3, but should substantially reduce the number of generated memcpy's at -O0. by Eli Friedman · 14 years ago
- 35bdbf4 Augment retain/release checker to not warn about tracked objects passed as arguments to C++ constructors. This is a stop-gap measure for Objective-C++ code that uses smart pointers to manage reference counts. by Ted Kremenek · 14 years ago
- b2dba4b When using -std= flag added check to make sure language and standard are compatable by Chad Rosier · 14 years ago
- 454fd2d Implements strncasecmp() checker and simplifies some of the logic around creating substrings if necessary and calling the appropriate StringRef::compare/compare_lower(). by Lenny Maiorani · 14 years ago
- 7193b3e Don't abuse reinterpret cast to do something the API of PointerUnion by Chandler Carruth · 14 years ago
- 850dd80 Adds a test for the command line parser when a quoted string is not closed by a quote. by Manuel Klimek · 14 years ago
- f4bbbf0 Add a warning for when reinterpret_cast leads to undefined behavior, patch by Richard Trieu! by Argyrios Kyrtzidis · 14 years ago
- c6d0782 Switch CallArgList from an std::pair to a new CallArg struct (which will eventually gain more members). Working towards modifying call emission to avoid unnecessary copies. by Eli Friedman · 14 years ago
- 04c9a49 Simplify code a bit by using CallArgList::add. No intended functionality change. by Eli Friedman · 14 years ago
- 61b1efe Disable CFI if not using the integrated assembler. We should probably do this only for by Rafael Espindola · 14 years ago
- 340fa24 More rule enforcement of zero bitfields for ms_struct. by Fariborz Jahanian · 14 years ago
- 0f0cdab lib/Frontend/InitHeaderSearch.cpp: Tweak AddPath() to accept "/foo/bar" (not "X:\foo\bar") with -isysroot. test/PCH/reloc.c can pass. by NAKAMURA Takumi · 14 years ago
- e95a866 test/CodeGenCXX/vtable-debug-info.cpp: It does not crash on mingw. by NAKAMURA Takumi · 14 years ago
- 45dce81 test/CodeGenCXX/debug-info-namespace.cpp: Add explicit -fverbose-asm to cc1 to let cygming pass. by NAKAMURA Takumi · 14 years ago
- e099c00 Remove redeclaration of Invalid. The code that set this to true was updating an by Nick Lewycky · 14 years ago
- 7d4b159 Remove unused variable spotted by GCC. by Nick Lewycky · 14 years ago
- b79bf1d Remove unused variable, but keep function call with side-effect. by Nick Lewycky · 14 years ago
- 7f00f84 I updated this constructor's interface, and didn't have to fix any by Chandler Carruth · 14 years ago
- 7548beb Remove dead variable caught by GCC. by Nick Lewycky · 14 years ago
- 5ebd9fe Nuke stale code for separately importing the qualifer -- it's just part by Chandler Carruth · 14 years ago
- ba0f101 Remove dead variable, flagged by gcc's -Wunused-but-set-variable. by Nick Lewycky · 14 years ago
- 28ff4d6 Remove dead variable flagged by gcc's -Wunused-but-set-variable. No by Nick Lewycky · 14 years ago
- 635ca1b Remove a dead variable flagged by gcc's -Wunused-but-set-variable. No by Nick Lewycky · 14 years ago
- 7079886 Revise the representation of parameter scope data so that the by John McCall · 14 years ago
- 3aa8140 Add an optional field attached to a DeclRefExpr which points back to the by Chandler Carruth · 14 years ago
- fb44de9 Store a parameter index and function prototype depth in every by John McCall · 14 years ago
- 6857c3e Remove the NameQualifier struct, which was just a wrapper around by Chandler Carruth · 14 years ago
- 7e740bd Several cosmetic changes, no functionality changed. by Chandler Carruth · 14 years ago
- cb66cff Move the state bits in DeclRefExpr out of the pointer union and into by Chandler Carruth · 14 years ago
- 5d65e34 Switch getAs to castAs (didn't know about this before!) and simplify some code. by Chandler Carruth · 14 years ago
- d6efe9b Remove a stale comment, it no longer applied after my cleanups. by Chandler Carruth · 14 years ago
- f41e33c Fixed source range for extern linkage specification without braces. by Abramo Bagnara · 14 years ago
- 8d54305 Add r130624 back now that ELF has been fixed to work with -fno-dwarf2-cfi-asm. by Rafael Espindola · 14 years ago
- 960d13d Based on the new information in the AST provided by r130628, write by Chandler Carruth · 14 years ago
- aaf147b Move several more type traits' implementations into the AST. A few were by Chandler Carruth · 14 years ago
- cec0ced Switch __is_scalar to use the isScalarType predicate rather than by Chandler Carruth · 14 years ago
- af5a3c6 Have the array type traits build an expression with type 'size_t' by Chandler Carruth · 14 years ago
- f7ef000 Remove an inapplicable and completely out of place comment. The type is in fact 'bool'. by Chandler Carruth · 14 years ago
- d064c70 Remove more dead code for emitting diagnostics. The callers of these by Chandler Carruth · 14 years ago
- 336f51e Improve traversing of BlockExprs in RecursiveASTVisitor. by Argyrios Kyrtzidis · 14 years ago
- 06207f6 Simplify the flow of some of the array type trait code. by Chandler Carruth · 14 years ago
- 4aa0af3 Convert the expression trait evaluation to a static function and by Chandler Carruth · 14 years ago
- 83f563c Remove the default case from the unary type trait evaluation function, by Chandler Carruth · 14 years ago
- a280bc8 Remove a few more bogus returns when the switch covers all the enumerators. by Chandler Carruth · 14 years ago
- e194710 Remove another default and a *completely* bogus return from a switch by Chandler Carruth · 14 years ago
- 73e0a91 Mark that this function ends in a covering switch statement with every by Chandler Carruth · 14 years ago
- 98fa94d Remove the type traits UTT_IsLvalueExpr and UTT_IsRvalueExpr. by Chandler Carruth · 14 years ago
- 059ce0d Fully implement delegating constructors! by Sean Hunt · 14 years ago
- ccb4ecf More cleanup of the type traits implementation. by Chandler Carruth · 14 years ago
- c41d6b5 Order the type traits according to the standard's listing of unary type by Chandler Carruth · 14 years ago
- 28eeb38 Begin cleaning up type trait expression implementations and settling on by Chandler Carruth · 14 years ago
- e11c38d Add a triple to this test, otherwise it fails under MSVC because wchar_t is unsigned with the i686-pc-win32 triple. by Francois Pichet · 14 years ago
- 09e2c52 Improve the documentation for the two ObjCDeclQualifiers so that I by John McCall · 14 years ago
- f1e4fbf Compress some bits. Only matters for MSVC, or if we ever by John McCall · 14 years ago
- b7efff4 Switch the interface name for both TemplateTypeParmType and by Chandler Carruth · 14 years ago
- 4fb86f8 Re-applies the patch first applied way back in r106099, with by Chandler Carruth · 14 years ago
- 0362dba Revert the previous patch while I figure out how to make llvm-gcc by Rafael Espindola · 14 years ago
- 945bc9f Update for cfi. by Rafael Espindola · 14 years ago
- dc53159 Remove unused function. by Benjamin Kramer · 14 years ago
- 0ddd364 Remove noisy semicolons. by Benjamin Kramer · 14 years ago
- d3d77cd PR9792: Make sure to use the right definition of wchar_t when the default by Eli Friedman · 14 years ago
- 277d1e1 Some small improvements to the builtin (-ffreestanding) stdint.h; in by Eli Friedman · 14 years ago
- 1b0c5fa Pass -fno-dwarf2-cfi-asm and use FileCheck. by Rafael Espindola · 14 years ago
- f24a151 Implement -fno-dwarf2-cfi-asm. by Rafael Espindola · 14 years ago
- 769d0cc When comparing parameters of reference-to-qualified type during by Douglas Gregor · 14 years ago
- 0c4e5d6 Replace a literal 8 with Context->getCharWidth() in by Ken Dyck · 14 years ago