- 4fa4b48 Suppress elided variadic macro argument extension diagnostic for macros using by Eli Friedman · 12 years ago
- 66cff72 Provide the correct mangling and linkage for certain unnamed nested classes. by David Blaikie · 12 years ago
- 0aabf93 Use consistent spelling of 'behavior' in a C++ warning. by Anders Carlsson · 12 years ago
- ad8070b This function isn't called SaveFiles any more. by Nick Lewycky · 12 years ago
- 35a2b79 Fix an assertion failure printing the unused-label fixit in files using CRLF line endings. <rdar://problem/12639047>. by Eli Friedman · 12 years ago
- 8c88953 Remove another questionable use of hasTrivial*. The relevant thing for this by Richard Smith · 12 years ago
- b8a8de3 Accept and pass arguments to __unknown_anytype in argument by John McCall · 12 years ago
- 6f0b00a Fix typo by Matt Beaumont-Gay · 12 years ago
- 0c949ef Revert "Use the 'count' attribute instead of the 'upper_bound' attribute." by Eric Christopher · 12 years ago
- 25f071e Don't try to save the assigned value in a Objective-C property assignment by Eli Friedman · 12 years ago
- 0a26d76 [ms] Make mangleIntegerLiteral less aware of exact type of the literal. by Nico Weber · 12 years ago
- 97c81bf For classes that have the warn_unused_result attribute, don't apply the by Kaelyn Uhrain · 12 years ago
- 2ccecfa [analyzer] Address Jordan's code review for r167813. by Anna Zaks · 12 years ago
- 6e64973 Revert r167801, "[preprocessor] When #including something that contributes no by Daniel Dunbar · 12 years ago
- e5afdcf Simplify function try/catch scope handling. by David Blaikie · 12 years ago
- b55c67d Fix AST-matcher descendant visiting for Types, TypeLocs and NestedNamespecifierLocs. by Daniel Jasper · 12 years ago
- b12ecd3 This patch makes the behavior of clang consistent with the behavior of gcc 4.6 in cases where both -fPIC and -fPIE is used. by Benjamin Kramer · 12 years ago
- dd81731 UCNs in char literals are done (in LiteralSupport), remove FIXME. Expand UCN FIXME in LexNumericConstant. by Nico Weber · 12 years ago
- 8682b93 Copy the decls returned by DeclContext::lookup_result to a by Argyrios Kyrtzidis · 12 years ago
- cbf5f60 Add a test that shows that reporting a leak after failure to free is tricky. by Anna Zaks · 12 years ago
- 4141e4d Fix a Malloc Checker FP by tracking return values from initWithCharacter by Anna Zaks · 12 years ago
- 30305be Use the 'count' attribute instead of the 'upper_bound' attribute. by Bill Wendling · 12 years ago
- 8187c7e Fix IR generation for bool on PPC (and any other target where bool is not 8 bits in memory). by Eli Friedman · 12 years ago
- 4d10b40 [preprocessor] When #including something that contributes no tokens at all, by Argyrios Kyrtzidis · 12 years ago
- 3185d4a In Lexer::LexTokenInternal, avoid code duplication; no functionality change. by Argyrios Kyrtzidis · 12 years ago
- a50059e Disable accelerator tables when compiling with LTO. by Bill Wendling · 12 years ago
- 044c8aa Fix some wrong-code bugs in implicitly-defined assignment operators: by Richard Smith · 12 years ago
- d449c79 A couple of small fixes to r167783 by Kaelyn Uhrain · 12 years ago
- bae930d [analyzer] Address Jordan's feedback for r167780. by Anna Zaks · 12 years ago
- 8f81acf Fix bad CFG construction bug when handling C++ 'try' statements. by Ted Kremenek · 12 years ago
- d05df51 When filtering the list of associated namespaces so that we don't suggest people by Nick Lewycky · 12 years ago
- 51ceb7b Enable C++11 attribute syntax for warn_unused_result and allow it to be by Kaelyn Uhrain · 12 years ago
- d51db49 [analyzer] Follow up to r167762 - precisely determine the adjustment conditions. by Anna Zaks · 12 years ago
- e7ce709 Factor duplicated implicit memcpy call generation code out of copy/move by Richard Smith · 12 years ago
- 6ceb377 Finish reverting r167761, it's causing test failures. by Eric Christopher · 12 years ago
- 882995b Remove duplicated line. by Rafael Espindola · 12 years ago
- 3a9fefe Fix more try scoping bugs introduced by r167650. by David Blaikie · 12 years ago
- 41296e8 That's causing an error. by Bill Wendling · 12 years ago
- e7ad14e [analyzer] Fix a regression (from r 165079): compare canonical types. by Anna Zaks · 12 years ago
- 5ece32e Don't test for incomplete types. by Bill Wendling · 12 years ago
- 5f9a7e3 Remove abuse of hasTrivial*, and fix miscompile wherein global arrays with by Richard Smith · 12 years ago
- 5af8de8 If we encounter a fatal error, exit with status 70. For BSD systems this is by Chad Rosier · 12 years ago
- 3078353 Per discussion on cfe-dev, re-enable suppression of -Wimplicit-fallthrough on C, but also include dialects of C++ earlier than C++11. by Ted Kremenek · 12 years ago
- ba541d3 Update testcase to show that we don't emit an error for sizes <= 32-bits. by Bill Wendling · 12 years ago
- b0afe83 If we encounter a fatal error, call the interrupt handler to ensure any by Chad Rosier · 12 years ago
- 731de31 80 cols & unnecessary braces from r167736. by David Blaikie · 12 years ago
- 383ec17 Correct printing of nested anonymous type member accesses. by David Blaikie · 12 years ago
- f634bdf The register constraint could mean a 16- or 8-bit register. by Bill Wendling · 12 years ago
- 68fd608 Check that the input size is correct for the given constraint. by Bill Wendling · 12 years ago
- c6b82c3 Remove calls to getMostRecentDecl. The case they were added for in r117526 are by Rafael Espindola · 12 years ago
- 538fb98 In Sema::MergeVarDecl we handle merging of storage classes and visibility by Rafael Espindola · 12 years ago
- 778dd4a [NVPTX] Fix const modifier on builtins by Justin Holewinski · 12 years ago
- 11c9877 Fix binding of nodes in case of forEach..() matchers. by Daniel Jasper · 12 years ago
- 18f2368 Remove unneeded includes from IdentifierTable by Nico Weber · 12 years ago
- 03e67fb Delete comment reference to non-existent method by Nico Weber · 12 years ago
- bb23628 s/BCPLComment/LineComment/ by Nico Weber · 12 years ago
- a6600a3 FileCheckize test by Nico Weber · 12 years ago
- 879c92c Fix a typo which Matt pointed out. by Richard Smith · 12 years ago
- a97d2ec objective-C blocks: Change BLOCK_HAS_EXTENDED_LAYOUT to be 1<<31. by Fariborz Jahanian · 12 years ago
- 229d47a Rework my implementation of circular-reference finding to not use by Douglas Gregor · 12 years ago
- 463eb89 Add clang support of RTM from TSX by Michael Liao · 12 years ago
- e59188b -momit-leaf-frame-pointer is a -m option, not a -f option. by Richard Smith · 12 years ago
- 3e77351 Revert "Disable -Wimplicit-fallthrough when not using C++.", pending further discussion on cfe-dev. by Ted Kremenek · 12 years ago
- 6c801b6 Add a few more test cases for verifying -fno-builtin. by Meador Inge · 12 years ago
- 6e3ceb5 Disable -Wimplicit-fallthrough when not using C++. by Ted Kremenek · 12 years ago
- 4e674f7 [analyzer] When invalidating symbolic offset regions, take fields into account. by Jordan Rose · 12 years ago
- 3d512d8 Handle redeclarations of catch variables in catch blocks. by David Blaikie · 12 years ago
- d777e28 Diagnostic circular inheritance involving dependent base classes. We by Douglas Gregor · 12 years ago
- c4027c8 PR14296: function parameter name collisions in function try/catch by David Blaikie · 12 years ago
- 75e8efe Make __LDBL_MAX__ etc. have the correct type on targets where long double/double/etc. have the same format. PR14285. by Eli Friedman · 12 years ago
- 87da0b7 -Wobjc-literal-compare: look through implicit casts. by Jordan Rose · 12 years ago
- d1542c2 [NVPTX] Add __nvvm_* intrinsics as Clang builtins by Justin Holewinski · 12 years ago
- da2d2c7 Document -W in clang --help. Also make the help text more consistent (don't end descriptions in periods, use | to separate possible values). by Richard Smith · 12 years ago
- 028eb65 Don't include the help for -mips* in clang --help. These are just aliases for other options, and not common enough to be worth including here. by Richard Smith · 12 years ago
- 0f3edc5 -Wlarge-by-value-copy may be awesome, but it really shouldn't be the one and by Richard Smith · 12 years ago
- a67d503 PR13788: Don't perform checks on the initializer of a dependently-typed by Richard Smith · 12 years ago
- 6af1405 Remove leftover code. by Argyrios Kyrtzidis · 12 years ago
- e9d417d Add lldb data formatters for clang classes, starting with SourceLocation. by Argyrios Kyrtzidis · 12 years ago
- 762d15d Remove --help text for deprecated sanitizer options, add --help text for -fsanitize=. by Richard Smith · 12 years ago
- f1eaab1 PR14303: Add a NoDriverOption flag to those options which are not accepted by by Richard Smith · 12 years ago
- b328ee5 Add string to try and fix build from r167629. by Chad Rosier · 12 years ago
- 9410928 Add a SourceLocation::printToString() that returns in a std::string what dump() by Argyrios Kyrtzidis · 12 years ago
- ecd27bf Add a FileCharacteristic parameter to SourceManager::createFileIDForMemBuffer by Argyrios Kyrtzidis · 12 years ago
- 8616f9a Turn FrontendInputFile into an immutable class and have it also accept by Argyrios Kyrtzidis · 12 years ago
- 8e1fbbc Make CompilerInstance::InitializeSourceManager accept a FrontendInputFile, by Argyrios Kyrtzidis · 12 years ago
- d96d82e Don't use so many bits. by Rafael Espindola · 12 years ago
- 485577d Implement -mstrict-align using '-backend-option -arm-strict-align' as this saves by Chad Rosier · 12 years ago
- ed193ba Add test case for r167619. by Chad Rosier · 12 years ago
- 7e29327 [driver] Add a -mstrict-align compiler option for ARM targets. rdar://12340498 by Chad Rosier · 12 years ago
- 02f0022 Improved support for removing the comma preceding __VA_ARGS__ where __VA_ARGS__ by Andy Gibbs · 12 years ago
- 1a52a4d Use isInvalidDecl() instead of isStatic() as suggested by dblaikie. by Nico Weber · 12 years ago
- e0ff690 Don't crash on calling static member overloaded operator, PR14120 by Nico Weber · 12 years ago
- 377e5c1 Remove old driver code to grab the iOS simulator version from the -D option. by Bob Wilson · 12 years ago
- c8e78b2 [ms] Implement int64_t version of mangleNumber() in terms of the APSInt version. by Nico Weber · 12 years ago
- e95b46b [Windows] Fix mangling of number literal '0' by Nico Weber · 12 years ago
- 458871a Remove more code related to invoking llvm-gcc. <rdar://problem/11991320> by Bob Wilson · 12 years ago
- c2fc67e Fix a source range regression in C++ new expressions with call initializers. by David Blaikie · 12 years ago
- 45a37da Fix a bug I found while preparing my devmtg talk: When passing NULL to a by Matt Beaumont-Gay · 12 years ago
- c449703 llvm/ConstantFolding.cpp: Make ReadDataFromGlobal() and FoldReinterpretLoadFromConstPtr() Big-endian-aware. by NAKAMURA Takumi · 12 years ago
- 4f056ac LiteralSupport: Don't overflow the temporary buffer when decoding invalid string parts. by Benjamin Kramer · 12 years ago