2010-03-22 |
Rafael Espindola | A fixed version of r99174 which also includes a test... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Ted Kremenek | Disable the emission of frontend warnings (not errors... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Ted Kremenek | Improve the diagnostics for the UndefinedAssignmentChec... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Douglas Gregor | Comment the reasons for the strange little dance we... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | (re)implement PR6542, accepting and discarding the... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | merge some tests. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | Diagnose miuse of property dot-syntax instead of crashing. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | merge two tests. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | rename test. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | revert r98661, gcc_tdiag is not an attribute (PR6542). |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | move a test to a more appropriate directory |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | More work on thunks; almost there now. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | Fixes access rues for ivars declared in class |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | hopefully fix this on non-sse2 hosts. Shouldn't an... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | Test for my last patch. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Fariborz Jahanian | More clean up of ivars which are either in class extens... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Kovarththanan... | Sort calls to add_clang_library() |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chris Lattner | fix PR6658: inline isn't a keyword in C89 mode, use... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Rafael Espindola | revert r99174. It caused PR6677. Will try to debug... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | Add less than operators to ThisAdjustment, ReturnAdjust... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | Improve dumping of thunks. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Douglas Gregor | Use the cursor's ASTContext rather than the ASTContext... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Douglas Gregor | Fix a thinko and a typo in the delayed-diagnostic code. |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Anders Carlsson | We want to add all thunks, not just 'this' adjustment... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Kovarththanan... | Use DEFINE_SYMBOL property to control dllexport/dllimport |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Douglas Gregor | Introduce the notion of a single "delayed" diagnostic... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Rafael Espindola | When handling a TSK_ExplicitInstantiationDefinition... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
John McCall | -Wshadow should only warn about parameter declarations... |
commit | commitdiff | tree | snapshot |
2010-03-22 |
Chandler Carruth | Add very limited support for GCC's '-B' flag. This... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Rafael Espindola | Fix PR6618. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Douglas Gregor | Keep track of the size/modification time of each file... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Anders Carlsson | AddThunk should take a const reference. |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Rafael Espindola | Fix PR6648 by not creating a temporary with the type... |
commit | commitdiff | tree | snapshot |
2010-03-21 |
Ted Kremenek | Delete the new visitor if an old one already exists. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | tests: Mangle '-vg' onto the end of the triple when... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Don't bother running the analysis for CFG-based warning... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Refactor CFG-based warnings in Sema to be run by a... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
David Chisnall | Fixed synthesizing properties declared in properties... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Reapply r99024 (but with the memory issue now fixed). |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Check if a BugReporterVisitor has already been added... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Fix use-of-invalid-memory found by Valgrind and Windows... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Fix thinkos that prevented Clang from picking... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Support CC_PRINT_OPTIONS, used for logging... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Fix -### to quote shell special characters... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | Add sse4.2 support to this test. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | Add sse4.2 header and builtin support. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | IRgen: Wrap atomic intrinsics with memory barriers... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Evaluate: Fix a subtle bug in the pointer evaluator... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Fix a number of -fapple-kext issues: |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Revert r99024, "Augment path diagnostics to include... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | C++: Add support for -fno-use-cxa-atexit. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | IRgen: Inline GenerateCXXGlobal[VarDecl]InitFunc into... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
John McCall | Implement -Wshadow for parameter declarations as well. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | Add a newline at the end of the file. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | For legacy compatibility add a varargs.h header. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Ted Kremenek | Augment path diagnostics to include displaying when... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Force joining of "-l" "foo", the linker doesn... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Allow Render{Separate,Joined} option flags... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Fix unused variable warning. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | Migrate typedefs to the top level of xmmintrin.h and... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Eric Christopher | Add include for smmintrin.h to this test. |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Daniel Dunbar | Driver: Fix possible crash when targetting an unknown... |
commit | commitdiff | tree | snapshot |
2010-03-20 |
Douglas Gregor | Optimize region-of-interest based cursor walks through the |
commit | commitdiff | tree | snapshot |
2010-03-19 |
John McCall | Change CodeGenModule to rely on the Module's symbol... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Douglas Gregor | Remove the capture, serialization, and deserialization... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Douglas Gregor | Robustify PreprocessingRecord slightly, by only creatin... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Douglas Gregor | Implement serialization and lazy deserialization of... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Fariborz Jahanian | More coherent diagnostics when ivar is placed n categories. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Ted Kremenek | Teach clang_getCursorKindSpelling() about CXCursor_Inva... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Ted Kremenek | Make the CIndex API more resilient to being used on... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Ted Kremenek | Add test case for <rdar://problem/7770737>. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Daniel Dunbar | clang -cc1: Kill off -empty-input only, and replace... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
John McCall | Promote enum types during -Wsign-compare. Fixes some... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Fariborz Jahanian | Diagnose conversion of 'Class' to/from objective-c |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Douglas Gregor | Make the preprocessing record a PPCallbacks subclass... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Douglas Gregor | Optionally store a PreprocessingRecord in the preproces... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Douglas Gregor | Try to improve computation of the main file name for... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
John McCall | Pretty-print anonymous types using their kind and presu... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
John McCall | Remember the "found declaration" for an overload candid... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Douglas Gregor | Fix a longstanding (but previously unknown) bug in... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Douglas Gregor | Visit preprocessing elements (macro instantiations... |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Bob Wilson | Revert 98907 since it is breaking buildbots. |
commit | commitdiff | tree | snapshot |
2010-03-19 |
Douglas Gregor | Visit preprocessing elements (macro instantiations... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
John McCall | When elevating access along an inheritance path, initia... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Douglas Gregor | For debug information, get the main file name from... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Douglas Gregor | Try to appease MSVC's standard library |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Douglas Gregor | Try to appease MSVC |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Ted Kremenek | Make PredefinedExpr::ComputeName() more robust to incorrect |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Ted Kremenek | Add bounds check in PCHReader. when reading source... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Fariborz Jahanian | Some cleanup, change diagnostic when assigning to |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Douglas Gregor | Explicitly link macro instantiations to macro definitio... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Douglas Gregor | Expose macro definitions as CIndex cursors. These can... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Douglas Gregor | Introduce the notion of a "preprocessing record", which... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Benjamin Kramer | Replace some SmallVectors with arrays. |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Douglas Gregor | Defang |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Douglas Gregor | More token-annotation experimentation, preprocessing... |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Douglas Gregor | Defang a test that's failing intermittently on windows |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Kovarththanan... | Fix 80 col violation |
commit | commitdiff | tree | snapshot |
2010-03-18 |
Kovarththanan... | Simply tags target |
commit | commitdiff | tree | snapshot |
next |