- 5d2d046 %clang -cc1 -> %clang_cc1 by Seth Cantrell · 13 years ago
- fe58720 PR12226: don't generate wrong code if a braced string literal is used to by Richard Smith · 13 years ago
- 8590d86 objective-c modern translator: Make metadata by Fariborz Jahanian · 13 years ago
- f4dd858 [analyzer] Add .cxx and .txx as known file extensions to ccc-analyzer. by Anna Zaks · 13 years ago
- 767f7c7 Consider visibility attributes last, so that they take precedence. by Rafael Espindola · 13 years ago
- 8fb9fb6 Replace manual delete[] with OwningArrayPtr. by Benjamin Kramer · 13 years ago
- a2189d7 Don't leak vtable thunks. by Benjamin Kramer · 13 years ago
- d306cf7 Delete late parsed attributes instead of leaking them. by Benjamin Kramer · 13 years ago
- 9bb1d34 Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm by Duncan Sands · 13 years ago
- 13bb701 Parser: Don't manage TemplateAnnotationIds in a delayed cleanup pool. by Benjamin Kramer · 13 years ago
- bcadf96 ASTUnit: Don't clone the new DiagnosticConsumer, causing it to get leaked. by Benjamin Kramer · 13 years ago
- 342742a c-index-test: dispose spelling string after use. by Benjamin Kramer · 13 years ago
- 34f9dc4 Directly store TypoResultsMaps in the TypoEditDistanceMap, getting rid of manual deletion. 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
- 9cdd1e3 Delete the TypoResultsMap when erasing the pointer to it. by Benjamin Kramer · 13 years ago
- 38baeab Don't enter cleanups for unreachable variables. It's impossible to by John McCall · 13 years ago
- 653b7cf modern objective-c translator: Fixes translation of by Fariborz Jahanian · 13 years ago
- c6b468e Avoid string thrashing when we can concatenate them in the final buffer. by Benjamin Kramer · 13 years ago
- b889614 Serialize and deserialize some missing bits from BlockDecl. by John McCall · 13 years ago
- ba8be8c Kill the last vestiges of clangIndex by Douglas Gregor · 13 years ago
- 3082846 Remove clangIndex reference from clang-interpreter CMake build by Douglas Gregor · 13 years ago
- 87e154c Remove the unused, unmaintained, incomplete 'Index' library. by Douglas Gregor · 13 years ago
- b20c46e modern objective-c translator: When translating by Fariborz Jahanian · 13 years ago
- 88507dd Make control flow more explicit for rebuilding property reference expressions without their OpaqueValueExprs by Douglas Gregor · 13 years ago
- 1050471 Remove the -cc1-level option "-pubnames-dump". Such things should stay by Douglas Gregor · 13 years ago
- f53bc31 super and class property reference expressions don't need to be by Douglas Gregor · 13 years ago
- 00000b0 First set of tests for ARM homogenous aggregates. C only. C++ will follow. by Anton Korobeynikov · 13 years ago
- eaf856d Step forward with supporting of ARM homogenous aggregates: by Anton Korobeynikov · 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
- b3440f5 all-std-headers.cpp: Include the C++11 headers when building with clang by Richard Smith · 13 years ago
- 7444639 Fix a trivial oversight with apple-kext static local destructors by John McCall · 13 years ago
- 95e7aaf Mention atomics support in the release notes. by Richard Smith · 13 years ago
- 97b57a2 When we're flagging a protected scope to prevent jumps into the by John McCall · 13 years ago
- 9d4e87e Now that we provide sufficient support for three C11/C++11 atomics by Richard Smith · 13 years ago
- d555222 C++11 no longer requires files to end with a newline 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
- e2d87bc objective-c modern translator: beautify rewrite of by Fariborz Jahanian · 13 years ago
- f7728dc Config.h: Add another definition which the Darwin build (sometimes) uses. by Daniel Dunbar · 13 years ago
- 3705084 Warn on 64-to-32 for source value of x bits where 64 >= x > 32. by David Blaikie · 13 years ago
- 6a86082 [analyzer] PCH deserialization optimization. by Anna Zaks · 13 years ago
- 273ed98 [analyzer] Test case for r154451 (redefining system functions). by Anna Zaks · 13 years ago
- 262acda objective-c literals: Issue warning and ignore by Fariborz Jahanian · 13 years ago
- 7d00065 s/isAtomicConversion/tryAtomicConversion/g, per Jordy's suggestion. by Douglas Gregor · 13 years ago
- 47bfcca Fix some i1/i8 confusion within _Atomic(bool) in IR generation, both by Douglas Gregor · 13 years ago
- 83748e2 Include lambda capture init expressions in CFG. by Ted Kremenek · 13 years ago
- c02af35 Add -Wuninitialized test for C++11 lambdas. by Ted Kremenek · 13 years ago
- 55331da Fix CFGBuilder to not include the body of a LambdaExpr in the CFG of the enclosing function. by Ted Kremenek · 13 years ago
- 10e1629d MIPS: Initialize MIPS CPU's name by default value. by Simon Atanasyan · 13 years ago
- f7ecc30 Compute standard conversion sequences for conversions to atomic by Douglas Gregor · 13 years ago
- 9985038 objective-c numeric literal: type of boolean is by Fariborz Jahanian · 13 years ago
- 5ce2827 modern objective-c translator. ifdef'out by Fariborz Jahanian · 13 years ago
- 41a7e89 Fix the signatures for the _mm256_storeu2_* intrinsics. PR12532 by Chad Rosier · 13 years ago
- 9bc0c29 Changed all direct calls to CompletionConsumer.reset(..) to go call by Erik Verbruggen · 13 years ago
- 6a91d38 Added a flag to the parser to skip method bodies. by Erik Verbruggen · 13 years ago
- f33d549 There's some code in the PCH reader that looks like it's needlessly complex, but by Nick Lewycky · 13 years ago
- ff34d40 Implement support for 18 of the GNU-compatible __atomic builtins. by Richard Smith · 13 years ago
- b92bd4b These functions too have no prototypes. Audited the rest of Sema for by Eric Christopher · 13 years ago
- 4f95f64 Testcase for previous commit. by Eric Christopher · 13 years ago
- 43443de static functions have a need for mangled name debug information too. by Eric Christopher · 13 years ago
- e5bbebb The copy and destroy helper functions aren't prototyped, don't call them so. by Eric Christopher · 13 years ago
- 78d5d3b Implement clang_getDiagnosticCategoryText() to provide a way for a client of libclang to accurately by Ted Kremenek · 13 years ago
- 104dbf9 modern objective-c translator. Fixes a mis-translation when by Fariborz Jahanian · 13 years ago
- 16aac6f Add test for a construct we currently reject, constant-evaluating a load from a constant string. Given that gcc doesn't accept this, we should continue to not accept it, even though it was accidentally supported by clang for a brief period. by Eli Friedman · 13 years ago
- c3fa98f [analyzer] Another dynamic_cast false positive/negative. by Anna Zaks · 13 years ago
- 7ea1c56 [analyzer] dynamic_cast Simplify null value generation. by Anna Zaks · 13 years ago
- 06868aa [analyzer] Better test cases for explaining where tracking types of by Anna Zaks · 13 years ago
- acee1c9 modern objective-c translator. Fixes a translation bug when by Fariborz Jahanian · 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
- 47f1165 [libclang] Apparently it's important to build in C89, sigh.. by Argyrios Kyrtzidis · 13 years ago
- d98ef9a [libclang] Introduce a couple of functions to make it convenient by Argyrios Kyrtzidis · 13 years ago
- eba8cd5 [libclang] In cxloc::translateSourceRange make sure to handle locations in macro arguments by Argyrios Kyrtzidis · 13 years ago
- 944b562 Update recently-added test to use new __c11_ form of atomic builtins. by Richard Smith · 13 years ago
- fafbf06 Provide, and document, a set of __c11_atomic_* intrinsics to implement C11's by Richard Smith · 13 years ago
- 5d70cfd Make __atomic_init() (soon to be __c11_atomic_init()) work with non-scalar types. by David Chisnall · 13 years ago
- adf7c85 Clean up last commit as per dgregor's comments. by David Chisnall · 13 years ago
- 3a3c9b2 Allow c++ initialisers to initialise _Atomic fields. by David Chisnall · 13 years ago
- 93848e0 Add a triple to this test. by Eric Christopher · 13 years ago
- 46853cb Try to fix the windows buildbots by making this test a little less by Eric Christopher · 13 years ago
- be6c686 Enable debug info for objective c implementations that may not have by Eric Christopher · 13 years ago
- 6ce48a7 Support C++11 attributes at the start of a parameter-declaration. by Richard Smith · 13 years ago
- 9793428 [libclang] Fix "error: conflicts with new declaration with ‘C’ linkage" that gcc by Argyrios Kyrtzidis · 13 years ago
- e722ed6 [libclang] If displayDiagnostics is set (when calling clang_createIndex), make sure to by Argyrios Kyrtzidis · 13 years ago
- 259052d [analyzer] Don't crash even when the system functions are redefined. by Anna Zaks · 13 years ago
- e1b2abc AtomicExpr: make ASTStmtReader a friend and remove setters. Also fix saving by Richard Smith · 13 years ago
- edec2ee Fix quoting to allow shell expansion to occur for shell variables by Kaelyn Uhrain · 13 years ago
- 88ec610 modern objective-c translation: writing container by Fariborz Jahanian · 13 years ago
- a2c8d2e [analyzer] dynamic_cast: Better model cast from a reference. by Anna Zaks · 13 years ago
- 15f4c98 [libclang] For clang_getOverriddenCursors make sure to report overridden objc methods by Argyrios Kyrtzidis · 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
- abf65ce Improve the printing of __PRETTY_FUNCTION__ more provide more by Douglas Gregor · 13 years ago
- 316551f Add a query macro for C++11 N3276, decltype does not require complete 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
- b2561c7 This test actually needs label names. by Eric Christopher · 13 years ago
- 90f5f47 Include the Objective-C parameter- and return-passing qualifiers when by Douglas Gregor · 13 years ago
- c078337 For debug and coverage analysis if we're not optimizing go ahead by Eric Christopher · 13 years ago
- 10ccf12 Don't include the ':' following code-completion suggestions for by Douglas Gregor · 13 years ago