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