- 1a925bc Address post-commit review comments from r190038. by Daniel Jasper · 12 years ago
- b2c7047 Support suppressing unused arguments warnings as a core option so that by Chandler Carruth · 12 years ago
- ac2c974 clang-format: Fix parsing and indenting lambdas. by Daniel Jasper · 12 years ago
- 567dcf9 clang-format: Enable formatting of nested blocks. by Daniel Jasper · 12 years ago
- e768c97 [analyzer] Restructure a test file by Pavel Labath · 12 years ago
- 22d58dd Make error text if clang-format is not on the system PATH more helpful, by Manuel Klimek · 12 years ago
- efb288c For "expected unqualified-id" errors after a double colon, and the double colon by Richard Trieu · 12 years ago
- a5e77a8 Add specific warning flags for GNU ext in lexer. by Eli Friedman · 12 years ago
- 86164e8 Note when a decl is used in AST files. by Eli Friedman · 12 years ago
- e7eb0c4 PR17103: Scoped enumerations with signed integer types have signed integer by Richard Smith · 12 years ago
- e9813b3 Tweak implementation of -Wwrite-strings to better match the behavior of current GCCs: by Richard Smith · 12 years ago
- 4afe579 ObjectiveC migrator: start introducing NS_XXX annotations by Fariborz Jahanian · 12 years ago
- 29b8b68 Reapply r189013 (reverted in r189906) now that the underlying issue is fixed and tested (in r189996) by David Blaikie · 12 years ago
- 0d520f7 Do not emit duplicate global initializers for template static data members inside namespaces by David Blaikie · 12 years ago
- 6155fbe Remove the -fuse-gold-plugin driver option. by Rafael Espindola · 12 years ago
- a7a2a24 ObjectiveC migrator. Refactor last patch on annotations. (was r189892). by Fariborz Jahanian · 12 years ago
- 15852fc Adds a VSPackage project that builds a VS extension to run clang-format over a selection / the line at the cursor. by Manuel Klimek · 12 years ago
- 9e046e1 More unused warning silencing. by Eric Christopher · 12 years ago
- c4f73e0 A minor fix in the documentation. by Alexander Kornienko · 12 years ago
- 62d06b7 Added documentation for clang-format style options. by Alexander Kornienko · 12 years ago
- 0aae289 ASTDumper: fix dump of CXXCatchStmt by Pavel Labath · 12 years ago
- 9a2a52f Cleaned doxygen comments. by Alexander Kornienko · 12 years ago
- 9321e87 Handle 'Cpp03' and 'Cpp11' strings in LanguageStandard serialization for by Alexander Kornienko · 12 years ago
- b7d98a1 Remove code duplication in unwrapped line parser. by Manuel Klimek · 12 years ago
- 753a511 Implement parsing of blocks (^{ ... }) in the unwrapped line parser. by Manuel Klimek · 12 years ago
- 9e512bc More lambda formatting tests; update test comments. by Manuel Klimek · 12 years ago
- 179b45c clang/test/Driver/working-directory.c: Exclude msys bash rather than tweaking expressions. by NAKAMURA Takumi · 12 years ago
- 912502b Inplement aarch64 neon instructions in AdvSIMD(shift). About 24 shift instructions: by Hao Liu · 12 years ago
- 31e44f7 Fix layout of lambda captures. by Manuel Klimek · 12 years ago
- 799bf2d Attempt to silence some defined but not used warnings. by Eric Christopher · 12 years ago
- 3bf48ca Disable llvm optimizations, but keep -O1 to test available_externally. by Rafael Espindola · 12 years ago
- 65db61f Disable llvm optimizations, but keep -O1 to test available_externally. by Rafael Espindola · 12 years ago
- 419635f Use %clang_cc1. by Rafael Espindola · 12 years ago
- 1e75a1a Clear LookupResult object if invalid candidate is found. by Serge Pavlov · 12 years ago
- a3f55b0 Don't pass -O0 to clang_cc1, it is the default. by Rafael Espindola · 12 years ago
- 8cb1bf8 clang-cl: Use "clang cl.exe" when disambiguating the diagnostic prefix. by Reid Kleckner · 12 years ago
- 5013fcf Documentation fix: remove advice to use cast/dyn_cast on TypeLocs, updating by James Dennett · 12 years ago
- 2a7002e Revert "DebugInfo: Remove explicit declaration-emissiong handling now that we have a more principled approach (the 'requires complete type' callback)" by David Blaikie · 12 years ago
- 7b7fd83 clang-cl: Avoid confusing diagnostics when clang-cl is called just cl.exe by Reid Kleckner · 12 years ago
- c47063e Order initializers of static data members of explicit specializations by Reid Kleckner · 12 years ago
- bdf3341 Add a diagnostic group for the "ignoring (static|inline) keyword on by Peter Collingbourne · 12 years ago
- 5f7ac67 ObjectiveC migrator: Cannot use bridging annotations for by Fariborz Jahanian · 12 years ago
- 5847b71 Fix the test on -Asserts build. by Rafael Espindola · 12 years ago
- 28c73f1 Use -O0 in this test too. by Rafael Espindola · 12 years ago
- 709a8ca clang-cl: Make -W a core option so we can adjust clang warnings. by Reid Kleckner · 12 years ago
- 752e1b4 Don't run optimizations in a clang test. by Rafael Espindola · 12 years ago
- 67ac998 Parser: support Microsoft syntax for 'typename typedef' by David Majnemer · 12 years ago
- 5094920 Consumed analysis: update to comments in test cases. by DeLesley Hutchins · 12 years ago
- dc1ac5e Emit uuid globals as linkonce_odr by Reid Kleckner · 12 years ago
- 82b9709 Reference extension is weird/surprising and unnecessary, let's not do that. by David Blaikie · 12 years ago
- efd570e Simplify. This function bails out a few lines above if !Found.empty(). by Richard Smith · 12 years ago
- 889a675 Don't emit an available_externally vtable pointing to linkonce_odr funcs. by Rafael Espindola · 12 years ago
- caa5ab2 Switched FormatAttr to using an IdentifierArgument instead of a StringArgument since that is a more accurate modeling. by Aaron Ballman · 12 years ago
- 99a7238 Refactor computation of whether a variable declaration's type should be merged by Richard Smith · 12 years ago
- e988dc4 Fix non-void return warning, and format. by Eric Christopher · 12 years ago
- 13d53b9 Remove unused typedef. by Eric Christopher · 12 years ago
- 0e8534e Consumed analysis: add return_typestate attribute. by DeLesley Hutchins · 12 years ago
- 5c62d57 ARM: Update testcases for improved codegen. by Jim Grosbach · 12 years ago
- 4c6c411 Update GCC attribute argument parsing comment to better reflect what's going on by Richard Smith · 12 years ago
- 8edabd9 Factor out parsing and allocation of IdentifierLoc objects. by Richard Smith · 12 years ago
- 36d558d Add an implicit dtor CFG node just before C++ 'delete' expressions. by Jordan Rose · 12 years ago
- 617f4c5 Attempt to migrate default dwarf version to 4 for linux. by Eric Christopher · 12 years ago
- f2adae3 Pass -target instead of using "REQUIRES: clang-driver". by Rafael Espindola · 12 years ago
- b61a8af First step towards correctly formatting lambdas. by Manuel Klimek · 12 years ago
- b2b169a Remove useless reinterpret_casts from Stmt.cpp by Pavel Labath · 12 years ago
- 4367829 Revert "OpenMP: Data-sharing attributes analysis and clause 'shared'" by Rafael Espindola · 12 years ago
- 5d4fa91 Disable this on mingw again. by Rafael Espindola · 12 years ago
- 2dfbb32 Remove unused group. by Rafael Espindola · 12 years ago
- a673dbd Use -### instead of -ccc-print-options. by Rafael Espindola · 12 years ago
- 7156fff Remove DynCastMatcher, since it is pretty much the same as Matcher<T>::WrappedMatcher. by Samuel Benzaquen · 12 years ago
- 8f1a2db OpenMP: Data-sharing attributes analysis and clause 'shared' by Alexey Bataev · 12 years ago
- 39024ec Remove 3 unused ccc options. by Rafael Espindola · 12 years ago
- bb0b614 the call to UsualArithmeticConversions should come after the call to CheckVectorOperands on CheckConditionalOperands function. This problem caused compilation error with test17 on "test/CodeGen/ext-vector.c". by Jin-Gu Kang · 12 years ago
- 4d40322 Mark that qualifiers can prefix the auto type. This seems to just have by Chandler Carruth · 12 years ago
- 4e65c98 Added WebKit style to the BasedOnStyle handling and to the relevant help messages. by Alexander Kornienko · 12 years ago
- 7de13bb Whitespace changes in help messages + updated help output in .rst file. by Alexander Kornienko · 12 years ago
- 4ca401b Trying to fix tests with in-tree builds, that contain a .clang-format files in by Alexander Kornienko · 12 years ago
- 97eb2d5 Fix gnueeabi typo in tests by Renato Golin · 12 years ago
- 4b762a9 Store first and last newline position in the token text for string literals and comments. by Alexander Kornienko · 12 years ago
- 3361f10 Test for empty .clang-format file. by Alexander Kornienko · 12 years ago
- 174f60f clang-format: Fix segfault in overloaded operator parsing. by Daniel Jasper · 12 years ago
- 95ab9e3 [analyzer] Add very limited support for temporary destructors by Pavel Labath · 12 years ago
- 67cf1db clang-format: Fix case-indentation in macros. by Daniel Jasper · 12 years ago
- 439fc85 Switch the default mode for clang-format to '-file'. Make 'LLVM' the by Chandler Carruth · 12 years ago
- 0180688 Improving objc_ownership attribute test coverage. by Aaron Ballman · 12 years ago
- 94c0ad9 Clean out unused diagnostics. by Benjamin Kramer · 12 years ago
- 9a96de7 The diagnostic err_init_conversion_failed uses the enum by Richard Trieu · 12 years ago
- e720311 Possibly appeasing the build bots from r189711 by Aaron Ballman · 12 years ago
- 624421f Consolidating the notion of a GNU attribute parameter with the attribute argument list. by Aaron Ballman · 12 years ago
- 7f8527b Typo. by Eric Christopher · 12 years ago
- f8e5674 Add initial clang targeted compatible decls for Intrin.h. Step towards by Eric Christopher · 12 years ago
- 8a6ad2a ObjectiveC migrator: If we find a method that returns a C pointer by Fariborz Jahanian · 12 years ago
- c55bee6 Consumed analysis: add 'consumable' class attribute. by DeLesley Hutchins · 12 years ago
- bf3d71e [analyzer] Treat the rvalue of a forward-declared struct as Unknown. by Jordan Rose · 12 years ago
- c9820eb ObjectiveC migrator: infer NS_ENUM even when user by Fariborz Jahanian · 12 years ago
- 4e899d9 Reduce the number of symbols by changing how templates are instantiated per function bound in the registry. by Samuel Benzaquen · 12 years ago
- b98ce37 Add support for -march=slm, aka Intel Atom Silvermont. by Benjamin Kramer · 12 years ago
- 2ddffa1 clang-cl: Pass -incremental:no to linker when using ASan by Hans Wennborg · 12 years ago
- ec17226 clang-format: Enable formatting of protocol buffer definitions. by Daniel Jasper · 12 years ago
- 4b434cf clang-format: Improve recovery from enums with errors. by Daniel Jasper · 12 years ago