- 074c191 Calling setVisibility directly only makes (some) sense when the visibility is by Rafael Espindola · 13 years ago
- 9591697 Revert "Nicer display of unprintable source, and fix caret display for non-ascii text" by Seth Cantrell · 13 years ago
- e1a6eac add missing parameter index to diag by Matt Beaumont-Gay · 13 years ago
- e9a3b76 Nicer display of unprintable source, and fix caret display for non-ascii text by Seth Cantrell · 13 years ago
- e1430e9 Typo fix. by Sirish Pande · 13 years ago
- c661f14 Switches the JSONCompilationDatabase to use the YAML parser. by Manuel Klimek · 13 years ago
- 82a9478 Fix to avoid warning. Also add header, and lincense information. by Sirish Pande · 13 years ago
- 49a110d Convert vperm2f128 and vperm2i128 intrinsics back to using llvm intrinsics. Unfortunately, these instructions have behavior that can't be modeled with shuffle vector. by Craig Topper · 13 years ago
- e6975e9 Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it. by Richard Smith · 13 years ago
- ffce11b [analyzer] +comments by Anna Zaks · 13 years ago
- 93a4994 objective-c modern translator: buildit objc bool by Fariborz Jahanian · 13 years ago
- 74e2fc3 Implement the last part of C++ [class.mem]p2, delaying the parsing of by Douglas Gregor · 13 years ago
- 2b5949e Readd lost "undef BUILTIN" to fix the build. by David Blaikie · 13 years ago
- 7ac715f Hexagon V5(Floating Point) support. by Sirish Pande · 13 years ago
- 48c2407 Remove unused method. by Rafael Espindola · 13 years ago
- cefc3af Implement C++11 [expr.prim.general]p3, which permits the use of 'this' by Douglas Gregor · 13 years ago
- 4762a2d use DEFAULT_SYSROOT by Sebastian Pop · 13 years ago
- b346d2f Implement the all_lookups_iterator for PCH as a follow-up to r153970. This by Nick Lewycky · 13 years ago
- b5491f3 Change _mm256_permute4x64_epi64 and _mm256_permute4x64_pd to use builtin_shufflevector instead of specific builtins. Old builtins will be removed from llvm now that vpermq/vpermpd are supported by shuffle lowering code. by Craig Topper · 13 years ago
- b1758c6 Use forward declarations for ASTDeclContextNameLookupTable and add a missing delete. by Benjamin Kramer · 13 years ago
- fe58720 PR12226: don't generate wrong code if a braced string literal is used to by Richard Smith · 13 years ago
- 8fb9fb6 Replace manual delete[] with OwningArrayPtr. by Benjamin Kramer · 13 years ago
- 13bb701 Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool. by Benjamin Kramer · 13 years ago
- 534986f Add an AttributedStmt type to represent a statement with C++11 attributes by Richard Smith · 13 years ago
- 87e154c Remove the unused, unmaintained, incomplete 'Index' library. by Douglas Gregor · 13 years ago
- 1050471 Remove the -cc1-level option "-pubnames-dump". Such things should stay by Douglas Gregor · 13 years ago
- 51b9240 Implement __atomic_fetch_nand and __atomic_nand_fetch to complete our set of by Richard Smith · 13 years ago
- a1c4f7c PR12500: Improve the wording of the diagnostic for a redefinition of a name by Richard Smith · 13 years ago
- 5e6c3f0 Support -Wc++98-compat-pedantic as requested: by Seth Cantrell · 13 years ago
- 2c39d71 Implement the missing pieces needed to support libstdc++4.7's <atomic>: by Richard Smith · 13 years ago
- f7728dc Config.h: Add another definition which the Darwin build (sometimes) uses. by Daniel Dunbar · 13 years ago
- 6a86082 [analyzer] PCH deserialization optimization. by Anna Zaks · 13 years ago
- 262acda objective-c literals: Issue warning and ignore by Fariborz Jahanian · 13 years ago
- 6a91d38 Added a flag to the parser to skip method bodies. by Erik Verbruggen · 13 years ago
- ff34d40 Implement support for 18 of the GNU-compatible __atomic builtins. by Richard Smith · 13 years ago
- 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 13 years ago
- 994d73f Part of PR10101: after a parse error in a declaration, try harder to find the by Richard Smith · 13 years ago
- d98ef9a [libclang] Introduce a couple of functions to make it convenient by Argyrios Kyrtzidis · 13 years ago
- fafbf06 Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's by Richard Smith · 13 years ago
- e722ed6 [libclang] If displayDiagnostics is set (when calling clang_createIndex), make sure to by Argyrios Kyrtzidis · 13 years ago
- e1b2abc AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix saving by Richard Smith · 13 years ago
- e19f86e [analyzer] Add support for C++ dynamic_cast. by Anna Zaks · 13 years ago
- 4335a48 [analyzer] + comments by Anna Zaks · 13 years ago
- 69a30b8 When we determine that an initialization sequence failed due to an by Douglas Gregor · 13 years ago
- 50fadd1 Improve diagnostics in C++11 when a non-type template argument for a by Douglas Gregor · 13 years ago
- 28a83f5 [code-complete] Introduce CodeCompletionTUInfo which will be used for caching by Argyrios Kyrtzidis · 13 years ago
- 4296361 Rework implementation of null non-type template arguments based on by Douglas Gregor · 13 years ago
- c56298d Parsing of C++11 attributes: by Richard Smith · 13 years ago
- 6ee326a Disambiguation of '[[': by Richard Smith · 13 years ago
- 12d8d80 Fix the access check performed as part of the determination of whether by John McCall · 13 years ago
- e51fe09 objective-c: remove -fobjc-default-synthesize-properties from the driver. by Fariborz Jahanian · 13 years ago
- e52e2e6 objective-c: Remove -fno-objc-default-synthesize-properties by Fariborz Jahanian · 13 years ago
- 561d622 Revert r154321, pending more discussion. by David Chisnall · 13 years ago
- eb52f86a Fix bugs found by -Wconstant-conversion improvements currently under review. by David Blaikie · 13 years ago
- 649ee3f Add -fobjc-trace to emit a call before and after each Objective-C message send by David Chisnall · 13 years ago
- 5e219cf Teach Clang about PIE compilations. This is the first step of PR12380. by Chandler Carruth · 13 years ago
- b0afd5d ext_reserved_user_defined_literal must not default to Error in MicrosoftMode. Hence create ext_ms_reserved_user_defined_literal that doesn't default to Error; otherwise MSVC headers won't parse. by Francois Pichet · 13 years ago
- b9abd872 Fix several problems with protected access control: by John McCall · 13 years ago
- b031eab Remove "parse error" in favor of more descriptive diagnostics. by David Blaikie · 13 years ago
- d2008e2 Implement support for null non-type template arguments for non-type by Douglas Gregor · 13 years ago
- bd61313 Rework ExprEngine::evalLoad and clients (e.g. VisitBinaryOperator) so that when we generate a new ExplodedNode by Ted Kremenek · 13 years ago
- 83cad45 Thread safety analysis: downgraded requirement that mutex expressions refer to a lockable type from error to warning. by DeLesley Hutchins · 13 years ago
- b2f6820 Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. by Patrick Beard · 13 years ago
- cf2fa2f Fixed scoping error for late parsed attributes in nested classes. by DeLesley Hutchins · 13 years ago
- 9df1b96 Restrict fixit for missing 'class' in template template parameters. by David Blaikie · 13 years ago
- 7947bb1 [analyzer]Fix false positive: pointer might escape through CG*WithData. by Anna Zaks · 13 years ago
- bf393be objective-c: Don't warn when a category does not implement a method by Fariborz Jahanian · 13 years ago
- 6fd4505 Require that all static analyzer issues have a category. As part of this change, by Ted Kremenek · 13 years ago
- e47029a Temporary workaround for bug#12457: turn the 'constexpr function never produces by Richard Smith · 13 years ago
- 85ff969 [Lex] Add support for 'user specified system frameworks' (see test case). by Daniel Dunbar · 13 years ago
- 9ee35f9 [Lex] HeaderSearch: Introduce a FrameworkCacheEntry structure to hold the FrameworkMap items. by Daniel Dunbar · 13 years ago
- a823545 Improve & simplify diagnostic for missing 'class' in template template parameter. by David Blaikie · 13 years ago
- cd86346 [analyzer] Add a coverage calculation to FunctionSummaries. by Anna Zaks · 13 years ago
- a85cf39 Improve diagnostics for invalid use of non-static members / this: by Richard Smith · 13 years ago
- e31b8fb Enable warn_impcast_literal_float_to_integer by default. by David Blaikie · 13 years ago
- 3953911 Honor -fno-pic, -fno-PIC, -fno-pie, -fno-PIE. by Nico Weber · 13 years ago
- 30fe6ba [driver] When using the -mfpmath= option, add an error message when trying to by Chad Rosier · 13 years ago
- b4051e7 Implement C++11 [temp.arg.nontype]'s permission to use the address of an object by Richard Smith · 13 years ago
- 7a938fa [driver] Create a new -mfpmath= option, which is used to control whether clang by Chad Rosier · 13 years ago
- 878f850 objc-arc: provide a warning when 'receiver' of a message is 'weak' by Fariborz Jahanian · 13 years ago
- 0718952 Include the "issue context" (e.g. function or method) where a static analyzer issue occurred in the plist output. by Ted Kremenek · 13 years ago
- f54486a Move the computation of the lambda mangling information (mangling by Douglas Gregor · 13 years ago
- cb971c6 Adds a tooling library. by Manuel Klimek · 13 years ago
- 9033092 Fix diagnostic typos: "non-template arguments" vs "non-type template arguments". by Richard Smith · 13 years ago
- 5a5a971 For PR11916: Add support for g++'s __int128 keyword. Unlike __int128_t, this is by Richard Smith · 13 years ago
- 73f428c Enter an expression evaluation context when parsing by John McCall · 13 years ago
- 173a37a Remove more redundant lookups. Add a new "all_lookups_iterator" which provides by Nick Lewycky · 13 years ago
- 6d858d9 Replace the workaround from r153445 with a proper fix. by Kaelyn Uhrain · 13 years ago
- 14e6455 Correct handling of _Pragma macro inside a macro argument. by Argyrios Kyrtzidis · 13 years ago
- c8443e5 Rework ProgramPoint to bit-mangle the 'Kind' into both Data pointers and the LocationContext. After switching to PointerIntPair, it didn't look like a safe assumption to use the lower 3 bits of the LocationContext* field. Thanks to Jordy Rose and Benjamin Kramer for their feedback. by Ted Kremenek · 13 years ago
- e62f048 [analyzer] Record the basic blocks covered by the analyzes run. by Anna Zaks · 13 years ago
- f30c0a9 Reduce static analyzer memory usage by about 4% by packing the ProgramPoing 'Kind' field into the spare bits of other fields. by Ted Kremenek · 13 years ago
- 5bdaac5 Finish PR10217: Ensure we say that a special member was implicitly, not by Richard Smith · 13 years ago
- 460ef13 Correct error recovery when missing 'class' in a template template parameter. by David Blaikie · 13 years ago
- 1c931be Implement DR1402: if a field or base class is not movable, the derived class's by Richard Smith · 13 years ago
- 582b395 Use -rewrite-legacy-objc as clang argument for translating by Fariborz Jahanian · 13 years ago
- c5a89a1 Basic semantic analysis support for inheriting constructor declarations in by Richard Smith · 13 years ago
- 70e24fc Properly handle explicit constructors in list-initialization. Fixes PR12120. by Sebastian Redl · 13 years ago
- 4a5f724 Analyzer: Store BugReports directly in a ilist instead of adding another layer of inderection with std::list by Benjamin Kramer · 13 years ago
- e2e8768 Fixed MacroInfo definition range for function like macros with empty body. by Abramo Bagnara · 13 years ago