| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Implement section pragma feedback on r205810 | Reid Kleckner | 2015-03-04 | 1 | -0/+3 | 
| *  | The prefix 'Ms-' should be 'MS-' | David Majnemer | 2015-02-02 | 1 | -1/+1 | 
| *  | MS Compat: mark globals emitted in read-only sections const | Hans Wennborg | 2014-10-16 | 1 | -10/+10 | 
| *  | Return true from UnifySection when emitting a diagnostic | Ehsan Akhgari | 2014-09-22 | 1 | -1/+1 | 
| *  | Fix some cases where StringRef was being passed by const reference. Remove co... | Craig Topper | 2014-08-30 | 1 | -2/+2 | 
| *  | -fms-extensions: Implement half of #pragma init_seg | Reid Kleckner | 2014-07-22 | 1 | -0/+9 | 
| *  | [C++11] Use 'nullptr'. Sema edition. | Craig Topper | 2014-05-26 | 1 | -9/+9 | 
| *  | Implemented support for "pragma clang optimize on/off", based on attribute 'o... | Dario Domizioli | 2014-05-23 | 1 | -0/+28 | 
| *  | Fix a bunch of mislayered clang/Lex includes from Sema | Alp Toker | 2014-05-03 | 1 | -1/+1 | 
| *  | [MS-ABI] Add support for #pragma section and related pragmas | Warren Hunt | 2014-04-08 | 1 | -0/+106 | 
| *  | [C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macro | Alp Toker | 2014-03-02 | 1 | -1/+1 | 
| *  | MS ABI: Implement #pragma vtordisp() and clang-cl /vdN | Reid Kleckner | 2014-02-12 | 1 | -5/+36 | 
| *  | MS ABI: Add support for the -vm{b,g,s,m,v} flags | David Majnemer | 2014-02-11 | 1 | -1/+1 | 
| *  | MS ABI: Add support for #pragma pointers_to_members | David Majnemer | 2014-02-10 | 1 | -0/+7 | 
| *  | Fix a -Wmicrosoft warning about an unrepresentable enum value | Reid Kleckner | 2014-02-03 | 1 | -1/+1 | 
| *  | Distinguish between attributes explicitly written at the request of the user,... | Aaron Ballman | 2014-01-16 | 1 | -7/+6 | 
| *  | Tablegen now generates a StringSwitch for attributes containing enumeration a... | Aaron Ballman | 2013-09-11 | 1 | -13/+4 | 
| *  | Omit  llvm:: before StringRef and SmallString. We have using directive in inc... | Robert Wilhelm | 2013-08-10 | 1 | -3/+2 | 
| *  | Adding support for MSVC #pragma detect_mismatch functionality by emitting a F... | Aaron Ballman | 2013-06-04 | 1 | -0/+6 | 
| *  | Suffixing #pragma comment(lib) library names with .lib if necessary.  This ma... | Aaron Ballman | 2013-05-24 | 1 | -2/+1 | 
| *  | Forward #pragma comment(lib/linker) through as flags metadata | Reid Kleckner | 2013-05-08 | 1 | -0/+21 | 
| *  | Add a new 'type_visibility' attribute to allow users to | John McCall | 2013-02-20 | 1 | -1/+1 | 
| *  | Disable caching of visibility. | Rafael Espindola | 2013-01-12 | 1 | -1/+0 | 
| *  | Add 171048 back but invalidate the cache of all redeclarations when setting | Rafael Espindola | 2012-12-25 | 1 | -1/+3 | 
| *  | Revert r171048, "Cache visibility of decls." | NAKAMURA Takumi | 2012-12-25 | 1 | -3/+1 | 
| *  | Cache visibility of decls. | Rafael Espindola | 2012-12-25 | 1 | -1/+3 | 
| *  | Revert r170500. It over-zealously converted *ALL* things named Attributes, wh... | Bill Wendling | 2012-12-20 | 1 | -1/+1 | 
| *  | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling | 2012-12-19 | 1 | -1/+1 | 
| *  | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 | 
| *  | Permanently end the whole "pragma got handled by the parser too early" | Eli Friedman | 2012-10-04 | 1 | -15/+8 | 
| *  | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -1/+1 | 
| *  | Reject mismatched "#pragma GCC visibility push" and "#pragma GCC visibility p... | Rafael Espindola | 2012-02-01 | 1 | -12/+33 | 
| *  | Remove redundant argument. | Rafael Espindola | 2012-01-21 | 1 | -2/+2 | 
| *  | Remove unnecessary default cases in switches over enums. | David Blaikie | 2012-01-17 | 1 | -3/+0 | 
| *  | Add explicit attributes to mark functions as having had their | John McCall | 2011-09-30 | 1 | -0/+12 | 
| *  | Switch assert(0/false) llvm_unreachable. | David Blaikie | 2011-09-23 | 1 | -1/+1 | 
| *  | Change all references of type ExprTy to Expr and get rid of the typedefs. | Richard Trieu | 2011-09-09 | 1 | -1/+1 | 
| *  | Add ms_struct attribute on record typee | Fariborz Jahanian | 2011-04-26 | 1 | -0/+6 | 
| *  | Recognize gcc's ms_struct pragma (and ignore for now). | Fariborz Jahanian | 2011-04-25 | 1 | -0/+4 | 
| *  | On Mac OS X, the presence of an 'availability' attribute for that | Douglas Gregor | 2011-03-26 | 1 | -1/+1 | 
| *  | Move support for "#pragma STDC FP_CONTRACT" to Parser; add Sema actions | Peter Collingbourne | 2011-02-14 | 1 | -0/+14 | 
| *  | Allow #pragma unused to be used on global variables like gcc. Fixes rdar://87... | Argyrios Kyrtzidis | 2011-01-27 | 1 | -2/+2 | 
| *  | Convert "#pragma unused(...)" into tokens for the parser. | Argyrios Kyrtzidis | 2011-01-17 | 1 | -27/+21 | 
| *  | Treat visibility on an enclosing namespace as a non-explicit source of | John McCall | 2010-12-10 | 1 | -7/+14 | 
| *  | Make #pragma unused work for static local variables. | Douglas Gregor | 2010-11-09 | 1 | -1/+1 | 
| *  | Warn if a variable marked with the "unused" attribute is used. Patch by Darin... | Anders Carlsson | 2010-10-22 | 1 | -0/+4 | 
| *  | One who seeks knowledge learns something new every day. | John McCall | 2010-08-26 | 1 | -5/+5 | 
| *  | Move things around so that Sema.h no longer depends on even DeclBase.h. | John McCall | 2010-08-26 | 1 | -9/+13 | 
| *  | Split out a header to hold APIs meant for the Sema implementation from Sema.h. | John McCall | 2010-08-25 | 1 | -1/+1 | 
| *  | Generate Attr subclasses with TableGen. | Alexis Hunt | 2010-08-18 | 1 | -14/+20 |