- bc54025 Put helper class in anonymous namespace. by Craig Topper · 11 years ago
- fe09f3f Put helper class in anonymous namespace. by Craig Topper · 11 years ago
- 3c3af14 PR16502: Fix a dumb bug where we might look past the last initializer in an by Richard Smith · 11 years ago
- e50947f Put helper classes in an anonymous namespace. by Craig Topper · 11 years ago
- 53d4f31 Use LLVM_DELETED_FUNCTION on unimplemented copy constructor and assignment operator. by Craig Topper · 11 years ago
- 14e6649 Put helper classes in an anonymous namespace. by Craig Topper · 11 years ago
- b8f7164 Use static for helper functions instead of an anonymous namespace per coding standards. by Craig Topper · 11 years ago
- cf1e216 Make string pointer const. by Craig Topper · 11 years ago
- 83f81d7 Put helper classes into anonymous namespace. by Craig Topper · 11 years ago
- 1f26342 Documentation cleanup for TypeOrdering.h. by James Dennett · 11 years ago
- 3b50e8d Restore r184205 and associated commits (after commit of r185290) by Stephen Lin · 11 years ago
- 1ec5750 Documentation cleanup: Mostly formatting \brief documentation, also fix a by James Dennett · 11 years ago
- 0c0b390 Teach -Wunsequenced that the side-effects of a function evaluation are sequenced by Richard Smith · 11 years ago
- aa4bc18 Reinstate r185229, reverted in r185256, with a tweak: further ignore the by Richard Smith · 11 years ago
- ad5f833 Lex: Cleanup whitespace in PragmaRegionHandler by David Majnemer · 11 years ago
- 89faf86 Bug fix: Make RecursiveASTVisitor<T>::TraverseLambdaExpr call by James Dennett · 11 years ago
- 17aa33f Add enumerators to TestVisitor::Language to allow visitor tests to by James Dennett · 11 years ago
- e103979 Compress pairs. No functionality change. by Benjamin Kramer · 11 years ago
- 9df0823 Driver: Push triple objects around instead of going to std::string all the time. by Benjamin Kramer · 11 years ago
- 6e428a4 Revert r185229 as it breaks compilation of <windows.h> by Timur Iskhodzhanov · 11 years ago
- e36c728 [test] Add test case for rdar://14183893. by Argyrios Kyrtzidis · 11 years ago
- 2e43015 Remove dead code. by Eli Friedman · 11 years ago
- 5eab8d7 PR7927, PR16247: Reimplement handling of matching extern "C" declarations by Richard Smith · 11 years ago
- 5fb478b Fix error recovery with in-class initializer. by Eli Friedman · 11 years ago
- b26f012 Fix line endings. by Eli Friedman · 11 years ago
- e1e35f7 [ms-cxxabi] Move CodeGenVTables::needsVTTParameter to ItaniumCXXABI. by Peter Collingbourne · 11 years ago
- dd15907 + "For Windows Users" section by Anton Yartsev · 11 years ago
- ceb6dc8 Use the multiple argument form of path::append. by Benjamin Kramer · 11 years ago
- 15a0de9 Fix a trivial typo, add a FIXME to have more test coverage for VTableBuilder by Timur Iskhodzhanov · 11 years ago
- a1753f4 Use lexing mode based on FormatStyle.Standard. by Alexander Kornienko · 11 years ago
- 6982bf4 Lazily deserialize function template specializations. This fixes a cycle in by Richard Smith · 11 years ago
- 8ffd0a4 Update for llvm::sys::fs::unique_file not creating directories. by Rafael Espindola · 11 years ago
- 1d7bb6c Delete dead code. by Eli Friedman · 11 years ago
- ded9979 Switch Decl instantiation to DeclNodes.inc. by Eli Friedman · 11 years ago
- 5771aab Fix nested lifetime extension when a std::initializer_list member is by Richard Smith · 11 years ago
- 24118f5 Use the zero-argument DIBuilder::createNullPtrType in Clang. by Peter Collingbourne · 11 years ago
- 02a01fa Ensure that debugger calls to signature-less functions default to by John McCall · 11 years ago
- 267fad8 Revert "Revert r184787: "Added arm_neon intrinsic tests."" by Michael Gottesman · 11 years ago
- 49bab4c Remove bogus VarDecl::extendsLifetimeOfTemporary function and inline it into by Richard Smith · 11 years ago
- 2e236fb Remove unnecessary check. by Eli Friedman · 11 years ago
- bf516f7 Delete dead code. by Eli Friedman · 11 years ago
- 0a598fd Delete dead code. by Eli Friedman · 11 years ago
- d943352 Under -fms-extensions, only inject a friend tag name when we didn't see a tag with that name in an enclosing scope. by Douglas Gregor · 11 years ago
- 6887ff2 Simplify StmtIterator. by Eli Friedman · 11 years ago
- 375a4f5 Small improvements to createOutputFile. by Rafael Espindola · 11 years ago
- cbed3bf Add support for passing v8fp options via -mfpu. by Joey Gouly · 11 years ago
- 288f76a A bit of program simplification from r185056 by Larisse Voufo · 11 years ago
- 7419d01 Fix a conversion to incomplete type bug -- The error message now specifically states that the type is incomplete and points to the forward declaration of the incomplete type. by Larisse Voufo · 11 years ago
- 642038d Delete dead code. by Eli Friedman · 11 years ago
- 2a42bc8 Simplify code. by Eli Friedman · 11 years ago
- 33b90b3 Handle all TemplateArguments in trivial TypeLocs. by Eli Friedman · 11 years ago
- 418dd3e PR16467: Teach -Wunsequenced that in C11 (unlike C++11), an assignment's by Richard Smith · 11 years ago
- a8bd8c8 Sema: Small cleanup around TemplateParamListContext by David Majnemer · 11 years ago
- 3b20f58 ObjectiveC: diagnose duplicate declaration of by Fariborz Jahanian · 11 years ago
- 7348454 Don't use unnamed local enums as template arguments. Fixes -Werror bootstrap. by Joerg Sonnenberger · 11 years ago
- b4f0f3f This patch fixes PR16395, when HandleMSProperty returns null due to a declaration with no name. by Aaron Ballman · 11 years ago
- 7841abf AST: small cleanup to FriendObjectKind by David Majnemer · 11 years ago
- 5bb5f6a Sync file handling logic in RewriterTestContext.h and RefactoringTest.cpp. by Rafael Espindola · 11 years ago
- cd06f26 Rewrite record layout for ms_struct structs. by Eli Friedman · 11 years ago
- eb7c6f3 Updating the same comment in a different file, again for links. No functional change intended. by Aaron Ballman · 11 years ago
- b96e74f Updating a link in the comments; no functional change. by Aaron Ballman · 11 years ago
- 2ccf698 Fix warning: commas at the end of enumerator lists are a C++11 extension [-Wc++11-extensions] by Nico Weber · 11 years ago
- 4ec8d5b Add support for passing '-target armv8' through the Driver. by Joey Gouly · 11 years ago
- 11be064 Match MSVC's handling of commas during macro argument expansion by Reid Kleckner · 11 years ago
- eacc92f clang/test/Driver/pth.c: Fix r184942, a regexp like "\\\\" is redundant here. Should be matched to single \ with '\\'. by NAKAMURA Takumi · 11 years ago
- 902a863 Remove last use of PathV1.h from clang. by Rafael Espindola · 11 years ago
- d2a5bee We only create one file, no need to delete a directory. by Rafael Espindola · 11 years ago
- a8a0da4 Remove unused header. by Rafael Espindola · 11 years ago
- fd81592 Try to fix this test on the msys buildbot. by Rafael Espindola · 11 years ago
- de2541a Quieting an MSVC warning about converting negative integer constants to unsigned types. by Aaron Ballman · 11 years ago
- dbb4a35 Don't use PathV1.h in CIndexCodeCompletion.cpp. by Rafael Espindola · 11 years ago
- cd0debb Remove dead include. by Rafael Espindola · 11 years ago
- 2669e96 Don't use PathV1.h in cc1as_main.cpp. by Rafael Espindola · 11 years ago
- 91d1b52 Remove unused header. by Rafael Espindola · 11 years ago
- b94000b Remove unused include. by Rafael Espindola · 11 years ago
- 5407d4a clang/test/lit.cfg: Tweak getClangBuiltinIncludeDir() not to expose dosish path separator on MSYS bash.exe, since r184774. by NAKAMURA Takumi · 11 years ago
- de4c111 Remove unused include. by Rafael Espindola · 11 years ago
- b8e60d9 Remove more uses of llvm::sys::Path. by Rafael Espindola · 11 years ago
- 3473c8d Remove PathV1.h from CompilerInvocation.cpp. by Rafael Espindola · 11 years ago
- ac1db6b Use llvm::sys::fs::getMainExecutable. by Rafael Espindola · 11 years ago
- 48955f8 Remove PathV1.h from CompilerInstance.cpp. by Rafael Espindola · 11 years ago
- 21b1824 Don't use PathV1.h in ASTUnit.cpp. by Rafael Espindola · 11 years ago
- 9230690 Remove forward declarations of sys::Path. by Rafael Espindola · 11 years ago
- 1cd7df4 Remove the last use of PathWithStatus. by Rafael Espindola · 11 years ago
- 85d2848 Use llvm::sys::fs::unique_file. by Rafael Espindola · 11 years ago
- b804cb3 Remove some uses of llvm::sys::Path. by Rafael Espindola · 11 years ago
- da6d1df Remove PathV1.h use from WindowsToolChain.cpp. by Rafael Espindola · 11 years ago
- 1907c57 Fix a comment. by Nico Weber · 11 years ago
- 4fc5089 Lazily deserialize the "first' friend declaration when deserializing a class by Richard Smith · 11 years ago
- 86648b1 Fix PCH bug with member templates of local classes in nontemplate functions. by Faisal Vali · 11 years ago
- 7b6301f Remove PathV1.h usage from ToolChains.cpp. by Rafael Espindola · 11 years ago
- 2726877 Run clang-format on lib/Format code after r184894. No other changes. by Nico Weber · 11 years ago
- 861576b Formatter: Don't put a space after parameter-naming block comments. by Nico Weber · 11 years ago
- dccd04d Don't check for triviality on fields of templated records. We can't know the by Nick Lewycky · 11 years ago
- f6a144f Implement DR136 by David Majnemer · 11 years ago
- 5e37eec Make this test properly test both things it's trying to test. by Richard Smith · 11 years ago
- ba5da6e Missing test update from r184884. by Richard Smith · 11 years ago
- c7e863f PR8302: Check for shadowing a template parameter when declaring a template by Richard Smith · 11 years ago
- 147fab9 Don't try to get the layout of an invalid decl in getDeclAlign. by Matt Beaumont-Gay · 11 years ago
- 87b12b2 Implement DR21 by David Majnemer · 11 years ago