2011-01-11 |
Rafael Espindola | Set unnamed_addr in VTTs. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Implement partial ordering of class template partial... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Rafael Espindola | Set unnamed_addr for type infos that we are confortable... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Rafael Espindola | Add unnamed_addr to vtables. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Eric Christopher | Add back 122079 so we can ignore the argument some... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Argyrios Kyrtzidis | [analyzer] Introduce ObjCSelfInitChecker, which checks... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Argyrios Kyrtzidis | [analyzer] Support post-visiting ObjCIvarRefExprs for... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Argyrios Kyrtzidis | [analyzer] Add 'bool ignorePrefix' parameter to cocoa... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Argyrios Kyrtzidis | [analyzer] Add 'isLoad' parameter in Checker::visitLoca... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Add another test for [temp.func.order]p5/[temp.deduct... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Implement C++ [temp.func.order]p5 more directly, by... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Bob Wilson | Remove special handling for opaque Neon vector types. |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Ted Kremenek | Remove ProgramPoint parameter from GenericNodeBuilder... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Add example from C++0x [temp.deduct.type]p21, which... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Abramo Bagnara | Added warning about invalid register specification... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Francois Pichet | In Microsoft mode, force 64 bit hex integer constants... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Francois Pichet | Microsoft integer suffix changes: |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Francois Pichet | Rename GenericNodeBuilder to GenericNodeBuilderRefCount... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Ted Kremenek | Rework ExprEngine::processCFGBlockEntrance() |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Ted Kremenek | Remove several silly methods from ento::CoreEngine |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Ensure that the result type of an Objective-C class... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | When mapping from a function parameter pack to the... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Ted Kremenek | Rename misc. methods in ento::Worklist to start |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Ted Kremenek | Rename misc. methods in GRSubEngine to start |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Implement the last bullet of [temp.deduct.type]p5 and... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Michael J.... | Replace all uses of PathV1::isDirectory with PathV2... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Make sure that we parse a '>>' that closes two template... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | When we're inside a functional cast, '>' is an operator... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Devang Patel | Fix debug info for __block variable referenced outside... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Douglas Gregor | Add testing for unexpanded parameter packs in all of... |
commit | commitdiff | tree | snapshot |
2011-01-11 |
Rafael Espindola | Add unnamed_addr to constructors and destructors. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Bob Wilson | Move DefaultABIInfo::classifyReturnType where it belong... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Matt Beaumont-Gay | Only traverse template argument locations if we actuall... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Rafael Espindola | Add unnamed_addr when creating artificial string global... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Douglas Gregor | Implement more of C++0x [temp.arg.explicit]p9, allowing... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Bob Wilson | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Bob Wilson | NEON vector support for ARM is in pretty good shape... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Douglas Gregor | Repent for my copy-and-paste sins, factoring out the... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Douglas Gregor | Factor out the code to set up template argument deducti... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Zhongxing Xu | Remove dead code. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Zhongxing Xu | Fix CMakeLists.txt. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Zhongxing Xu | Revert r123160. There are linking dependency problems. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Douglas Gregor | Work-in-progress implementation of C++0x [temp.arg... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Douglas Gregor | Unbreak the CMake build. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Zhongxing Xu | ExprEngine.cpp and AnalysisConsumer.cpp should not... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Zhongxing Xu | Add some expression kinds to CheckerVisitor.def. |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Zhongxing Xu | In C++, assignment and compound assignment operators... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Zhongxing Xu | The isPrefix() checking is redundant. Lvalue incrementa... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Michael J.... | Replace all uses of PathV1::exists with PathV2::fs... |
commit | commitdiff | tree | snapshot |
2011-01-10 |
Zhongxing Xu | Fix comment. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Francois Pichet | Don't crash if SpecString is an empty string. |
commit | commitdiff | tree | snapshot |
2011-01-09 |
Benjamin Kramer | Make a helper function static. |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Sean Hunt | Rename CXXCtorInitializer::BaseOrMember to Initializee... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Sean Hunt | Renamed CXXBaseOrMemberInitializer to CXXCtorInitialize... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Sean Hunt | Check for delegating constructors and (currently) retur... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Chandler Carruth | Remove a kludge from analysis based warnings that used... |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Ted Kremenek | Add semantic checking that the "thousands grouping" |
commit | commitdiff | tree | snapshot |
2011-01-08 |
Ted Kremenek | Add printf format string parsing support for ' |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Douglas Gregor | Variadic templates example: a nearly-complete implement... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Ted Kremenek | Fix crash in CFGBuilder on invalid code. We still... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Douglas Gregor | Variadic templates example: a nearly-complete implement... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Douglas Gregor | When instantiating the arguments to an initializer... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Douglas Gregor | Fix a valgrind error when transforming function prototy... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Roman Divacky | Use -check-prefix to make it clear the test is SVR4... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Roman Divacky | Drop the _darwin/_svr4 suffixes. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Fariborz Jahanian | Update AST reader/writer to handle new AppleKext. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Douglas Gregor | Implement substitution of a function parameter pack... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Francois Pichet | Prefix all attribute enumerators with attr_ for consist... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Francois Pichet | Do not use cdecl, fastcall, stdcall etc.. as identifier... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
John McCall | Rework a few things about how we emit ObjC's for enumer... |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Fariborz Jahanian | Add all options needed to support -fapple-kext. wip. |
commit | commitdiff | tree | snapshot |
2011-01-07 |
Douglas Gregor | Factor out the template transformation of a sequence... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Devang Patel | Add target triple. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Douglas Gregor | Implement template argument deduction from a call to... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Devang Patel | test case for r122971. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Fariborz Jahanian | Put warning about makeing a string writable into |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Bob Wilson | Add cortex-m3 CPU to getCPUDefineSuffix mapping. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Abramo Bagnara | Added testcase for commit r122963. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Roman Divacky | PowerPC fixes. |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Chandler Carruth | Tweak the wording of this warning further based on... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Chris Lattner | fix rdar://8823139, a crash on a comment in a preproces... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
John McCall | Introduce an AttributedType, but don't actually use... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Jakob Stoklund... | Clang should not warn on code in clang that is only... |
commit | commitdiff | tree | snapshot |
2011-01-06 |
Douglas Gregor | When default-initializing a TemplateArgumentLocInfo... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Fast-path an arity check when performing template argum... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Eliminate an unnecessary dance where we tried to cope... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Initial implementation of function parameter packs... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Fix an embarrassing think in the disambiguation logic... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Fariborz Jahanian | Don't warn on missing 'copy' attribute on a 'block' |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | hasInit() -> hasDefaultArg() |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Add Decl::isParameterPack(), which covers both function... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Propagate the "deduced from array bound" bit when compa... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | When we're converting deduced template arguments to... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Argyrios Kyrtzidis | Use the proper enum as parameter, instead of unsigned... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Eliminate two "unsupported" errors relating to variadic... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Replace the representation of template template argumen... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Chris Lattner | fix a -Wself-assign warning |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Add semantic analysis for the creation of and an AST... |
commit | commitdiff | tree | snapshot |
2011-01-05 |
Douglas Gregor | Parse template template argument pack expansions. They... |
commit | commitdiff | tree | snapshot |
next |