| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Changed renaming of local symbols by inserting a dot vefore the numeric suffix | Sunil Srivastava | 2015-05-12 | 1 | -3/+3 | 
| | | | | | | | | details in http://reviews.llvm.org/D9483 goes with llvm checkin r237150 llvm-svn: 237151 | ||||
| * | Update Clang tests to handle explicitly typed load changes in LLVM. | David Blaikie | 2015-02-27 | 1 | -8/+8 | 
| | | | | | llvm-svn: 230795 | ||||
| * | Don't manually insert L prefixes. | Rafael Espindola | 2014-11-06 | 1 | -4/+4 | 
| | | | | | | | Simply marking the symbol private conveys the desire to hide them to LLVM. llvm-svn: 221451 | ||||
| * | Add clang support for new Objective-C literal syntax for NSDictionary, NSArray, | Ted Kremenek | 2012-03-06 | 1 | -0/+56 | 
| NSNumber, and boolean literals. This includes both Sema and Codegen support. Included is also support for new Objective-C container subscripting. My apologies for the large patch. It was very difficult to break apart. The patch introduces changes to the driver as well to cause clang to link in additional runtime support when needed to support the new language features. Docs are forthcoming to document the implementation and behavior of these features. llvm-svn: 152137 | |||||

