- a034782 Implement C++0x [temp.arg.template]p3, which allows slightly fuzzy by Douglas Gregor · 14 years ago
- 2dea7c7 replace all uses of PathV1::IsSymlink with PathV2::is_symlink. by Michael J. Spencer · 14 years ago
- ab7ddf0 Refactor and simplify Sema::TemplateParameterListsAreEqual. We had a by Douglas Gregor · 14 years ago
- 1d5d0b9 Add the location of the right parenthesis of a C++ named cast by Douglas Gregor · 14 years ago
- 9370c8f Add IR generation support for SizeOfPackExpr. by Douglas Gregor · 14 years ago
- ac6c099 Add some more partial-ordering tests, including one that changes with by Douglas Gregor · 14 years ago
- 12e8464 wint_t is defined as 'unsigned int' on Linux. Fixes PR8938. by Douglas Gregor · 14 years ago
- e7442c2 Update Xcode project. by Anders Carlsson · 14 years ago
- 2fc1bb7 Teach TreeTransform how to transform a pack expansion type into by Douglas Gregor · 14 years ago
- 4ba2a17 PR3558: mark "logically const" accessor methods in ASTContext as const, by Jay Foad · 14 years ago
- de9d5c3 Add some documentation for C++ static analyzer. by Zhongxing Xu · 14 years ago
- 5aff5e3 Add cast expr kinds to CheckerVisitor.def. by Zhongxing Xu · 14 years ago
- cd5b22e Fix a latent bug where, after emitting an expression statement, we would by John McCall · 14 years ago
- 95a907f Driver: Change -dumpversion to return a GCC compatible answer. by Daniel Dunbar · 14 years ago
- ae278a3 Slight bugfix to the attribute-distribution logic for GC attributes. by John McCall · 14 years ago
- 57244f6 Set unnamed_addr in every type info. by Rafael Espindola · 14 years ago
- 2432320 Add a comment for r123231. by Francois Pichet · 14 years ago
- 203e6a3 Add TemplateArgument::CreatePackCopy() to create a new parameter pack by Douglas Gregor · 14 years ago
- 82a0f4e Set unnamed_addr in VTTs. by Rafael Espindola · 14 years ago
- 77d6bb9 Implement partial ordering of class template partial specializations by Douglas Gregor · 14 years ago
- b1c65ff Set unnamed_addr for type infos that we are confortable marking as hidden. I by Rafael Espindola · 14 years ago
- 9f959db Add unnamed_addr to vtables. by Rafael Espindola · 14 years ago
- bc6f0da Add back 122079 so we can ignore the argument some more. by Eric Christopher · 14 years ago
- d7a31ba [analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods to verify that they assign 'self' to the by Argyrios Kyrtzidis · 14 years ago
- 6547884 [analyzer] Support post-visiting ObjCIvarRefExprs for checkers. by Argyrios Kyrtzidis · 14 years ago
- 5078d46 [analyzer] Add 'bool ignorePrefix' parameter to cocoa::deriveNamingConvention to control whether by Argyrios Kyrtzidis · 14 years ago
- f7fbbda [analyzer] Add 'isLoad' parameter in Checker::visitLocation() to conveniently distinguish between loads/stores. by Argyrios Kyrtzidis · 14 years ago
- 4e97586 Add another test for [temp.func.order]p5/[temp.deduct.partial]p11, by Douglas Gregor · 14 years ago
- 5c7bf42 Implement C++ [temp.func.order]p5 more directly, by passing down the by Douglas Gregor · 14 years ago
- 29dd67b Remove special handling for opaque Neon vector types. by Bob Wilson · 14 years ago
- b6a2b08 Remove ProgramPoint parameter from GenericNodeBuilder::generateNode(). by Ted Kremenek · 14 years ago
- 2e996d9 Add example from C++0x [temp.deduct.type]p21, which already works by Douglas Gregor · 14 years ago
- 2b57aef Added warning about invalid register specification for local variables. by Abramo Bagnara · 14 years ago
- a15a5ee In Microsoft mode, force 64 bit hex integer constants to signed type if the LL or i64 suffix is used. This MSVC behavior. by Francois Pichet · 14 years ago
- d062b60 Microsoft integer suffix changes: i64 is like LL i32 is like L by Francois Pichet · 14 years ago
- ea09785 Rename GenericNodeBuilder to GenericNodeBuilderRefCount to avoid namespace clash using MSVC. by Francois Pichet · 14 years ago
- 27c54e5 Rework ExprEngine::processCFGBlockEntrance() by Ted Kremenek · 14 years ago
- 7771406 Remove several silly methods from ento::CoreEngine by Ted Kremenek · 14 years ago
- 483dd2f Ensure that the result type of an Objective-C class message send is by Douglas Gregor · 14 years ago
- 21371ea When mapping from a function parameter pack to the set of function by Douglas Gregor · 14 years ago
- 55825aa Rename misc. methods in ento::Worklist to start with lowercase letter. by Ted Kremenek · 14 years ago
- e36de1f Rename misc. methods in GRSubEngine to start by Ted Kremenek · 14 years ago
- 7d5c0c1 Implement the last bullet of [temp.deduct.type]p5 and part of the last by Douglas Gregor · 14 years ago
- 4d484a7 Replace all uses of PathV1::isDirectory with PathV2::fs::is_directory. by Michael J. Spencer · 14 years ago
- 4f3018e Make sure that we parse a '>>' that closes two template argument lists by Douglas Gregor · 14 years ago
- bc61bd8 When we're inside a functional cast, '>' is an operator. Fixes PR8912. by Douglas Gregor · 14 years ago
- b1fd0eb Fix debug info for __block variable referenced outside of block. by Devang Patel · 14 years ago
- 10ffc00 Add testing for unexpanded parameter packs in all of the C++ by Douglas Gregor · 14 years ago
- c5f657f Add unnamed_addr to constructors and destructors. by Rafael Espindola · 14 years ago
- 0024f94 Move DefaultABIInfo::classifyReturnType where it belongs. No functional change. by Bob Wilson · 14 years ago
- 66cf92a Only traverse template argument locations if we actually have explicit by Matt Beaumont-Gay · 14 years ago
- 1257bc6 Add unnamed_addr when creating artificial string globals. For example, in by Rafael Espindola · 14 years ago
- 3cae5c9 Implement more of C++0x [temp.arg.explicit]p9, allowing extension of by Douglas Gregor · 14 years ago
- 8dbfbf4 Fix a comment typo. by Bob Wilson · 14 years ago
- 4ea8dfa NEON vector support for ARM is in pretty good shape now. Update the docs. by Bob Wilson · 14 years ago
- 0216f81 Repent for my copy-and-paste sins, factoring out the code that forms by Douglas Gregor · 14 years ago
- 5429385 Factor out the code to set up template argument deduction for a set of by Douglas Gregor · 14 years ago
- 26c9cb5 Remove dead code. by Zhongxing Xu · 14 years ago
- e8f4b04 Fix CMakeLists.txt. by Zhongxing Xu · 14 years ago
- 0742f18 Revert r123160. There are linking dependency problems. by Zhongxing Xu · 14 years ago
- d373119 Work-in-progress implementation of C++0x [temp.arg.explicit]p9, which by Douglas Gregor · 14 years ago
- 2770eb1 Unbreak the CMake build. by Douglas Gregor · 14 years ago
- 2f1a4a8 ExprEngine.cpp and AnalysisConsumer.cpp should not be in the Checkers directory. by Zhongxing Xu · 14 years ago
- 50f6aca Add some expression kinds to CheckerVisitor.def. by Zhongxing Xu · 14 years ago
- f9d3cbb In C++, assignment and compound assignment operators return an lvalue. by Zhongxing Xu · 14 years ago
- b086244 The isPrefix() checking is redundant. Lvalue incremental/decremental expressions by Zhongxing Xu · 14 years ago
- 32bef4e Replace all uses of PathV1::exists with PathV2::fs::exists. by Michael J. Spencer · 14 years ago
- 65423ae Fix comment. by Zhongxing Xu · 14 years ago
- b5bc7d0 Don't crash if SpecString is an empty string. by Francois Pichet · 14 years ago
- 12bbc5c Make a helper function static. by Benjamin Kramer · 14 years ago
- f51d0b6 Rename CXXCtorInitializer::BaseOrMember to Initializee, since it will also be by Sean Hunt · 14 years ago
- cbb6748 Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, by Sean Hunt · 14 years ago
- 97fcc49 Check for delegating constructors and (currently) return an error about them. by Sean Hunt · 14 years ago
- eeef924 Remove a kludge from analysis based warnings that used to detect by Chandler Carruth · 14 years ago
- 65197b4 Add semantic checking that the "thousands grouping" by Ted Kremenek · 14 years ago
- bd18d45 Add printf format string parsing support for ' by Ted Kremenek · 14 years ago
- 0574c78 Fix typo. by Eric Christopher · 14 years ago
- e8bbf98 Variadic templates example: a nearly-complete implementation of a TR1 by Douglas Gregor · 14 years ago
- 9ce5270 Fix crash in CFGBuilder on invalid code. We still need by Ted Kremenek · 14 years ago
- 03414b9 Variadic templates example: a nearly-complete implementation of a TR1 by Douglas Gregor · 14 years ago
- 91fc73e When instantiating the arguments to an initializer, use the by Douglas Gregor · 14 years ago
- bd5f9f7 Fix a valgrind error when transforming function prototypes with by Douglas Gregor · 14 years ago
- 5d918a4 Use -check-prefix to make it clear the test is SVR4/DARWINPPC specific. by Roman Divacky · 14 years ago
- 403bdd7 Drop the _darwin/_svr4 suffixes. by Roman Divacky · 14 years ago
- f84109e Update AST reader/writer to handle new AppleKext. by Fariborz Jahanian · 14 years ago
- 12c9c00 Implement substitution of a function parameter pack for its set of by Douglas Gregor · 14 years ago
- 170464b Prefix all attribute enumerators with attr_ for consistency. by Francois Pichet · 14 years ago
- 3cd47e7 Do not use cdecl, fastcall, stdcall etc.. as identifier name. They are reserved keywords at least on MSVC. by Francois Pichet · 14 years ago
- d88687f Rework a few things about how we emit ObjC's for enumeration statement. by John McCall · 14 years ago
- b466d01 Add all options needed to support -fapple-kext. wip. by Fariborz Jahanian · 14 years ago
- a009b59 Factor out the template transformation of a sequence of function by Douglas Gregor · 14 years ago
- 666b3e9 Add target triple. by Devang Patel · 14 years ago
- f5c65ff Implement template argument deduction from a call to a function by Douglas Gregor · 14 years ago
- 150d2df test case for r122971. by Devang Patel · 14 years ago
- ebfde17 Put warning about makeing a string writable into by Fariborz Jahanian · 14 years ago
- 06f4563 Add cortex-m3 CPU to getCPUDefineSuffix mapping. Patch by Sylvère Teissier. by Bob Wilson · 14 years ago
- 772cae5 Added testcase for commit r122963. by Abramo Bagnara · 14 years ago
- c81f2a2 PowerPC fixes. by Roman Divacky · 14 years ago
- 914c9a6 Tweak the wording of this warning further based on a suggestion from Chris. by Chandler Carruth · 14 years ago
- ba3ca52 fix rdar://8823139, a crash on a comment in a preprocessed .s file by Chris Lattner · 14 years ago