- Oct 12, 2011
-
-
Douglas Gregor authored
llvm-svn: 141795
-
Ted Kremenek authored
llvm-svn: 141793
-
Argyrios Kyrtzidis authored
fixes http://llvm.org/PR11120 llvm-svn: 141788
-
Douglas Gregor authored
delimiter pairs and detect when we exceed the implementation limit for nesting depth, from Aaron Ballman! llvm-svn: 141782
-
Douglas Gregor authored
ignore access entirely for it) and not to crash on assignment operator templates. Fixes PR11110. llvm-svn: 141777
-
Jim Goodnow II authored
llvm-svn: 141773
-
Anton Korobeynikov authored
Patch by Hal Finkel! llvm-svn: 141772
-
Argyrios Kyrtzidis authored
taking into account macro arguments. llvm-svn: 141771
-
Richard Smith authored
The standard doesn't allow this, but mutable constexpr variables break the semantics so badly that we can't reasonably accept them. llvm-svn: 141768
-
Eric Christopher authored
if we're going to delete the setLocation as we did in 141732. llvm-svn: 141762
-
Richard Smith authored
swaps over the <<<< and >>>> markers, and uses shorter markers than traditional tools. llvm-svn: 141751
-
Fariborz Jahanian authored
property in the diagnostic. llvm-svn: 141745
-
John McCall authored
and DefaultFunctionArrayLvalueConversion. To prevent significant regression for should-this-be-a-call fixits, and to repair some such regression from the introduction of bound member placeholders, make those placeholder checks try to build calls appropriately. Harden the build-a-call logic while we're at it. llvm-svn: 141738
-
Fariborz Jahanian authored
to their fragile-abi representation. llvm-svn: 141735
-
Eric Christopher authored
Migrate most of the location setting within the larger API in CGDebugInfo and update a lot of callers. Remove the existing file/scope change machinery in UpdateLineDirectiveRegion and replace it with DILexicalBlockFile usage. Finishes off the rest of rdar://10246360 llvm-svn: 141732
-
Eric Christopher authored
llvm-svn: 141731
-
Eric Christopher authored
llvm-svn: 141730
-
Eli Friedman authored
llvm-svn: 141723
-
- Oct 11, 2011
-
-
Richard Smith authored
Constant expression evaluation: refactor value initialization and scalar list initialization into base class. llvm-svn: 141717
-
Eli Friedman authored
llvm-svn: 141701
-
Richard Smith authored
C++98 mode. Only the first occurrence of each keyword will produce a warning. llvm-svn: 141700
-
Douglas Gregor authored
purposes. llvm-svn: 141697
-
Daniel Dunbar authored
- This disables the system include directories, but not the compiler builtin directories. Useful for projects that want to use things like the intrinsic headers, but are otherwise freestanding. - I'm willing to reconsider the option naming, I also considered providing an explicit -builtinc (which would match -nobuiltininc), but this is more consistent with existing options. llvm-svn: 141692
-
Daniel Dunbar authored
paths). The -nostdinc behavior is now -nostdsysteminc + -nobuiltininc. llvm-svn: 141691
-
Anna Zaks authored
llvm-svn: 141690
-
John McCall authored
llvm-svn: 141686
-
Anna Zaks authored
[analyzer] CheckerContext updates checkDst in it's destructor, so make sure the object is destructed before checkDst is used. llvm-svn: 141683
-
Argyrios Kyrtzidis authored
llvm-svn: 141681
-
Anna Zaks authored
llvm-svn: 141678
-
Alexis Hunt authored
llvm-svn: 141650
-
Alexis Hunt authored
llvm-svn: 141645
-
Anna Zaks authored
[analyzer] Warn about the use of insecure, deprecated vfork() function PR11053 (http://llvm.org/bugs/show_bug.cgi?id=11053). A patch by Graham Lee! llvm-svn: 141643
-
David Meyer authored
llvm-svn: 141638
-
Eli Friedman authored
llvm-svn: 141632
-
Francois Pichet authored
[Microsoft] If -fms-compatibility, then downgrade missing typename error to warning at function prototype scope. llvm-svn: 141630
-
Kaelyn Uhrain authored
The main motivation was to do typo correction in C++ "new" statements, though picking it up in other places where type names are expected was pretty much a freebie. llvm-svn: 141621
-
Lang Hames authored
llvm-svn: 141617
-
Kaelyn Uhrain authored
llvm-svn: 141612
-
Kaelyn Uhrain authored
llvm-svn: 141611
-
Kaelyn Uhrain authored
llvm-svn: 141610
-