Age | Commit message (Expand) | Author |
2010-03-20 | IRgen: Wrap atomic intrinsics with memory barriers, to ensure we honor the se... | Daniel Dunbar |
2010-03-20 | Evaluate: Fix a subtle bug in the pointer evaluator in which we would do an | Daniel Dunbar |
2010-03-20 | Driver: Fix a number of -fapple-kext issues: | Daniel Dunbar |
2010-03-20 | Revert r99024, "Augment path diagnostics to include displaying when a message | Daniel Dunbar |
2010-03-20 | C++: Add support for -fno-use-cxa-atexit. | Daniel Dunbar |
2010-03-20 | IRgen: Inline GenerateCXXGlobal[VarDecl]InitFunc into sole caller. | Daniel Dunbar |
2010-03-20 | Implement -Wshadow for parameter declarations as well. | John McCall |
2010-03-20 | Add a newline at the end of the file. | Eric Christopher |
2010-03-20 | For legacy compatibility add a varargs.h header. | Eric Christopher |
2010-03-20 | Augment path diagnostics to include displaying when a message expression | Ted Kremenek |
2010-03-20 | Driver: Force joining of "-l" "foo", the linker doesn't eat that format. | Daniel Dunbar |
2010-03-20 | Driver: Allow Render{Separate,Joined} option flags on JoinedOrSeparate option... | Daniel Dunbar |
2010-03-20 | Fix unused variable warning. | Daniel Dunbar |
2010-03-20 | Migrate typedefs to the top level of xmmintrin.h and remove the same | Eric Christopher |
2010-03-20 | Add include for smmintrin.h to this test. | Eric Christopher |
2010-03-20 | Driver: Fix possible crash when targetting an unknown (unsupported) Darwin | Daniel Dunbar |
2010-03-20 | Optimize region-of-interest based cursor walks through the | Douglas Gregor |
2010-03-19 | Change CodeGenModule to rely on the Module's symbol table instead of | John McCall |
2010-03-19 | Remove the capture, serialization, and deserialization of comment | Douglas Gregor |
2010-03-19 | Robustify PreprocessingRecord slightly, by only creating macro | Douglas Gregor |
2010-03-19 | Implement serialization and lazy deserialization of the preprocessing | Douglas Gregor |
2010-03-19 | More coherent diagnostics when ivar is placed n categories. | Fariborz Jahanian |
2010-03-19 | Teach clang_getCursorKindSpelling() about CXCursor_InvalidCode. | Ted Kremenek |
2010-03-19 | Make the CIndex API more resilient to being used on invalid code. | Ted Kremenek |
2010-03-19 | Add test case for <rdar://problem/7770737>. | Ted Kremenek |
2010-03-19 | clang -cc1: Kill off -empty-input only, and replace with -init-only which is an | Daniel Dunbar |
2010-03-19 | Promote enum types during -Wsign-compare. Fixes some spurious warnings, | John McCall |
2010-03-19 | Diagnose conversion of 'Class' to/from objective-c | Fariborz Jahanian |
2010-03-19 | Make the preprocessing record a PPCallbacks subclass itself, | Douglas Gregor |
2010-03-19 | Optionally store a PreprocessingRecord in the preprocessor itself, and | Douglas Gregor |
2010-03-19 | Try to improve computation of the main file name for debug | Douglas Gregor |
2010-03-19 | Pretty-print anonymous types using their kind and presumed location. | John McCall |
2010-03-19 | Remember the "found declaration" for an overload candidate, which is the | John McCall |
2010-03-19 | Fix a longstanding (but previously unknown) bug in the lazy | Douglas Gregor |
2010-03-19 | Visit preprocessing elements (macro instantiations and macro | Douglas Gregor |
2010-03-19 | Revert 98907 since it is breaking buildbots. | Bob Wilson |
2010-03-19 | Visit preprocessing elements (macro instantiations and macro | Douglas Gregor |
2010-03-18 | When elevating access along an inheritance path, initialize the computed | John McCall |
2010-03-18 | For debug information, get the main file name from the source manager | Douglas Gregor |
2010-03-18 | Try to appease MSVC's standard library | Douglas Gregor |
2010-03-18 | Try to appease MSVC | Douglas Gregor |
2010-03-18 | Make PredefinedExpr::ComputeName() more robust to incorrect | Ted Kremenek |
2010-03-18 | Add bounds check in PCHReader. when reading source file entry record | Ted Kremenek |
2010-03-18 | Some cleanup, change diagnostic when assigning to | Fariborz Jahanian |
2010-03-18 | Explicitly link macro instantiations to macro definitions in the | Douglas Gregor |
2010-03-18 | Expose macro definitions as CIndex cursors. These can still only be | Douglas Gregor |
2010-03-18 | Introduce the notion of a "preprocessing record", which keeps track of | Douglas Gregor |
2010-03-18 | Replace some SmallVectors with arrays. | Benjamin Kramer |
2010-03-18 | Defang | Douglas Gregor |
2010-03-18 | More token-annotation experimentation, preprocessing the annotated | Douglas Gregor |