2009-05-20 |
Douglas Gregor | Template instantiation for CXXExprWithTemporaries,... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Template instantiation for the various kinds of AST... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Tweak test case so that the expected-error text matches... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Add a va_list/template instantiation test suggested... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Introduce a new expression type, CXXUnresolvedConstruct... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Fariborz Jahanian | This patch provides preliminary support for non-fragile... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Fariborz Jahanian | implementation of format_arg for ObjC methods/functions. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Zhongxing Xu | Treat AllocaRegion as SymbolicRegion in RegionStore... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Zhongxing Xu | Add comments to test case. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Zhongxing Xu | * API change: we need to pass GRState to GRExprEngine... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Eli Friedman | Handle the remaining unhandled cases in EmitReferenceBi... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Zhongxing Xu | add header to be built by gcc 4.3 on Linux. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | irgen for references to complex rvales (Very important...) |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | Bad anders. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | Create a temporary if the lvalue is a bitfield. Reporte... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | Add support for binding references to scalar rvalues. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | Bind references to lvalues correctly. |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Anders Carlsson | Add EmitReferenceBindingToExpr. Have EmitCallArg use... |
commit | commitdiff | tree | snapshot |
2009-05-20 |
Douglas Gregor | Start documenting precompiled headers |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Add FIXMEs for the remaining C and C++ expression types... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for __builtin_va_arg. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for __builtin_choose_expr. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Ban the use of __builtin_types_compatible_p in C++... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for __builtin_shufflevector. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Remove finished FIXME. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Build fixes for r72135. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Move AnalysisConsumer.h and Analyses.def from tools... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for __builtin_types_compatible_p. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | Improve support for irgen of references. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for GNU statement expressions |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Fix handling of the GNU "t ? : f" extension to the... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for compound assignment operators. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | Only do the bitcast in EmitStoreOfScalar if the type... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for cast expressions. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | Pass the destination QualType to EmitStoreOfScalar... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | Don't always zext the result of the not unary operator... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Fariborz Jahanian | Patch finishes off application of printf attribute... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Daniel Dunbar | Update test |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Duncan Sands | Add missing include for stderr and fprintf, needed |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Remove the -arch option from clang-cc: for all practica... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Move analysis command-line options out of AnalysisConsu... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Fix a crash with -emit-html from stdin. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | Have AggExprEmitter::VisitCXXConstructExpr make new... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | Create CXXConstructExpr calls for arguments passed... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Clean up some unnecessary includes. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | CMake updates for r72099; untested, so please tell... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Move clang-cc.h to lib/Frontend/Utils.h, and move the... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | Add comment about FullExprArg. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Move CreateAnalysisConsumer into a separate header... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Move the options for dependency file generation from... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Move options for -E mode from PrintPreprocessedOutput... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Refactor -dM mode out of the main routine for -E handling. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Move the warning options from Warnings.cpp to clang... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Eli Friedman | Switch some utilities in clang-cc to take a stream... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Ted Kremenek | Update checker build. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Anders Carlsson | When assigning from an rvalue to a const reference... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for call expressions. |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Fariborz Jahanian | This patch allows clang to generate code for declared... |
commit | commitdiff | tree | snapshot |
2009-05-19 |
Douglas Gregor | Template instantiation for array subscript expressions... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Fariborz Jahanian | BlockDecl node must be complete before block attributes |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Ted Kremenek | Fix PR 4230: Don't flag leaks of NSAutoreleasePools... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Eli Friedman | Attempted CMake build fixes for r72060; this is unteste... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Eli Friedman | Build fixes for r72060; sorry for any inconvenience. |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Daniel Dunbar | Remove -fprintf-source-range-info from the Driver ... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Eli Friedman | Move ASTConsumers.h to include/clang/Frontend, and... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Eli Friedman | Move the Wno-rewrite-macros option out of RewriteObjC... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Douglas Gregor | Template instantiation for imaginary literals, because... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Eli Friedman | Rename the factory function for the ObjC rewriter to... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Eli Friedman | Move AnalysisConsumer out of ASTConsumers.h in preparat... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Eli Friedman | Refactor ASTConsumers to take a raw_ostream instead... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Douglas Gregor | "This patch fixes an obvious buffer overrun in |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Douglas Gregor | Fix sorting of using directives, from Jay Foad |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Daniel Dunbar | Reformat a comment |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Daniel Dunbar | Several fixes to the clang man page. |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Douglas Gregor | Deal with an icky corner case where we were complaining... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Fariborz Jahanian | more printf attribute on block declaration and |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Daniel Dunbar | Debug info: Initialize runtime language field correctly... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Douglas Gregor | Template instantiation for C++ try/catch statements. |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Anders Carlsson | Since we miscompile many cases when declaring a variabl... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Anders Carlsson | Remove an unused builtin. |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Anders Carlsson | Add 'cmp' SSE builtins and get rid of a bunch of other... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Douglas Gregor | Include StmtNodes.def to declare Visit methods for... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Douglas Gregor | Simplify struct/class tag mismatch warning, per Sebasti... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Daniel Dunbar | Simplify tests now that GNU runtime supports exception... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Fariborz Jahanian | Minor tweak to support format attribute on blocks.... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Daniel Dunbar | Avoid potential out-of-bounds access in SourceManager... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Douglas Gregor | Oops, dropped a -verify |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Douglas Gregor | When instantiating the definition of a member function... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Daniel Dunbar | Improve test case a wee bit |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Daniel Dunbar | Silence a Release-Asserts warning. |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Eli Friedman | Fix for PR2386: distinguish between insertion and repla... |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Eli Friedman | Remove tabs. |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Eli Friedman | Remove unused parameter. |
commit | commitdiff | tree | snapshot |
2009-05-18 |
Eli Friedman | Add some comments to ASTConsumers.h describing what... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Anders Carlsson | Make ActOnWhileStmt take a FullExprArg for the conditio... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Anders Carlsson | Make ActOnExprStmt take a FullExprArg. |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Anders Carlsson | Fix instantiate-function-1.cpp. |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Anders Carlsson | Fix DISABLE_SMART_POINTERS build. |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Anders Carlsson | Implement Sema::ActOnFinishFullExpr and create a CXXExp... |
commit | commitdiff | tree | snapshot |
2009-05-17 |
Anders Carlsson | Add the FullExprArg wrapper and use it for if statement... |
commit | commitdiff | tree | snapshot |
next |